summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig2014-05-288-37/+17
| * | nfs: commit layouts in fdatasyncChristoph Hellwig2014-05-281-2/+1
| * | NFS: Don't ignore suid/sgid bit changes after a successful writeTrond Myklebust2014-04-151-2/+33
| * | NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust2014-04-151-9/+17
| * | NFS: Fix memroy leak for double mountsKinglong Mee2014-04-151-1/+2
* | | fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski2014-06-104-13/+18
* | | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-06-1033-1257/+1840
|\ \ \ | |_|/ |/| |
| * | nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields2014-06-091-1/+1
| * | nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton2014-06-061-9/+8
| * | nfs4: remove unused CHANGE_SECURITY_LABELJ. Bruce Fields2014-06-061-1/+1
| * | nfsd4: kill READ64J. Bruce Fields2014-06-061-17/+16
| * | nfsd4: kill READ32J. Bruce Fields2014-06-061-128/+127
| * | nfsd4: simplify server xdr->next_page useJ. Bruce Fields2014-06-061-1/+1
| * | nfsd4: hash deleg stateid only on successful nfs4_set_delegationBenny Halevy2014-06-041-1/+1
| * | nfsd4: rename recall_lock to state_lockBenny Halevy2014-06-041-31/+32
| * | nfsd: remove unneeded zeroing of fields in nfsd4_proc_compoundJeff Layton2014-06-041-3/+0
| * | nfsd: fix setting of NFS4_OO_CONFIRMED in nfsd4_openJeff Layton2014-06-041-2/+1
| * | nfsd4: use recall_lock for delegation hashingBenny Halevy2014-06-041-5/+15
| * | nfsd: fix laundromat next-run-time calculationJeff Layton2014-05-301-14/+8
| * | nfsd: make nfsd4_encode_fattr staticJeff Layton2014-05-301-1/+1
| * | SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGKinglong Mee2014-05-301-3/+2
| * | nfsd: remove unused function nfsd_read_fileChristoph Hellwig2014-05-302-22/+0
| * | nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig2014-05-301-2/+2
| * | NFSD: Error out when getting more than one fsloc/secinfo/uuidKinglong Mee2014-05-301-0/+12
| * | NFSD: Using type of uint32_t for ex_nflavors instead of intKinglong Mee2014-05-302-4/+5
| * | NFSD: Add missing comment of "expiry" in expkey_parse()Kinglong Mee2014-05-301-1/+1
| * | NFSD: Remove typedef of svc_client and svc_export in export.cKinglong Mee2014-05-301-11/+8
| * | NFSD: Cleanup unneeded including net/ipv6.hKinglong Mee2014-05-301-2/+0
| * | NFSD: Cleanup unused variable in nfsd_setuser()Kinglong Mee2014-05-301-3/+1
| * | NFSD: remove unneeded linux/user_namespace.h includeKinglong Mee2014-05-301-1/+0
| * | NFSD: Adds macro EX_UUID_LEN for exports uuid's lengthKinglong Mee2014-05-303-4/+6
| * | NFSD: Helper function for parsing uuidKinglong Mee2014-05-301-12/+20
| * | NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free()Kinglong Mee2014-05-301-3/+9
| * | nfsd4: better reservation of head space for krb5J. Bruce Fields2014-05-303-5/+6
| * | nfsd4: kill write32, write64J. Bruce Fields2014-05-301-30/+21
| * | nfsd4: kill WRITEMEMJ. Bruce Fields2014-05-301-34/+28
| * | nfsd4: kill WRITE64J. Bruce Fields2014-05-301-28/+24
| * | nfsd4: kill WRITE32J. Bruce Fields2014-05-301-152/+154
| * | nfsd4: really fix nfs4err_resource in 4.1 caseJ. Bruce Fields2014-05-301-0/+8
| * | nfsd4: allow exotic read compoundsJ. Bruce Fields2014-05-301-36/+25
| * | nfsd4: more read encoding cleanupJ. Bruce Fields2014-05-301-12/+10
| * | nfsd4: read encoding cleanupJ. Bruce Fields2014-05-301-13/+14
| * | nfsd4: separate splice and readv casesJ. Bruce Fields2014-05-303-88/+214
| * | nfsd4: nfsd_vfs_read doesn't use file handle parameterJ. Bruce Fields2014-05-301-3/+3
| * | nfsd4: turn off zero-copy-read in exotic casesJ. Bruce Fields2014-05-301-4/+17
| * | nfsd4: estimate sequence response sizeJ. Bruce Fields2014-05-301-0/+6
| * | nfsd4: better estimate of getattr response sizeJ. Bruce Fields2014-05-301-0/+44
| * | nfsd4: don't treat readlink like a zero-copy operationJ. Bruce Fields2014-05-301-30/+12
| * | nfsd4: enforce rd_dircountJ. Bruce Fields2014-05-301-1/+4
| * | nfsd4: allow large readdirsJ. Bruce Fields2014-05-303-69/+82