summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* make the feature checks in ->fallocate future proofChristoph Hellwig2011-01-175-3/+8
* tidy up around finish_automount()Al Viro2011-01-172-30/+18Star
* don't drop newmnt on error in do_add_mount()Al Viro2011-01-171-11/+5Star
* 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-173-6/+4Star
|\
| * ocfs2: Make OCFS2_FS depend on CONFIGFS_FSNicholas Bellinger2011-01-161-2/+1Star
| * dlm: Make DLM depend on CONFIGFS_FSNicholas Bellinger2011-01-161-2/+1Star
| * 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/+6Star
| * | Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher2011-01-1310-13/+6Star
| * | Squashfs: get rid of default n in KconfigPhillip Lougher2011-01-131-3/+0Star
| * | Squashfs: add missing check in zlib_wrapperPhillip Lougher2011-01-131-0/+5
| * | Squashfs: remove unnecessary variable in zlib_wrapperPhillip Lougher2011-01-131-5/+4Star
| * | 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/+73Star
| * | | fix old umount_tree() breakageAl Viro2011-01-161-3/+5
| * | | autofs4: Merge the remaining dentry ops tablesDavid Howells2011-01-163-20/+4Star
| * | | Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells2011-01-166-74/+86
| * | | Allow d_manage() to be used in RCU-walk modeDavid Howells2011-01-162-9/+14
| * | | Remove a further kludge from __do_follow_link()David Howells2011-01-161-6/+2Star
| * | | autofs4: Add v4 pseudo direct mount supportIan Kent2011-01-161-0/+58
| * | | autofs4: Fix wait validationIan Kent2011-01-161-1/+16
| * | | autofs4: Clean up autofs4_free_ino()Ian Kent2011-01-162-22/+0Star
| * | | autofs4: Clean up dentry operationsIan Kent2011-01-163-29/+26Star
| * | | autofs4: Clean up inode operationsIan Kent2011-01-163-21/+1Star
| * | | autofs4: Remove unused codeIan Kent2011-01-162-250/+0Star
| * | | autofs4: Add d_manage() dentry operationIan Kent2011-01-164-40/+159
| * | | autofs4: Add d_automount() dentry operationIan Kent2011-01-164-112/+189
| * | | Remove the automount through follow_link() kludge code from pathwalkDavid Howells2011-01-161-14/+3Star
| * | | CIFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-164-67/+80
| * | | NFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-164-47/+46Star
| * | | AFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-164-30/+19Star
| * | | Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells2011-01-162-1/+9
| * | | Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-1610-43/+91
| * | | Add a dentry op to handle automounting rather than abusing follow_link()David Howells2011-01-162-57/+174
| * | | do_lookup() fixAl Viro2011-01-161-0/+3
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-01-1523-482/+729
|\ \ \ \
| * | | | xfs: prevent NMI timeouts in cmn_errDave Chinner2011-01-127-114/+96Star
| * | | | xfs: Add log level to assertion printkAnton Blanchard2011-01-121-1/+2
| * | | | xfs: fix an assignment within an ASSERT()Jesper Juhl2011-01-121-1/+1
| * | | | xfs: fix error handling for synchronous writesChristoph Hellwig2011-01-123-114/+51Star
| * | | | xfs: add FITRIM supportChristoph Hellwig2011-01-127-12/+259
| * | | | xfs: ensure log covering transactions are synchronousDave Chinner2011-01-124-12/+13
| * | | | xfs: serialise unaligned direct IOsDave Chinner2011-01-111-10/+28
| * | | | xfs: factor common write setup codeDave Chinner2011-01-111-67/+56Star