aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* hpfs_setattr error case avoids unlock_kernelDr. David Alan Gilbert2011-01-171-1/+1
* compat: copy missing fields in compat_statfs64 to userNamhyung Kim2011-01-171-1/+3
* compat: update comment of compat statfs syscallsNamhyung Kim2011-01-171-1/+1
* compat: remove unnecessary assignment in compat_rw_copy_check_uvector()Namhyung Kim2011-01-171-3/+1
* fs: FS_POSIX_ACL does not depend on BLOCKRandy Dunlap2011-01-171-9/+8
* fs: Remove unlikely() from fget_light()Steven Rostedt2011-01-171-1/+1
* fallocate should be a file operationChristoph Hellwig2011-01-1711-444/+437
* make the feature checks in ->fallocate future proofChristoph Hellwig2011-01-175-3/+8
* tidy up around finish_automount()Al Viro2011-01-172-30/+18
* don't drop newmnt on error in do_add_mount()Al Viro2011-01-171-11/+5
* Take the completion of automount into new helperAl Viro2011-01-173-26/+39
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/nab...Linus Torvalds2011-01-163-6/+4
|\
| * ocfs2: Make OCFS2_FS depend on CONFIGFS_FSNicholas Bellinger2011-01-161-2/+1
| * dlm: Make DLM depend on CONFIGFS_FSNicholas Bellinger2011-01-161-2/+1
| * configfs: change depends -> select SYSFSNicholas Bellinger2011-01-161-2/+2
* | VFS: Fix UP compile error in fs/namespace.cAl Viro2011-01-161-7/+24
* | fs/btrfs: Fix build of ctreeStefan Schmidt2011-01-161-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-01-1615-30/+203
|\ \
| * | Squashfs: simplify CONFIG_SQUASHFS_LZO handlingPhillip Lougher2011-01-133-9/+6
| * | Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher2011-01-1310-13/+6
| * | Squashfs: get rid of default n in KconfigPhillip Lougher2011-01-131-3/+0
| * | Squashfs: add missing check in zlib_wrapperPhillip Lougher2011-01-131-0/+5
| * | Squashfs: remove unnecessary variable in zlib_wrapperPhillip Lougher2011-01-131-5/+4
| * | Squashfs: Add XZ compression configuration optionPhillip Lougher2011-01-134-0/+28
| * | Squashfs: add XZ compression supportPhillip Lougher2011-01-132-0/+154
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-1628-834/+935
|\ \ \
| * | | sanitize vfsmount refcounting changesAl Viro2011-01-167-111/+73
| * | | fix old umount_tree() breakageAl Viro2011-01-161-3/+5
| * | | autofs4: Merge the remaining dentry ops tablesDavid Howells2011-01-153-20/+4
| * | | Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells2011-01-156-74/+86
| * | | Allow d_manage() to be used in RCU-walk modeDavid Howells2011-01-152-9/+14
| * | | Remove a further kludge from __do_follow_link()David Howells2011-01-151-6/+2
| * | | autofs4: Add v4 pseudo direct mount supportIan Kent2011-01-151-0/+58
| * | | autofs4: Fix wait validationIan Kent2011-01-151-1/+16
| * | | autofs4: Clean up autofs4_free_ino()Ian Kent2011-01-152-22/+0
| * | | autofs4: Clean up dentry operationsIan Kent2011-01-153-29/+26
| * | | autofs4: Clean up inode operationsIan Kent2011-01-153-21/+1
| * | | autofs4: Remove unused codeIan Kent2011-01-152-250/+0
| * | | autofs4: Add d_manage() dentry operationIan Kent2011-01-154-40/+159
| * | | autofs4: Add d_automount() dentry operationIan Kent2011-01-154-112/+189
| * | | Remove the automount through follow_link() kludge code from pathwalkDavid Howells2011-01-151-14/+3
| * | | CIFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-154-67/+80
| * | | NFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-154-47/+46
| * | | AFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-154-30/+19
| * | | Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells2011-01-152-1/+9
| * | | Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-1510-43/+91
| * | | Add a dentry op to handle automounting rather than abusing follow_link()David Howells2011-01-152-57/+174
| * | | do_lookup() fixAl Viro2011-01-151-0/+3
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-01-1423-482/+729
|\ \ \ \
| * | | | xfs: prevent NMI timeouts in cmn_errDave Chinner2011-01-127-114/+96