summaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-211-6/+5
|\
| * nfs make use of str_false_true helperHongbo Li2024-09-021-6/+5
* | Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-09-162-17/+9
|\ \
| * | netfs: Speed up buffered readingDavid Howells2024-09-122-17/+9
| |/
* | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-4/+3
|\ \ | |/ |/|
| * fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+2
| * fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+1
* | NFS: Avoid unnecessary rescanning of the per-server delegation listTrond Myklebust2024-08-221-10/+5
* | NFSv4: Fix clearing of layout segments in layoutreturnTrond Myklebust2024-08-222-6/+8
* | NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegationsTrond Myklebust2024-08-221-0/+2
* | nfs: fix bitmap decoder to handle a 3rd wordJeff Layton2024-08-221-2/+4
* | nfs: fix the fetch of FATTR4_OPEN_ARGUMENTSJeff Layton2024-08-221-1/+2
* | 9p: Fix DIO read through netfsDominique Martinet2024-08-131-1/+2
* | netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells2024-08-122-2/+2
|/
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-223-3/+7
|\
| * mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan2024-07-131-0/+4
| * nfs: drop usage of folio_file_posKairui Song2024-07-043-6/+6
| * NFS: remove nfs_page_lengthg and usage of page_indexKairui Song2024-07-041-19/+0
* | Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-07-1938-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