aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 22-132/+545
2017-07-13NFS: Don't run wake_up_bit() when nobody is waiting...Gravatar Trond Myklebust 1-1/+16
2017-07-13nfs: add export operationsGravatar Peng Tao 4-1/+182
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 11-307/+517
2017-07-13nfs4: add NFSv4 LOOKUPP handlersGravatar Jeff Layton 3-0/+153
2017-07-13nfs: add a nfs_ilookup helperGravatar Peng Tao 1-0/+22
2017-07-13nfs: replace d_add with d_splice_alias in atomic_openGravatar Peng Tao 1-1/+1
2017-07-13NFSv4.2 fix size storage for nfs42_proc_copyGravatar Olga Kornievskaia 1-1/+1
2017-07-13NFSv4.1: Use seqid returned by EXCHANGE_ID after state migrationGravatar Chuck Lever 1-4/+3
2017-07-13NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migrationGravatar Chuck Lever 2-5/+16
2017-07-13NFS: check for nfs_refresh_inode() errors in nfs_fhget()Gravatar NeilBrown 1-2/+8
2017-07-13NFS: guard against confused server in nfs_atomic_open()Gravatar NeilBrown 1-2/+4
2017-07-13NFS: only invalidate dentrys that are clearly invalid.Gravatar NeilBrown 2-6/+10
2017-07-13PNFS for stateid errors retry against MDS firstGravatar Olga Kornievskaia 2-61/+0
2017-07-13PNFS fix EACCESS on commit to DS handlingGravatar Olga Kornievskaia 1-1/+2
2017-07-13NFS: silence a uninitialized variable warningGravatar Dan Carpenter 1-1/+2
2017-07-13nfs: Fix fscache stat printing in nfs_show_stats()Gravatar Tuo Chen Peng 1-1/+1
2017-07-13NFS: Fix initialization of nfs_page_array->npagesGravatar Benjamin Coddington 1-0/+1
2017-07-13NFS: Fix commit policy for non-blocking calls to nfs_write_inode()Gravatar Trond Myklebust 1-1/+1
2017-07-13NFS: Ensure we commit after writeback is completeGravatar Trond Myklebust 2-0/+60
2017-07-13NFS: Remove unused fields in the page I/O structuresGravatar Trond Myklebust 1-2/+0
2017-07-13NFS: nfs_rename() - revalidate directories on -ERESTARTSYSGravatar Benjamin Coddington 2-1/+18
2017-07-13NFS: convert flags to boolGravatar Benjamin Coddington 8-37/+37
2017-07-13NFS: Set FATTR4_WORD0_TYPE for . and .. entriesGravatar Anna Schumaker 1-4/+7
2017-07-13sunrpc: mark all struct svc_version instances as constGravatar Christoph Hellwig 4-7/+7
2017-07-13sunrpc: mark all struct svc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-07-13sunrpc: move pc_count out of struct svc_procinfoGravatar Christoph Hellwig 1-0/+4
2017-07-13sunrpc: properly type pc_encode callbacksGravatar Christoph Hellwig 1-3/+3
2017-07-13sunrpc: properly type pc_decode callbacksGravatar Christoph Hellwig 1-2/+2
2017-07-13sunrpc: properly type pc_func callbacksGravatar Christoph Hellwig 1-3/+4
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constGravatar Christoph Hellwig 6-10/+10
2017-07-13nfs: use ARRAY_SIZE() in the nfsacl_version3 declarationGravatar Christoph Hellwig 1-2/+1
2017-07-13sunrpc: move p_count out of struct rpc_procinfoGravatar Christoph Hellwig 4-4/+15
2017-07-13nfs: don't cast callback decode/proc/encode routinesGravatar Christoph Hellwig 3-69/+77
2017-07-13nfs: fix decoder callback prototypesGravatar Christoph Hellwig 5-84/+151
2017-07-13nfs: fix encoder callback prototypesGravatar Christoph Hellwig 5-122/+242
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+16
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+3
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeGravatar J. Bruce Fields 8-15/+33
2017-06-27NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete()Gravatar Trond Myklebust 1-1/+0
2017-06-27Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"Gravatar Benjamin Coddington 1-27/+24
2017-06-27NFSv4.1: Fix a race in nfs4_proc_layoutgetGravatar Trond Myklebust 1-1/+1
2017-06-27NFS: Trunking detection should handle ERESTARTSYS/EINTRGravatar Trond Myklebust 1-0/+2
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Gravatar Ingo Molnar 1-0/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-2/+2
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockGravatar Jens Axboe 8-15/+33
2017-06-09security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Gravatar Scott Mayhew 1-1/+16
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-2/+2
2017-06-05NFSv4.2: Don't send mode again in post-EXCLUSIVE4_1 SETATTR with umaskGravatar Benjamin Coddington 1-1/+2