summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | xfs: Add log level to assertion printkAnton Blanchard2011-01-111-1/+2
| * | xfs: fix an assignment within an ASSERT()Jesper Juhl2011-01-111-1/+1
| * | xfs: fix error handling for synchronous writesChristoph Hellwig2011-01-113-114/+51
| * | xfs: add FITRIM supportChristoph Hellwig2011-01-117-12/+259
| * | xfs: ensure log covering transactions are synchronousDave Chinner2011-01-114-12/+13
| * | xfs: serialise unaligned direct IOsDave Chinner2011-01-111-10/+28
| * | xfs: factor common write setup codeDave Chinner2011-01-111-67/+56
| * | xfs: split buffered IO write path from xfs_file_aio_writeDave Chinner2011-01-111-77/+69
| * | xfs: split direct IO write path from xfs_file_aio_writeDave Chinner2011-01-111-63/+116
| * | xfs: introduce xfs_rw_lock() helpers for locking the inodeDave Chinner2011-01-121-51/+80
| * | xfs: factor post-write newsize updatesDave Chinner2011-01-111-22/+21
| * | xfs: factor common post-write isize handling codeDave Chinner2011-01-111-26/+28
| * | xfs: ensure sync write errors are returnedDave Chinner2011-01-111-26/+23
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-141-18/+75
|\ \ \
| * | | block: restore multiple bd_link_disk_holder() supportTejun Heo2011-01-141-18/+75
* | | | Turn d_set_d_op() BUG_ON() into WARN_ON_ONCE()Linus Torvalds2011-01-141-2/+2
* | | | Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-1419-277/+573
|\ \ \ \ | |_|_|/ |/| | |
| * | | nfsd4: fix callback restartingJ. Bruce Fields2011-01-141-12/+9
| * | | nfsd: break lease on unlink, link, and renameJ. Bruce Fields2011-01-131-4/+23
| * | | nfsd4: break lease on nfsd setattrJ. Bruce Fields2011-01-131-8/+4
| * | | nfsd: don't support msnfs export optionJ. Bruce Fields2011-01-132-43/+2
| * | | nfsd4: initialize cb_per_clientJ. Bruce Fields2011-01-131-0/+1
| * | | nfsd4: allow restarting callbacksJ. Bruce Fields2011-01-113-6/+32
| * | | nfsd4: simplify nfsd4_cb_prepareJ. Bruce Fields2011-01-111-22/+4
| * | | nfsd4: give out delegations more quickly in 4.1 caseJ. Bruce Fields2011-01-111-2/+15