summaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfs: Fix oops in nfs_netfs_init_request() when copying to cacheDavid Howells2024-12-201-1/+8
* Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-11-3014-145/+209
|\
| * fs/nfs/io: make nfs_start_io_*() killableMax Kellermann2024-11-284-20/+66
| * nfs/blocklayout: Limit repeat device registration on failureBenjamin Coddington2024-11-281-1/+14
| * nfs/blocklayout: Don't attempt unregister for invalid block deviceBenjamin Coddington2024-11-281-4/+2
| * nfs: ignore SB_RDONLY when mounting nfsLi Lingfeng2024-11-281-1/+1
| * Revert "nfs: don't reuse partially completed requests in nfs_lock_and_join_re...Trond Myklebust2024-11-181-20/+29
| * Revert "fs: nfs: fix missing refcnt by replacing folio_set_private by folio_a...Trond Myklebust2024-11-101-2/+4
| * nfs/localio: must clear res.replen in nfs_local_read_doneNeilBrown2024-11-101-0/+6
| * NFSv4.0: Fix a use-after-free problem in the asynchronous open()Trond Myklebust2024-11-091-3/+5
| * NFSv4.0: Fix the wake up of the next waiter in nfs_release_seqid()Trond Myklebust2024-11-091-6/+4
| * nfs/localio: eliminate need for nfs_local_fsync_work forward declarationMike Snitzer2024-11-081-16/+15
| * nfs/localio: remove extra indirect nfs_to call to check {read,write}_iterMike Snitzer2024-11-081-13/+19
| * nfs/localio: eliminate unnecessary kref in nfs_local_fsync_ctxMike Snitzer2024-11-081-17/+3
| * nfs/localio: remove redundant suid/sgid handlingMike Snitzer2024-11-081-6/+1
| * NFS: Implement get_nfs_version()Anna Schumaker2024-11-084-5/+12
| * NFS: Clean up find_nfs_version()Anna Schumaker2024-11-081-7/+6
| * NFS: Rename get_nfs_version() -> find_nfs_version()Anna Schumaker2024-11-083-6/+6
| * NFS: Convert the NFS module list into an arrayAnna Schumaker2024-11-082-13/+14
| * NFS: Clean up locking the nfs_versions listAnna Schumaker2024-11-081-11/+8
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-231-2/+2
|\ \ | |/ |/|
| * mm/list_lru: simplify the list_lru walk callback functionKairui Song2024-11-121-2/+2
* | nfs: avoid i_lock contention in nfs_clear_invalid_mappingMike Snitzer2024-11-041-5/+15
* | nfs_common: fix localio to cope with racing nfs_local_probe()Mike Snitzer2024-11-042-3/+3
* | NFS: Further fixes to attribute delegation a/mtime changesTrond Myklebust2024-11-041-18/+31
* | NFS: Fix attribute delegation behaviour on exclusive createTrond Myklebust2024-11-041-0/+4
* | nfs: Fix KMSAN warning in decode_getfattr_attrs()Roberto Sassu2024-11-041-0/+1
* | NFSv3: only use NFS timeout for MOUNT when protocols are compatibleNeilBrown2024-11-041-1/+9
|/
* NFS: remove revoked delegation from server's delegation listDai Ngo2024-10-091-0/+5
* nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer2024-10-031-3/+3
* NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang2024-10-033-2/+3
* SUNRPC: Fix integer overflow in decode_rc_list()Dan Carpenter2024-10-031-0/+2
* nfs: Remove duplicated include in localio.cYang Li2024-09-301-1/+0
* Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-09-2524-312/+1073
|\
| * nfs: implement client support for NFS_LOCALIO_PROGRAMMike Snitzer2024-09-232-6/+132
| * nfs/localio: use dedicated workqueues for filesystem read and writeTrond Myklebust2024-09-233-38/+91
| * pnfs/flexfiles: enable localio supportTrond Myklebust2024-09-232-4/+52
| * nfs: enable localio for non-pNFS IOTrond Myklebust2024-09-232-2/+12
| * nfs: add LOCALIO supportWeston Andros Adamson2024-09-237-0/+725
| * nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commitMike Snitzer2024-09-236-13/+19
| * nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.hMike Snitzer2024-09-232-19/+0
| * nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errnoMike Snitzer2024-09-231-67/+0
| * nfs_common: factor out nfs_errtbl and nfs_stat_to_errnoMike Snitzer2024-09-234-160/+23
| * nfs: add 'noalignwrite' option for lock-less 'lost writes' preventionDan Aloni2024-09-233-0/+14
| * nfs: fix the comment of nfs_get_rootLi Lingfeng2024-09-231-1/+1
| * NFSv4.2: Fix detection of "Proxying of Times" server supportRoi Azarzar2024-09-231-2/+14
| * NFSv4: Fail mounts if the lease setup times outTrond Myklebust2024-09-231-0/+6
| * fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_pr...Zhaoyang Huang2024-09-231-4/+2
| * nfs: Remove obsoleted declaration for nfs_read_prepareGaosheng Cui2024-09-231-1/+0
| * nfs: Remove unnecessary NULL check before kfree()Thorsten Blum2024-09-231-2/+1