summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-20afs: Add a tracepoint for afs_read_receive()David Howells
2024-12-20afs: Locally initialise the contents of a new symlink on creationDavid Howells
2024-12-20afs: Use the contained hashtable to search a directoryDavid Howells
2024-12-20afs: Make afs_mkdir() locally initialise a new directory's contentDavid Howells
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells
2024-12-20afs: Make {Y,}FS.FetchData an asynchronous operationDavid Howells
2024-12-20afs: Fix cleanup of immediately failed async callsDavid Howells
2024-12-20afs: Eliminate afs_readDavid Howells
2024-12-20afs: Use netfslib for symlinks, allowing them to be cachedDavid Howells
2024-12-20afs: Use netfslib for directoriesDavid Howells
2024-12-20afs: Make afs_init_request() get a key if not given a fileDavid Howells
2024-12-20netfs: Add support for caching single monolithic objects such as AFS dirsDavid Howells
2024-12-20netfs: Add functions to build/clean a buffer in a folio_queueDavid Howells
2024-12-20afs: Add more tracepoints to do with tracking validityDavid Howells
2024-12-20cachefiles: Add auxiliary data traceDavid Howells
2024-12-20cachefiles: Add some subrequest tracepointsDavid Howells
2024-12-20netfs: Remove some extraneous directory invalidationsDavid Howells
2024-12-20afs: Fix directory format encoding structDavid Howells
2024-12-20afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTYDavid Howells
2024-12-20afs: Don't use mutex for I/O operation lockDavid Howells
2024-12-20netfs: Don't use bh spinlockDavid Howells
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Split retry code out of fs/netfs/write_collect.cDavid Howells
2024-12-20netfs: Make netfs_advance_write() return size_tDavid Howells
2024-12-20netfs: Abstract out a rolling folio buffer implementationDavid Howells
2024-12-20netfs: Add a tracepoint to log the lifespan of folio_queue structsDavid Howells
2024-12-20netfs: Use a folio_queue allocation and free functionsDavid Howells
2024-12-20cachefiles: Clean up some whitespace in trace headerDavid Howells
2024-12-20netfs: Clean up some whitespace in trace headerDavid Howells
2024-12-20Merge patch series "netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes"Christian Brauner
2024-12-20netfs: Fix is-caching check in read-retryDavid Howells
2024-12-20netfs: Fix the (non-)cancellation of copy when cache is temporarily disabledDavid Howells
2024-12-20netfs: Fix ceph copy to cache on write-beginDavid Howells
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells
2024-12-20netfs: Fix missing barriers by using clear_and_wake_up_bit()David Howells
2024-12-20netfs: Remove redundant use of smp_rmb()Zilin Guan
2024-12-20cachefiles: Parse the "secctx" immediatelyMax Kellermann
2024-12-20nfs: Fix oops in nfs_netfs_init_request() when copying to cacheDavid Howells
2024-12-20netfs: Fix enomem handling in buffered readsDavid Howells
2024-12-20netfs: Fix non-contiguous donation between completed readsDavid Howells
2024-12-20kheaders: Ignore silly-rename filesDavid Howells
2024-12-19fs: relax assertions on failure to encode file handlesAmir Goldstein
2024-12-17fs: fix missing declaration of init_filesZhang Kunbo
2024-12-13fs: fix is_mnt_ns_file()Miklos Szeredi
2024-12-11Merge patch series "iomap: fix zero padding data issue in concurrent append w...Christian Brauner
2024-12-11iomap: fix zero padding data issue in concurrent append writesLong Li
2024-12-11iomap: pass byte granular end position to iomap_add_to_ioendLong Li
2024-12-04Merge patch series "jbd2: two straightforward fixes"Christian Brauner
2024-12-04jbd2: flush filesystem device before updating tail sequenceZhang Yi