summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-01-17aio: check return value of create_workqueue()Namhyung Kim
2011-01-17hpfs_setattr error case avoids unlock_kernelDr. David Alan Gilbert
2011-01-17compat: copy missing fields in compat_statfs64 to userNamhyung Kim
2011-01-17compat: update comment of compat statfs syscallsNamhyung Kim
2011-01-17compat: remove unnecessary assignment in compat_rw_copy_check_uvector()Namhyung Kim
2011-01-17fs: FS_POSIX_ACL does not depend on BLOCKRandy Dunlap
2011-01-17fs: Remove unlikely() from fget_light()Steven Rostedt
2011-01-17fallocate should be a file operationChristoph Hellwig
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig
2011-01-17tidy up around finish_automount()Al Viro
2011-01-17don't drop newmnt on error in do_add_mount()Al Viro
2011-01-17Take the completion of automount into new helperAl Viro
2011-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/nab...Linus Torvalds
2011-01-16VFS: Fix UP compile error in fs/namespace.cAl Viro
2011-01-16ocfs2: Make OCFS2_FS depend on CONFIGFS_FSNicholas Bellinger
2011-01-16dlm: Make DLM depend on CONFIGFS_FSNicholas Bellinger
2011-01-16configfs: change depends -> select SYSFSNicholas Bellinger
2011-01-16fs/btrfs: Fix build of ctreeStefan Schmidt
2011-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2011-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-01-16sanitize vfsmount refcounting changesAl Viro
2011-01-16fix old umount_tree() breakageAl Viro
2011-01-16btrfs: Require CAP_SYS_ADMIN for filesystem rebalanceBen Hutchings
2011-01-16Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_checkJosef Bacik
2011-01-16btrfs: Fix memory leak in btrfs_read_fs_root_no_radix()Tsutomu Itoh
2011-01-16btrfs: check NULL or notTsutomu Itoh
2011-01-16btrfs: Don't pass NULL ptr to func that may deref it.Jesper Juhl
2011-01-16btrfs: mount failure return value fixDave Young
2011-01-16btrfs: Mem leak in btrfs_get_acl()Jesper Juhl
2011-01-16btrfs: fix wrong free space information of btrfsMiao Xie
2011-01-16btrfs: make the chunk allocator utilize the devices betterMiao Xie
2011-01-16btrfs: restructure find_free_dev_extent()Miao Xie
2011-01-16btrfs: fix wrong calculation of stripe sizeMiao Xie
2011-01-16btrfs: try to reclaim some space when chunk allocation failsMiao Xie
2011-01-16btrfs: fix wrong data space statisticsMiao Xie
2011-01-16fs/btrfs: Fix build of ctreeStefan Schmidt
2011-01-16Merge branch 'lzo-support' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason
2011-01-16Merge branch 'readonly-snapshots' of git://repo.or.cz/linux-btrfs-devel into ...Chris Mason
2011-01-16autofs4: Merge the remaining dentry ops tablesDavid Howells
2011-01-16Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells
2011-01-16Allow d_manage() to be used in RCU-walk modeDavid Howells
2011-01-16Remove a further kludge from __do_follow_link()David Howells
2011-01-16autofs4: Add v4 pseudo direct mount supportIan Kent
2011-01-16autofs4: Fix wait validationIan Kent
2011-01-16autofs4: Clean up autofs4_free_ino()Ian Kent
2011-01-16autofs4: Clean up dentry operationsIan Kent
2011-01-16autofs4: Clean up inode operationsIan Kent
2011-01-16autofs4: Remove unused codeIan Kent
2011-01-16autofs4: Add d_manage() dentry operationIan Kent
2011-01-16autofs4: Add d_automount() dentry operationIan Kent