Age | Commit message (Expand) | Author |
2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-07-14 | fs/nfs: Use enum req_op where appropriate | Bart Van Assche |
2022-06-30 | NFSv4: Add an fattr allocation to _nfs4_discover_trunking() | Scott Mayhew |
2022-06-30 | NFS: restore module put when manager exits. | NeilBrown |
2022-06-15 | NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x file | Dave Wysochanski |
2022-06-06 | pNFS: Avoid a live lock condition in pnfs_update_layout() | Trond Myklebust |
2022-06-06 | pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE | Trond Myklebust |
2022-06-04 | Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-05-31 | Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2022-05-31 | NFSv4.1 mark qualified async operations as MOVEABLE tasks | Olga Kornievskaia |
2022-05-31 | NFSv4: Fix free of uninitialized nfs4_label on referral lookup. | Benjamin Coddington |
2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-05-19 | m->mnt_root->d_inode->i_sb is a weird way to spell m->mnt_sb... | Al Viro |
2022-05-17 | NFS: Pass i_size to fscache_unuse_cookie() when a file is released | Dave Wysochanski |
2022-05-17 | NFS: Improve warning message when locks are lost. | NeilBrown |
2022-05-17 | NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' attributes | Trond Myklebust |
2022-05-17 | NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributes | Trond Myklebust |
2022-05-17 | NFSv4: Specify the type of ACL to cache | Trond Myklebust |
2022-05-17 | NFSv4: Don't hold the layoutget locks across multiple RPC calls | Trond Myklebust |
2022-05-17 | pNFS/files: Fall back to I/O through the MDS on non-fatal layout errors | Trond Myklebust |
2022-05-17 | NFS: Further fixes to the writeback error handling | Trond Myklebust |
2022-05-17 | NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layout | Trond Myklebust |
2022-05-17 | NFS: Memory allocation failures are not server fatal errors | Trond Myklebust |
2022-05-17 | NFS: Don't report errors from nfs_pageio_complete() more than once | Trond Myklebust |
2022-05-17 | NFS: Do not report flush errors in nfs_write_end() | Trond Myklebust |
2022-05-17 | NFS: Don't report ENOSPC write errors twice | Trond Myklebust |
2022-05-17 | NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS | Trond Myklebust |
2022-05-17 | NFS: Do not report EINTR/ERESTARTSYS as mapping errors | Trond Myklebust |
2022-05-09 | nfs: Convert to free_folio | Matthew Wilcox (Oracle) |
2022-05-09 | nfs: Convert to release_folio | Matthew Wilcox (Oracle) |
2022-05-09 | VFS: add FMODE_CAN_ODIRECT file flag | NeilBrown |
2022-05-09 | nfs: rename nfs_direct_IO and use as ->swap_rw | NeilBrown |
2022-05-09 | mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space | NeilBrown |
2022-05-09 | mm: move responsibility for setting SWP_FS_OPS to ->swap_activate | NeilBrown |
2022-05-09 | fs: Change the type of filler_t | Matthew Wilcox (Oracle) |
2022-05-09 | nfs: Pass the file pointer to nfs_symlink_filler() | Matthew Wilcox (Oracle) |
2022-05-09 | nfs: Convert nfs to read_folio | Matthew Wilcox (Oracle) |
2022-05-09 | nfs: fix broken handling of the softreval mount option | Dan Aloni |
2022-05-08 | fs: Convert is_dirty_writeback() to take a folio | Matthew Wilcox (Oracle) |
2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) |
2022-05-08 | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) |
2022-04-25 | NFSv4: Don't invalidate inode attributes on delegation return | Trond Myklebust |
2022-04-08 | Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2022-04-07 | NFS: Ensure rpc_run_task() cannot fail in nfs_async_rename() | Trond Myklebust |
2022-04-07 | NFSv4/pnfs: Handle RPC allocation errors in nfs4_proc_layoutget | Trond Myklebust |
2022-04-07 | NFSv4.2: Fix missing removal of SLAB_ACCOUNT on kmem_cache allocation | Muchun Song |
2022-04-07 | NFS: Replace readdir's use of xxhash() with hash_64() | Trond Myklebust |
2022-04-01 | Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-04-01 | fs: Pass an iocb to generic_perform_write() | Matthew Wilcox (Oracle) |