index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
2022-06-22
pNFS: Avoid a live lock condition in pnfs_update_layout()
Trond Myklebust
2022-06-22
pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE
Trond Myklebust
2022-06-14
NFSv4: Don't hold the layoutget locks across multiple RPC calls
Trond Myklebust
2022-06-09
NFSv4.1 mark qualified async operations as MOVEABLE tasks
Olga Kornievskaia
2022-06-09
NFSv4: Fix free of uninitialized nfs4_label on referral lookup.
Benjamin Coddington
2022-06-09
NFS: Pass i_size to fscache_unuse_cookie() when a file is released
Dave Wysochanski
2022-06-09
NFS: Further fixes to the writeback error handling
Trond Myklebust
2022-06-09
NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layout
Trond Myklebust
2022-06-09
NFS: Don't report errors from nfs_pageio_complete() more than once
Trond Myklebust
2022-06-09
NFS: Do not report flush errors in nfs_write_end()
Trond Myklebust
2022-06-09
NFS: Don't report ENOSPC write errors twice
Trond Myklebust
2022-06-09
NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS
Trond Myklebust
2022-06-09
NFS: Do not report EINTR/ERESTARTSYS as mapping errors
Trond Myklebust
2022-06-06
NFS: Memory allocation failures are not server fatal errors
Trond Myklebust
2022-05-09
nfs: fix broken handling of the softreval mount option
Dan Aloni
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)
2022-03-31
Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-03-29
NFSv4: fix open failure with O_ACCMODE flag
ChenXiaoSong
2022-03-29
Revert "NFSv4: Handle the special Linux file open access mode"
ChenXiaoSong
2022-03-29
Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-03-28
NFSv4/pNFS: Fix another issue with a list iterator pointing to the head
Trond Myklebust
2022-03-25
NFS: Don't loop forever in nfs_do_recoalesce()
Trond Myklebust
2022-03-24
NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error
Olga Kornievskaia
2022-03-24
NFS: replace usage of found with dedicated list iterator variable
Jakob Koschel
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
nfs: remove reliance on bdi congestion
NeilBrown
2022-03-22
pNFS/files: Ensure pNFS allocation modes are consistent with nfsiod
Trond Myklebust
2022-03-22
pNFS/flexfiles: Ensure pNFS allocation modes are consistent with nfsiod
Trond Myklebust
2022-03-22
NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiod
Trond Myklebust
2022-03-22
NFS: Avoid writeback threads getting stuck in mempool_alloc()
Trond Myklebust
2022-03-22
NFS: nfsiod should not block forever in mempool_alloc()
Trond Myklebust
2022-03-22
NFS: Fix revalidation of empty readdir pages
Trond Myklebust
2022-03-22
Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2022-03-22
NFS: Don't deadlock when cookie hashes collide
Trond Myklebust
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-21
NFSv4.1 provide mount option to toggle trunking discovery
Olga Kornievskaia
2022-03-18
fscache: export fscache_end_operation()
Jeffle Xu
2022-03-15
fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio
Matthew Wilcox (Oracle)
2022-03-15
nfs: Convert from launder_page to launder_folio
Matthew Wilcox (Oracle)
2022-03-15
nfs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
2022-03-13
NFS: swap-out must always use STABLE writes.
NeilBrown
[next]