aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-03-03sanitize signedness/const for pointers to char in hpfs a bitAl Viro
2010-03-03new helper: iterate_mounts()Al Viro
2010-03-03fix NFS4 handling of mountpoint statAl Viro
2010-03-03Clean follow_dotdot() up a bitAl Viro
2010-03-03a couple of mntget+dget -> path_get in nfs4procAl Viro
2010-03-03Switch alloc_nfs_open_context() to struct pathAl Viro
2010-03-03New helper: path_is_under(path1, path2)Al Viro
2010-03-03VFS: Clean up shared mount flag propagationValerie Aurora
2010-03-03Use kill_litter_super() in autofs4 ->kill_sb()Al Viro
2010-03-03Get rid of mnt_mountpoint abuses in ext4Al Viro
2010-03-03Sanitize autofs_dev_ioctl_ismountpoint()Al Viro
2010-03-03Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source()Al Viro
2010-03-03Switch gfs2 to nd_set_link()Al Viro
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro
2010-03-03fs: improve remount,ro vs buffercache coherencyNick Piggin
2010-03-03fs/dcache.c: CodingStyle cleanupH Hartley Sweeten
2010-03-03some clean up in fs/procHelight.Xu
2010-03-03libfs: Unexport and kill simple_prepare_writeBoaz Harrosh
2010-03-03libfs: Open code simple_commit_write into only userBoaz Harrosh
2010-03-03Revert "autofs4: always use lookup for lookup"Al Viro
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds
2010-03-03Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2010-03-02Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.hTristan Ye
2010-03-02Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-03-02Revert "blkdev: fix merge_bvec_fn return value checks"Jens Axboe
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-03-02ext4: Fix ext4_quota_write cross block boundary behaviourDmitry Monakhov
2010-03-02ext4: Convert BUG_ON checks to use ext4_error() insteadFrank Mayhar
2010-03-02ext4: Use direct_IO_no_locking in ext4 dio readJiaying Zhang
2010-03-04ext4: use ext4_get_block_write in buffer writeJiaying Zhang
2010-03-02ext4: mechanical rename some of the direct I/O get_block's identifiersJiaying Zhang
2010-03-02ext4: make "offset" consistent in ext4_check_dir_entry()Toshiyuki Okajima
2010-03-01ext4: Handle non empty on-disk orphan linkDmitry Monakhov
2010-03-01ext4: explicitly remove inode from orphan list after failed direct ioDmitry Monakhov
2010-03-01ext4: fix error handling in migrateDmitry Monakhov
2010-03-01ext4: deprecate obsoleted mount optionsDmitry Monakhov
2010-03-01ext4: Fix fencepost error in chosing choosing group vs file preallocation.Tao Ma
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-03-01GFS2: print glock numbers in hexBob Peterson
2010-03-01GFS2: ordered writes are backwardsDave Chinner
2010-03-01GFS2: Remove loopy umount codeSteven Whitehouse
2010-03-01GFS2: Metadata address space clean upSteven Whitehouse
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-03-01Merge branch 'next' into for-linusJames Morris
2010-02-28blkdev: fix merge_bvec_fn return value checksDmitry Monakhov