aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* lockd: Remove BKL from the clientBryan Schumaker2010-09-222-14/+14
* SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever2010-09-213-14/+3
* NFS: Fix NFSv3 debugging messages in fs/nfs/nfs3proc.cChuck Lever2010-09-211-2/+3
* NFS: Convert nfsiod to use alloc_workqueue()Trond Myklebust2010-09-211-1/+1
* NFSv4.1: Fix the slotid initialisation in nfs_async_rename()Trond Myklebust2010-09-211-0/+2
* NFS: Fix a use-after-free case in nfs_async_rename()Trond Myklebust2010-09-211-7/+2
* nfs: make sillyrename an async operationJeff Layton2010-09-174-11/+261
* nfs: move nfs_sillyrename to unlink.cJeff Layton2010-09-172-71/+84
* nfs: standardize the rename response containerJeff Layton2010-09-174-13/+13
* nfs: standardize the rename args containerJeff Layton2010-09-176-24/+20
* NFS: Add an 'open_context' element to struct nfs_rpc_opsTrond Myklebust2010-09-173-5/+6
* NFS: Clean up nfs4_proc_create()Trond Myklebust2010-09-174-50/+57
* NFSv4: Further cleanups for nfs4_open_revalidate()Trond Myklebust2010-09-173-35/+26
* NFSv4: Clean up nfs4_open_revalidateTrond Myklebust2010-09-173-19/+17
* NFSv4: Further minor cleanups for nfs4_atomic_open()Trond Myklebust2010-09-173-31/+20
* NFSv4: Clean up nfs4_atomic_openTrond Myklebust2010-09-174-36/+91
* NFS: Allow NFSROOT debugging messages to be enabled dynamicallyChuck Lever2010-09-171-6/+13
* NFS: Clean up nfsroot.cChuck Lever2010-09-171-418/+1
* NFS: Use super.c for NFSROOT mount option parsingChuck Lever2010-09-171-6/+176
* NFS: Clean up NFSROOT command line parsingChuck Lever2010-09-171-9/+23
* NFS: Remove \t from mount debugging messageChuck Lever2010-09-171-1/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-283-36/+64
|\
| * fsnotify: drop two useless bools in the fnsotify main loopEric Paris2010-08-271-8/+5
| * fsnotify: fix list walk orderEric Paris2010-08-271-6/+5
| * fanotify: Return EPERM when a process is not privilegedAndreas Gruenbacher2010-08-271-1/+1
| * fanotify: drop duplicate pr_debug statementTvrtko Ursulin2010-08-221-3/+0
| * fanotify: flush outstanding perm requests on group destroyEric Paris2010-08-221-0/+27
| * fsnotify: fix ignored mask handling between inode and vfsmount marksEric Paris2010-08-221-18/+17
| * fsnotify: reset used_inode and used_vfsmount on each passEric Paris2010-08-221-1/+3
| * fanotify: do not dereference inode_mark when it is unsetEric Paris2010-08-221-4/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-08-286-12/+30
|\ \
| * | eCryptfs: Fix encrypted file name lookup regressionTyler Hicks2010-08-272-8/+24
| * | ecryptfs: properly mark init functionsJerome Marchand2010-08-274-4/+4
| * | fs/ecryptfs: Return -ENOMEM on memory allocation failureJulia Lawall2010-08-271-0/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-08-2813-107/+184
|\ \
| * | ceph: fix get_ticket_handler() error handlingDan Carpenter2010-08-261-6/+9
| * | ceph: don't BUG on ENOMEM during mds reconnectSage Weil2010-08-261-3/+4
| * | ceph: ceph_mdsc_build_path() returns an ERR_PTRDan Carpenter2010-08-261-0/+4
| * | ceph: Fix warningsAlan Cox2010-08-251-5/+9
| * | ceph: ceph_get_inode() returns an ERR_PTRDan Carpenter2010-08-251-2/+2
| * | ceph: initialize fields on new dentry_infosSage Weil2010-08-241-1/+1
| * | ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil2010-08-244-7/+26
| * | ceph: fix osd request lru adjustment when sending requestHenry C Chang2010-08-221-1/+1
| * | ceph: don't improperly set dir complete when holding EXCL capSage Weil2010-08-221-0/+1
| * | mm: exporting account_page_dirtyMichael Rubin2010-08-221-7/+1
| * | ceph: direct requests in snapped namespace based on nonsnap parentSage Weil2010-08-221-2/+24
| * | ceph: queue cap snap writeback for realm children on snap updateSage Weil2010-08-221-23/+37
| * | ceph: include dirty xattrs state in snapped capsSage Weil2010-08-224-11/+23
| * | ceph: fix xattr cap writebackSage Weil2010-08-221-5/+5
| * | ceph: fix multiple mds session shutdownSage Weil2010-08-222-34/+37