summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | NFS fix COMMIT after COPYOlga Kornievskaia2017-05-241-1/+1
| |/
* | NFS: Use ERR_CAST() to avoid cross-structure castKees Cook2017-05-281-1/+1
|/
* Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-05-101-9/+17
|\
| * NFSv4: Fix callback server shutdownTrond Myklebust2017-04-271-8/+16
| * NFSv4.x/callback: Create the callback service through svc_create_pooledKinglong Mee2017-04-271-1/+1
* | Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-05-1035-2761/+590
|\ \
| * | pNFS/flexfiles: Always attempt to call layoutstats when flexfiles is enabledTrond Myklebust2017-05-091-0/+11
| * | NFSv4.1: Work around a Linux server bug...Trond Myklebust2017-05-091-0/+6
| * | NFS append COMMIT after synchronous COPYOlga Kornievskaia2017-05-084-39/+35
| * | NFSv4: Fix exclusive create attributes encodingTrond Myklebust2017-05-081-40/+35
| * | NFSv4: Fix an rcu lock leakTrond Myklebust2017-05-081-2/+4
| * | nfs: use kmap/kunmap directlyFabian Frederick2017-05-051-55/+12
| * | NFS: always treat the invocation of nfs_getattr as cache hit when noac is onHou Tao2017-05-051-1/+4
| * | Fix nfs_client refcounting if kmalloc fails in nfs4_proc_exchange_id and nfs4...Dave Wysochanski2017-05-051-2/+6
| * | NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2017-05-052-4/+13
| * | pNFS: Fix NULL dereference in pnfs_generic_alloc_ds_commitsFred Isaman2017-05-031-1/+1
| * | pNFS: Fix a typo in pnfs_generic_alloc_ds_commitsTrond Myklebust2017-05-021-1/+1
| * | pNFS: Fix a deadlock when coalescing writes and returning the layoutTrond Myklebust2017-05-021-2/+0
OpenPOWER on IntegriCloud