aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2020-06-02mm: remove the pgprot argument to __vmallocGravatar Christoph Hellwig 1-1/+1
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadGravatar NeilBrown 2-5/+9
2020-05-14NFSv3: fix rpc receive buffer size for MOUNT callGravatar Olga Kornievskaia 1-1/+2
2020-05-13NFS/pnfs: Don't use RPC_TASK_CRED_NOREF with pnfsGravatar Trond Myklebust 3-5/+7
2020-05-11NFS: Don't use RPC_TASK_CRED_NOREF with delegreturnGravatar Trond Myklebust 1-1/+1
2020-05-11Merge tag 'fscache-fixes-20200508-2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Trond Myklebust 2-22/+18
2020-05-11nfs: fix NULL deference in nfs4_get_valid_delegationGravatar J. Bruce Fields 1-1/+1
2020-05-08NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedGravatar Dave Wysochanski 1-18/+16
2020-05-08NFS: Fix fscache super_cookie allocationGravatar Dave Wysochanski 2-3/+0
2020-05-08NFS: Fix fscache super_cookie index_key from changing after umountGravatar Dave Wysochanski 1-1/+2
2020-04-30NFS: Fix a race in __nfs_list_for_each_server()Gravatar Trond Myklebust 1-1/+1
2020-04-28NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONGravatar Olga Kornievskaia 1-0/+8
2020-04-25NFSv4: Remove unreachable error condition due to rpc_run_task()Gravatar Xiyu Yang 1-2/+1
2020-04-20nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclGravatar Andreas Gruenbacher 1-7/+15
2020-04-19NFS/pnfs: Fix a credential use-after-free issue in pnfs_roc()Gravatar Trond Myklebust 1-5/+2
2020-04-19NFS/pnfs: Ensure that _pnfs_return_layout() waits for layoutreturn completionGravatar Trond Myklebust 1-1/+3
2020-04-13NFS: Fix an ABBA spinlock issue in pnfs_update_layout()Gravatar Trond Myklebust 1-1/+2
2020-04-12Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+1
2020-04-11pNFS: Fix RCU lock leakageGravatar Trond Myklebust 1-0/+1
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 29-1134/+1717
2020-04-06NFS: Clean up process of marking inode stale.Gravatar Trond Myklebust 4-8/+18
2020-04-04Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6Gravatar Linus Torvalds 1-5/+6
2020-04-03NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn()Gravatar Trond Myklebust 2-19/+34
2020-04-03NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcommit_inode()Gravatar Trond Myklebust 1-1/+1
2020-04-03NFS: Beware when dereferencing the delegation credGravatar Trond Myklebust 2-1/+11
2020-04-02NFS: Add a module parameter to set nfs_mountpoint_expiry_timeoutGravatar Trond Myklebust 1-0/+50
2020-04-02NFS: finish_automount() requires us to hold 2 refs to the mount recordGravatar Trond Myklebust 1-5/+7
2020-04-02NFS: Fix a few constant_table array definitionsGravatar Scott Mayhew 1-1/+4
2020-04-01NFS: Try to join page groups before an O_DIRECT retransmissionGravatar Trond Myklebust 2-1/+21
2020-04-01NFS: Refactor nfs_lock_and_join_requests()Gravatar Trond Myklebust 2-68/+122
2020-04-01NFS: Reverse the submission order of requests in __nfs_pageio_add_request()Gravatar Trond Myklebust 1-69/+64
2020-04-01NFS: Clean up nfs_lock_and_join_requests()Gravatar Trond Myklebust 2-71/+94
2020-04-01NFS: Remove the redundant function nfs_pgio_has_mirroring()Gravatar Trond Myklebust 2-11/+2
2020-04-01NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Gravatar Trond Myklebust 1-9/+8
2020-04-01NFS: Fix a request reference leak in nfs_direct_write_clear_reqs()Gravatar Trond Myklebust 1-0/+1
2020-04-01NFS: Fix use-after-free issues in nfs_pageio_add_request()Gravatar Trond Myklebust 1-24/+24
2020-04-01NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()Gravatar Trond Myklebust 2-24/+53
2020-04-01NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()Gravatar Trond Myklebust 1-0/+1
2020-03-31Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-38/+38
2020-03-30NFS: Ensure security label is set for root inodeGravatar Scott Mayhew 3-38/+38
2020-03-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-03-28NFS: Remove unused FLUSH_SYNC support in nfs_initiate_pgio()Gravatar Trond Myklebust 1-12/+3
2020-03-27pNFS/flexfiles: Specify the layout segment range in LAYOUTGETGravatar Trond Myklebust 1-4/+4
2020-03-27pNFS/flexfiles: remove requirement for whole file layoutsGravatar Trond Myklebust 1-21/+0
2020-03-27pNFS/flexfiles: Check the layout segment range before doing I/OGravatar Trond Myklebust 3-3/+13
2020-03-27pNFS/flexfile: Don't merge layout segments if the mirrors don't matchGravatar Trond Myklebust 1-0/+19
2020-03-27NFS/pNFS: Fix pnfs_layout_mark_request_commit() invalid layout segment handlingGravatar Trond Myklebust 1-16/+12
2020-03-27NFS/pNFS: Simplify bucket layout segment reference countingGravatar Trond Myklebust 1-19/+20
2020-03-27NFS/pNFS: Clean up pNFS commit operationsGravatar Trond Myklebust 5-71/+97