summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust2022-02-011-0/+2
* NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust2022-02-011-0/+2
* NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust2022-02-011-0/+5
* NFSv4: Handle case where the lookup of a directory failsTrond Myklebust2022-02-011-0/+13
* NFSv42: Don't fail clone() unless the OP_CLONE operation failedTrond Myklebust2021-12-011-2/+1
* NFSv42: Fix pagecache invalidation after COPY/CLONEBenjamin Coddington2021-12-011-1/+3
* NFSv4: Fix a regression in nfs_set_open_stateid_locked()Trond Myklebust2021-11-181-7/+8
* Fix user namespace leakAlexey Gladkov2021-11-181-1/+1
* NFS: Fix an Oops in pnfs_mark_request_commit()Trond Myklebust2021-11-181-1/+1
* NFS: Fix up commit deadlocksTrond Myklebust2021-11-183-6/+7
* NFS: Fix deadlocks in nfs_scan_commit_list()Trond Myklebust2021-11-181-15/+2
* pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_dsBaptiste Lepers2021-11-182-4/+4
* NFS: Fix dentry verifier racesTrond Myklebust2021-11-181-4/+3
* NFS: Ignore the directory size when marking for revalidationTrond Myklebust2021-11-181-1/+1
* NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATATrond Myklebust2021-11-181-2/+7
* NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINEDTrond Myklebust2021-11-183-3/+5
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-0411-51/+109
|\
| * NFS: Always provide aligned buffers to the RPC read layersTrond Myklebust2021-08-301-2/+6
| * NFSv4.1 add network transport when session trunking is detectedOlga Kornievskaia2021-08-271-0/+29
| * SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia2021-08-271-0/+1
| * NFSv4 introduce max_connect mount optionsOlga Kornievskaia2021-08-275-2/+22
| * NFSv3: Delete duplicate judgement in nfs3_async_handle_jukeboxYe Bin2021-08-271-2/+1
| * NFSv4.2: remove restriction of copy size for inter-server copy.Dai Ngo2021-08-101-6/+4
| * NFS: Clean up the synopsis of callback process_op()Chuck Lever2021-08-101-10/+9
| * NFS: Extract the xdr_init_encode/decode() calls from decode_compoundChuck Lever2021-08-101-13/+9
| * NFS: Remove unused callback void decoderChuck Lever2021-08-101-6/+4
| * NFS: Add a private local dispatcher for NFSv4 callback operationsChuck Lever2021-08-101-2/+11
| * SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever2021-08-101-1/+2
| * SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever2021-08-101-0/+4
| * NFSv4/pnfs: The layout barrier indicate a minimal value for the seqidTrond Myklebust2021-08-091-1/+1
| * NFSv4/pNFS: Always allow update of a zero valued layout barrierTrond Myklebust2021-08-091-1/+1
| * NFSv4/pNFS: Remove dead codeTrond Myklebust2021-08-091-4/+0
| * NFSv4/pNFS: Fix a layoutget livelock loopTrond Myklebust2021-08-091-4/+8
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-2/+5
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
| |/
* | Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-08-312-1/+4
|\ \
| * | nfs: don't allow reexport reclaimsJ. Bruce Fields2021-08-261-0/+3
| * | nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields2021-08-261-1/+1
| |/
* / fs: remove mandatory file locking supportJeff Layton2021-08-231-4/+0
|/
* Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-07-0916-224/+347
|\
| * Merge part 2 of branch 'sysfs-devel'Trond Myklebust2021-07-083-8/+44
| |\
| | * NFSv4.1 identify and mark RPC tasks that can move between transportsOlga Kornievskaia2021-07-083-8/+44
| * | NFSv4/pNFS: Return an error if _nfs4_pnfs_v3_ds_connect can't load NFSv3Trond Myklebust2021-07-081-1/+1
| * | NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple timesTrond Myklebust2021-07-081-26/+26
| * | NFSv4/pnfs: Clean up layout get on openTrond Myklebust2021-07-082-17/+17
| * | NFSv4/pnfs: Fix layoutget behaviour after invalidationTrond Myklebust2021-07-081-5/+5
| * | NFSv4/pnfs: Fix the layout barrier updateTrond Myklebust2021-07-081-15/+15
| * | NFS: Fix fscache read from NFS after cache errorDave Wysochanski2021-07-082-7/+16
| * | NFS: Ensure nfs_readpage returns promptly when internal error occursDave Wysochanski2021-07-081-3/+3
| * | Merge branch 'leases-devel'Trond Myklebust2021-06-296-23/+125
| |\ \