aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-16btrfs: Fix memory leak in btrfs_read_fs_root_no_radix()Tsutomu Itoh1-0/+1
2011-01-16btrfs: check NULL or notTsutomu Itoh3-0/+16
2011-01-16btrfs: Don't pass NULL ptr to func that may deref it.Jesper Juhl1-0/+2
2011-01-16btrfs: mount failure return value fixDave Young2-4/+8
2011-01-16btrfs: Mem leak in btrfs_get_acl()Jesper Juhl1-1/+3
2011-01-16btrfs: fix wrong free space information of btrfsMiao Xie5-7/+286
2011-01-16btrfs: make the chunk allocator utilize the devices betterMiao Xie2-103/+300
2011-01-16btrfs: restructure find_free_dev_extent()Miao Xie2-68/+91
2011-01-16btrfs: fix wrong calculation of stripe sizeMiao Xie1-2/+8
2011-01-16btrfs: try to reclaim some space when chunk allocation failsMiao Xie1-2/+7
2011-01-16btrfs: fix wrong data space statisticsMiao Xie1-4/+3
2011-01-16fs/btrfs: Fix build of ctreeStefan Schmidt1-0/+1
2011-01-16Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason20-385/+1051
2011-01-16Merge branch 'readonly-snapshots' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason7-49/+195
2011-01-15autofs4: Merge the remaining dentry ops tablesDavid Howells3-20/+4
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells6-74/+86
2011-01-15Allow d_manage() to be used in RCU-walk modeDavid Howells2-9/+14
2011-01-15Remove a further kludge from __do_follow_link()David Howells1-6/+2
2011-01-15autofs4: Add v4 pseudo direct mount supportIan Kent1-0/+58
2011-01-15autofs4: Fix wait validationIan Kent1-1/+16
2011-01-15autofs4: Clean up autofs4_free_ino()Ian Kent2-22/+0
2011-01-15autofs4: Clean up dentry operationsIan Kent3-29/+26
2011-01-15autofs4: Clean up inode operationsIan Kent3-21/+1
2011-01-15autofs4: Remove unused codeIan Kent2-250/+0
2011-01-15autofs4: Add d_manage() dentry operationIan Kent4-40/+159
2011-01-15autofs4: Add d_automount() dentry operationIan Kent4-112/+189
2011-01-15Remove the automount through follow_link() kludge code from pathwalkDavid Howells1-14/+3
2011-01-15CIFS: Use d_automount() rather than abusing follow_link()David Howells4-67/+80
2011-01-15NFS: Use d_automount() rather than abusing follow_link()David Howells4-47/+46
2011-01-15AFS: Use d_automount() rather than abusing follow_link()David Howells4-30/+19
2011-01-15Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells2-1/+9
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells10-43/+91
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells2-57/+174
2011-01-15do_lookup() fixAl Viro1-0/+3
2011-01-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds23-482/+729
2011-01-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-18/+75
2011-01-14Turn d_set_d_op() BUG_ON() into WARN_ON_ONCE()Linus Torvalds1-2/+2
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds19-277/+573
2011-01-14nfsd4: fix callback restartingJ. Bruce Fields1-12/+9
2011-01-14cifs: add cruid= mount optionJeff Layton1-0/+2
2011-01-14cifs: cFYI the entire error code in map_smb_to_linux_errorJeff Layton1-2/+2
2011-01-14block: restore multiple bd_link_disk_holder() supportTejun Heo1-18/+75
2011-01-14afs: add afs_wq and use it instead of the system workqueueTejun Heo7-28/+38
2011-01-14FS-Cache: Fix operation handlingAkshat Aranya1-1/+1
2011-01-14Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds1-18/+19
2011-01-14fs: namei fix ->put_link on wrong inode in do_filp_openNick Piggin1-18/+19
2011-01-13Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds2-5/+29
2011-01-14fs: fix do_last error case when need_reval_dotJ. R. Okajima1-4/+6
2011-01-14nfs: add missing rcu-walk checkNick Piggin1-1/+5
2011-01-14fs: fix dropping of rcu-walk from force_reval_pathNick Piggin1-0/+8