aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-13NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migrationChuck Lever2-5/+16
2017-07-13NFS: check for nfs_refresh_inode() errors in nfs_fhget()NeilBrown1-2/+8
2017-07-13NFS: guard against confused server in nfs_atomic_open()NeilBrown1-2/+4
2017-07-13NFS: only invalidate dentrys that are clearly invalid.NeilBrown2-6/+10
2017-07-13PNFS for stateid errors retry against MDS firstOlga Kornievskaia2-61/+0
2017-07-13PNFS fix EACCESS on commit to DS handlingOlga Kornievskaia1-1/+2
2017-07-13NFS: silence a uninitialized variable warningDan Carpenter1-1/+2
2017-07-13nfs: Fix fscache stat printing in nfs_show_stats()Tuo Chen Peng1-1/+1
2017-07-13NFS: Fix initialization of nfs_page_array->npagesBenjamin Coddington1-0/+1
2017-07-13NFS: Fix commit policy for non-blocking calls to nfs_write_inode()Trond Myklebust1-1/+1
2017-07-13NFS: Ensure we commit after writeback is completeTrond Myklebust2-0/+60
2017-07-13NFS: Remove unused fields in the page I/O structuresTrond Myklebust1-2/+0
2017-07-13NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington2-1/+18
2017-07-13NFS: convert flags to boolBenjamin Coddington8-37/+37
2017-07-13NFS: Set FATTR4_WORD0_TYPE for . and .. entriesAnna Schumaker1-4/+7
2017-07-13sunrpc: mark all struct svc_version instances as constChristoph Hellwig4-7/+7
2017-07-13sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-1/+1
2017-07-13sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-0/+4
2017-07-13sunrpc: properly type pc_encode callbacksChristoph Hellwig1-3/+3
2017-07-13sunrpc: properly type pc_decode callbacksChristoph Hellwig1-2/+2
2017-07-13sunrpc: properly type pc_func callbacksChristoph Hellwig1-3/+4
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig6-10/+10
2017-07-13nfs: use ARRAY_SIZE() in the nfsacl_version3 declarationChristoph Hellwig1-2/+1
2017-07-13sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig4-4/+15
2017-07-13nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig3-69/+77
2017-07-13nfs: fix decoder callback prototypesChristoph Hellwig5-84/+151
2017-07-13nfs: fix encoder callback prototypesChristoph Hellwig5-122/+242
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+16
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+3
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields8-15/+33
2017-06-27NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete()Trond Myklebust1-1/+0
2017-06-27Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"Benjamin Coddington1-27/+24
2017-06-27NFSv4.1: Fix a race in nfs4_proc_layoutgetTrond Myklebust1-1/+1
2017-06-27NFS: Trunking detection should handle ERESTARTSYS/EINTRTrond Myklebust1-0/+2
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h>Ingo Molnar1-0/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe8-15/+33
2017-06-09security/selinux: allow security_sb_clone_mnt_opts to enable/disable native labeling behaviorScott Mayhew1-1/+16
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2017-06-05NFSv4.2: Don't send mode again in post-EXCLUSIVE4_1 SETATTR with umaskBenjamin Coddington1-1/+2
2017-06-04Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-14/+32
2017-06-03nfs: Mark unnecessarily extern functions as staticJan Kara2-4/+3
2017-05-28NFS: Use ERR_CAST() to avoid cross-structure castKees Cook1-1/+1
2017-05-24NFSv4.0: Fix a lock leak in nfs40_walk_client_listTrond Myklebust1-1/+0
2017-05-24pnfs: Fix the check for requests in range of layout segmentBenjamin Coddington2-8/+27
2017-05-24pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()Dan Carpenter1-0/+1
2017-05-24NFS fix COMMIT after COPYOlga Kornievskaia1-1/+1
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig4-7/+7
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-1/+1