aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-4/+5
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 4-17/+13
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+6
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-08-02nfs: Convert to migrate_folioGravatar Matthew Wilcox (Oracle) 3-13/+13
2022-07-14fs/nfs: Use enum req_op where appropriateGravatar Bart Van Assche 1-7/+6
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 2-4/+5
2022-06-30NFSv4: Add an fattr allocation to _nfs4_discover_trunking()Gravatar Scott Mayhew 1-6/+13
2022-06-30NFS: restore module put when manager exits.Gravatar NeilBrown 1-0/+1
2022-06-29nfs: Leave pages in the pagecache if readpage failedGravatar Matthew Wilcox (Oracle) 1-4/+0
2022-06-15NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x fileGravatar Dave Wysochanski 2-0/+2
2022-06-06pNFS: Avoid a live lock condition in pnfs_update_layout()Gravatar Trond Myklebust 3-6/+11
2022-06-06pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLEGravatar Trond Myklebust 1-0/+6
2022-06-04Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2022-05-31Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 12-149/+302
2022-05-31NFSv4.1 mark qualified async operations as MOVEABLE tasksGravatar Olga Kornievskaia 4-12/+29
2022-05-31NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Gravatar Benjamin Coddington 4-13/+24
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-16/+25
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 5-45/+48
2022-05-19m->mnt_root->d_inode->i_sb is a weird way to spell m->mnt_sb...Gravatar Al Viro 1-2/+2
2022-05-17NFS: Pass i_size to fscache_unuse_cookie() when a file is releasedGravatar Dave Wysochanski 1-4/+3
2022-05-17NFS: Improve warning message when locks are lost.Gravatar NeilBrown 1-5/+15
2022-05-17NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' attributesGravatar Trond Myklebust 1-0/+69
2022-05-17NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributesGravatar Trond Myklebust 2-36/+68
2022-05-17NFSv4: Specify the type of ACL to cacheGravatar Trond Myklebust 1-19/+40
2022-05-17NFSv4: Don't hold the layoutget locks across multiple RPC callsGravatar Trond Myklebust 1-0/+4
2022-05-17pNFS/files: Fall back to I/O through the MDS on non-fatal layout errorsGravatar Trond Myklebust 1-1/+6
2022-05-17NFS: Further fixes to the writeback error handlingGravatar Trond Myklebust 1-21/+18
2022-05-17NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layoutGravatar Trond Myklebust 1-0/+2
2022-05-17NFS: Memory allocation failures are not server fatal errorsGravatar Trond Myklebust 1-0/+1
2022-05-17NFS: Don't report errors from nfs_pageio_complete() more than onceGravatar Trond Myklebust 1-8/+1
2022-05-17NFS: Do not report flush errors in nfs_write_end()Gravatar Trond Myklebust 1-5/+2
2022-05-17NFS: Don't report ENOSPC write errors twiceGravatar Trond Myklebust 1-20/+14
2022-05-17NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYSGravatar Trond Myklebust 1-4/+5
2022-05-17NFS: Do not report EINTR/ERESTARTSYS as mapping errorsGravatar Trond Myklebust 1-1/+1
2022-05-09nfs: Convert to free_folioGravatar Matthew Wilcox (Oracle) 1-2/+7
2022-05-09nfs: Convert to release_folioGravatar Matthew Wilcox (Oracle) 2-18/+18
2022-05-09VFS: add FMODE_CAN_ODIRECT file flagGravatar NeilBrown 1-1/+2
2022-05-09nfs: rename nfs_direct_IO and use as ->swap_rwGravatar NeilBrown 2-17/+11
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceGravatar NeilBrown 1-0/+4
2022-05-09mm: move responsibility for setting SWP_FS_OPS to ->swap_activateGravatar NeilBrown 1-2/+12
2022-05-09fs: Change the type of filler_tGravatar Matthew Wilcox (Oracle) 1-7/+7
2022-05-09nfs: Pass the file pointer to nfs_symlink_filler()Gravatar Matthew Wilcox (Oracle) 1-2/+2
2022-05-09nfs: Convert nfs to read_folioGravatar Matthew Wilcox (Oracle) 2-3/+4
2022-05-09nfs: fix broken handling of the softreval mount optionGravatar Dan Aloni 1-1/+1
2022-05-08fs: Convert is_dirty_writeback() to take a folioGravatar Matthew Wilcox (Oracle) 1-12/+9
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-04-25NFSv4: Don't invalidate inode attributes on delegation returnGravatar Trond Myklebust 1-1/+11
2022-04-08Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 8-24/+21