summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-07-1838-724/+1243
|\
| * nfs: split nfs_read_folioChristoph Hellwig2024-07-171-28/+41
| * nfs: pass explicit offset/count to trace eventsChristoph Hellwig2024-07-174-26/+33
| * nfs: do not extend writes to the entire folioChristoph Hellwig2024-07-121-2/+6
| * nfs/blocklayout: add support for NVMeChristoph Hellwig2024-07-121-0/+2
| * nfs: remove nfs_page_lengthChristoph Hellwig2024-07-101-19/+0
| * nfs: remove the unused max_deviceinfo_size field from struct pnfs_layoutdrive...Christoph Hellwig2024-07-102-4/+0
| * nfs: don't reuse partially completed requests in nfs_lock_and_join_requestsChristoph Hellwig2024-07-081-29/+20
| * nfs: move nfs_wait_on_request to write.cChristoph Hellwig2024-07-082-19/+17
| * nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requestsChristoph Hellwig2024-07-082-80/+64
| * nfs: fold nfs_folio_find_and_lock_request into nfs_lock_and_join_requestsChristoph Hellwig2024-07-081-41/+27
| * nfs: simplify nfs_folio_find_and_lock_requestChristoph Hellwig2024-07-082-36/+21
| * nfs: remove nfs_folio_private_requestChristoph Hellwig2024-07-081-7/+2
| * nfs: remove dead code for the old swap over NFS implementationChristoph Hellwig2024-07-089-184/+34
| * NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2024-07-082-5/+3
| * nfs: Block on write congestionJan Kara2024-07-082-4/+12
| * nfs: Properly initialize server->writebackJan Kara2024-07-081-0/+2
| * nfs: Drop pointless check from nfs_commit_release_pages()Jan Kara2024-07-081-4/+0
| * nfs/blocklayout: SCSI layout trace points for reservation key reg/unregChuck Lever2024-07-083-11/+110
| * nfs/blocklayout: Report only when /no/ device is foundChuck Lever2024-07-081-2/+5
| * nfs/blocklayout: Fix premature PR key unregistrationChuck Lever2024-07-083-31/+94
| * NFSv4/pNFS: Do layout state recovery upon rebootTrond Myklebust2024-07-084-9/+109
| * NFSv4/pNFS: Remove redundant call to unhash the layoutTrond Myklebust2024-07-081-2/+0
| * NFSv4/pnfs: Give nfs4_proc_layoutreturn() a flags argumentTrond Myklebust2024-07-083-11/+21
| * NFSv4/pNFS: Retry the layout return later in case of a timeout or rebootTrond Myklebust2024-07-083-1/+35
| * NFSv4/pNFS: Handle server reboots in pnfs_poc_release()Trond Myklebust2024-07-081-2/+4
| * NFSv4/pNFS: Add a helper to defer failed layoutreturn callsTrond Myklebust2024-07-081-3/+22
| * NFSv4/pnfs: Add support for the PNFS_LAYOUT_FILE_BULK_RETURN flagTrond Myklebust2024-07-082-16/+20
| * pNFS: Add a flag argument to pnfs_destroy_layouts_byclid()Trond Myklebust2024-07-083-19/+21
| * NFSv4: Clean up encode_nfs4_stateid()Trond Myklebust2024-07-081-2/+3
| * NFSv4.1: constify the stateid argument in nfs41_test_stateid()Trond Myklebust2024-07-083-14/+15
| * NFSv4/pnfs: Remove redundant list checkTrond Myklebust2024-07-081-4/+0
| * NFSv4: Don't send delegation-related share access modes to CLOSETrond Myklebust2024-07-081-4/+11
| * Return the delegation when deleting sillyrenamed filesLance Shelton2024-07-084-0/+19
| * NFSv4: Ask for a delegation or an open stateid in OPENTrond Myklebust2024-07-081-0/+2
| * NFSv4: Add support for OPEN4_RESULT_NO_OPEN_STATEIDTrond Myklebust2024-07-081-4/+12
| * NFSv4: Detect support for OPEN4_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATIONTrond Myklebust2024-07-081-0/+4
| * NFSv4: Add support for the FATTR4_OPEN_ARGUMENTS attributeTrond Myklebust2024-07-082-2/+42
| * NFSv4: Don't request atime/mtime/size if they are delegated to usTrond Myklebust2024-07-081-3/+17
| * NFSv4: Fix up delegated attributes in nfs_setattrTrond Myklebust2024-07-081-0/+25
| * NFSv4: Delegreturn must set m/atime when they are delegatedTrond Myklebust2024-07-083-8/+32
| * NFSv4: Enable attribute delegationsTrond Myklebust2024-07-081-1/+6
| * NFSv4: Add a capability for delegated attributesTrond Myklebust2024-07-081-0/+2
| * NFSv4: Add recovery of attribute delegationsTrond Myklebust2024-07-082-13/+23
| * NFSv4: Add support for delegated atime and mtime attributesTrond Myklebust2024-07-086-20/+124
| * NFSv4: Add a flags argument to the 'have_delegation' callbackTrond Myklebust2024-07-089-33/+42
| * NFSv4: Add CB_GETATTR support for delegated attributesTrond Myklebust2024-07-083-9/+49
| * NFSv4: Plumb in XDR support for the new delegation-only setattr opTrond Myklebust2024-07-082-0/+76
| * NFSv4: Add new attribute delegation definitionsTrond Myklebust2024-07-081-1/+1
| * NFSv4: Refactor nfs4_opendata_check_deleg()Trond Myklebust2024-07-081-36/+30