summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * NFS: Fix commit policy for non-blocking calls to nfs_write_inode()Trond Myklebust2017-07-131-1/+1
| * NFS: Ensure we commit after writeback is completeTrond Myklebust2017-07-132-0/+60
| * NFS: Remove unused fields in the page I/O structuresTrond Myklebust2017-07-131-2/+0
| * NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington2017-07-132-1/+18
| * NFS: convert flags to boolBenjamin Coddington2017-07-138-37/+37
| * NFS: Set FATTR4_WORD0_TYPE for . and .. entriesAnna Schumaker2017-07-131-4/+7
| * sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-07-134-7/+7
| * sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-07-131-1/+1
| * sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-07-131-0/+4
| * sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-07-131-3/+3
| * sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-07-131-2/+2
| * sunrpc: properly type pc_func callbacksChristoph Hellwig2017-07-131-3/+4
| * sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-07-136-10/+10
| * nfs: use ARRAY_SIZE() in the nfsacl_version3 declarationChristoph Hellwig2017-07-131-2/+1
| * sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-07-134-4/+15
| * nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig2017-07-133-69/+77
| * nfs: fix decoder callback prototypesChristoph Hellwig2017-07-135-84/+151
| * nfs: fix encoder callback prototypesChristoph Hellwig2017-07-135-122/+242
* | Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-07-1311-307/+517
|\ \
| * \ Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields2017-06-288-15/+33
| |\ \ | | |/
| * | sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-154-7/+7
| * | sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
| * | sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-151-0/+4
| * | sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-3/+3
| * | sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-2/+2
| * | sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-151-3/+4
| * | sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-156-10/+10
| * | nfs: use ARRAY_SIZE() in the nfsacl_version3 declarationChristoph Hellwig2017-05-151-2/+1
| * | sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-154-4/+15
| * | nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig2017-05-153-69/+77
| * | nfs: fix decoder callback prototypesChristoph Hellwig2017-05-155-84/+151
| * | nfs: fix encoder callback prototypesChristoph Hellwig2017-05-155-122/+242
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-051-1/+16
|\ \ \
| * | | security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Scott Mayhew2017-06-091-1/+16
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-032-2/+3
|\ \ \
| * | | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-201-0/+1
| * | | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-2/+2
| | |/ | |/|
* | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-2/+2
|\ \ \
| * \ \ Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-128-15/+33
| |\ \ \ | | |/ /
| * | | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
| | |/ | |/|
* | | NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete()Trond Myklebust2017-06-271-1/+0
* | | Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"Benjamin Coddington2017-06-271-27/+24
* | | NFSv4.1: Fix a race in nfs4_proc_layoutgetTrond Myklebust2017-06-271-1/+1
* | | NFS: Trunking detection should handle ERESTARTSYS/EINTRTrond Myklebust2017-06-271-0/+2
* | | NFSv4.2: Don't send mode again in post-EXCLUSIVE4_1 SETATTR with umaskBenjamin Coddington2017-06-051-1/+2
| |/ |/|
* | Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-06-047-14/+32
|\ \
| * | nfs: Mark unnecessarily extern functions as staticJan Kara2017-06-032-4/+3
| * | NFSv4.0: Fix a lock leak in nfs40_walk_client_listTrond Myklebust2017-05-241-1/+0
| * | pnfs: Fix the check for requests in range of layout segmentBenjamin Coddington2017-05-242-8/+27
| * | pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()Dan Carpenter2017-05-241-0/+1
OpenPOWER on IntegriCloud