Age | Commit message (Expand) | Author | Files | Lines |
2024-10-09 | NFS: remove revoked delegation from server's delegation list | Dai Ngo | 1 | -0/+5 |
2024-10-03 | nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put() | Mike Snitzer | 1 | -3/+3 |
2024-10-03 | NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies() | Yanjun Zhang | 3 | -2/+3 |
2024-10-03 | SUNRPC: Fix integer overflow in decode_rc_list() | Dan Carpenter | 1 | -0/+2 |
2024-09-30 | nfs: Remove duplicated include in localio.c | Yang Li | 1 | -1/+0 |
2024-09-24 | Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 24 | -312/+1073 |
2024-09-23 | nfs: implement client support for NFS_LOCALIO_PROGRAM | Mike Snitzer | 2 | -6/+132 |
2024-09-23 | nfs/localio: use dedicated workqueues for filesystem read and write | Trond Myklebust | 3 | -38/+91 |
2024-09-23 | pnfs/flexfiles: enable localio support | Trond Myklebust | 2 | -4/+52 |
2024-09-23 | nfs: enable localio for non-pNFS IO | Trond Myklebust | 2 | -2/+12 |
2024-09-23 | nfs: add LOCALIO support | Weston Andros Adamson | 7 | -0/+725 |
2024-09-23 | nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit | Mike Snitzer | 6 | -13/+19 |
2024-09-23 | nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h | Mike Snitzer | 2 | -19/+0 |
2024-09-23 | nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno | Mike Snitzer | 1 | -67/+0 |
2024-09-23 | nfs_common: factor out nfs_errtbl and nfs_stat_to_errno | Mike Snitzer | 4 | -160/+23 |
2024-09-23 | nfs: add 'noalignwrite' option for lock-less 'lost writes' prevention | Dan Aloni | 3 | -0/+14 |
2024-09-23 | nfs: fix the comment of nfs_get_root | Li Lingfeng | 1 | -1/+1 |
2024-09-23 | NFSv4.2: Fix detection of "Proxying of Times" server support | Roi Azarzar | 1 | -2/+14 |
2024-09-23 | NFSv4: Fail mounts if the lease setup times out | Trond Myklebust | 1 | -0/+6 |
2024-09-23 | fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_pr... | Zhaoyang Huang | 1 | -4/+2 |
2024-09-23 | nfs: Remove obsoleted declaration for nfs_read_prepare | Gaosheng Cui | 1 | -1/+0 |
2024-09-23 | nfs: Remove unnecessary NULL check before kfree() | Thorsten Blum | 1 | -2/+1 |
2024-09-23 | nfs: Annotate struct nfs_cache_array with __counted_by() | Thorsten Blum | 1 | -3/+3 |
2024-09-23 | nfs: simplify and guarantee owner uniqueness. | NeilBrown | 4 | -21/+8 |
2024-09-23 | nfs: fix memory leak in error path of nfs4_do_reclaim | Li Lingfeng | 1 | -0/+1 |
2024-09-23 | Merge tag 'nfsd-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -0/+2 |
2024-09-21 | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -6/+5 |
2024-09-20 | sunrpc: allow svc threads to fail initialisation cleanly | NeilBrown | 1 | -0/+2 |
2024-09-16 | Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -17/+9 |
2024-09-16 | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -4/+3 |
2024-09-12 | netfs: Speed up buffered reading | David Howells | 2 | -17/+9 |
2024-09-01 | nfs make use of str_false_true helper | Hongbo Li | 1 | -6/+5 |
2024-08-22 | NFS: Avoid unnecessary rescanning of the per-server delegation list | Trond Myklebust | 1 | -10/+5 |
2024-08-22 | NFSv4: Fix clearing of layout segments in layoutreturn | Trond Myklebust | 2 | -6/+8 |
2024-08-22 | NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegations | Trond Myklebust | 1 | -0/+2 |
2024-08-22 | nfs: fix bitmap decoder to handle a 3rd word | Jeff Layton | 1 | -2/+4 |
2024-08-22 | nfs: fix the fetch of FATTR4_OPEN_ARGUMENTS | Jeff Layton | 1 | -1/+2 |
2024-08-13 | 9p: Fix DIO read through netfs | Dominique Martinet | 1 | -1/+2 |
2024-08-12 | netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags | David Howells | 2 | -2/+2 |
2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+1 |
2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -3/+7 |
2024-07-18 | Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 38 | -724/+1243 |
2024-07-17 | nfs: split nfs_read_folio | Christoph Hellwig | 1 | -28/+41 |
2024-07-17 | nfs: pass explicit offset/count to trace events | Christoph Hellwig | 4 | -26/+33 |
2024-07-15 | Merge tag 'vfs-6.11.pg_error' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -12/+1 |
2024-07-12 | mm: add comments for allocation helpers explaining why they are macros | Suren Baghdasaryan | 1 | -0/+4 |
2024-07-12 | nfs: do not extend writes to the entire folio | Christoph Hellwig | 1 | -2/+6 |
2024-07-12 | nfs/blocklayout: add support for NVMe | Christoph Hellwig | 1 | -0/+2 |
2024-07-10 | nfs: remove nfs_page_length | Christoph Hellwig | 1 | -19/+0 |