summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-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-20nfsd: restore callback functionality for NFSv4.0NeilBrown
2024-12-19dlm: return -ENOENT if no comm was foundAlexander Aring
2024-12-19dlm: fix srcu_read_lock() return type to intAlexander Aring
2024-12-19dlm: fix removal of rsb struct that is master and dir recordAlexander Aring
2024-12-19smb: fix bytes written value in /proc/fs/cifs/StatsBharath SM
2024-12-19Merge tag 'v6.13-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-12-19smb: client: fix TCP timers deadlock after rmmodEnzo Matsumiya
2024-12-19smb: client: Deduplicate "select NETFS_SUPPORT" in KconfigDragan Simic
2024-12-19smb: use macros instead of constants for leasekey size and default cifsattrs ...Bharath SM
2024-12-19fs: relax assertions on failure to encode file handlesAmir Goldstein
2024-12-18nilfs2: fix buffer head leaks in calls to truncate_inode_pages()Ryusuke Konishi
2024-12-18nilfs2: prevent use of deleted inodeEdward Adam Davis
2024-12-18mm: use aligned address in clear_gigantic_page()Kefeng Wang
2024-12-18ocfs2: fix the space leak in LA when releasing LAHeming Zhao
2024-12-18ocfs2: revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao
2024-12-18exec: Add a new AT_EXECVE_CHECK flag to execveat(2)Mickaël Salaün
2024-12-18Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-18ntfs3: Remove an access to page->indexMatthew Wilcox (Oracle)
2024-12-18inotify: Use strscpy() for event->name copiesKees Cook
2024-12-17NFSD: fix management of pending async copiesOlga Kornievskaia
2024-12-17btrfs: tree-checker: reject inline extent items with 0 ref countQu Wenruo
2024-12-17btrfs: split bios to the fs sector size boundaryChristoph Hellwig
2024-12-17btrfs: use bio_is_zone_append() in the completion handlerChristoph Hellwig
2024-12-17btrfs: fix improper generation check in snapshot deleteJosef Bacik
2024-12-17Merge tag 'erofs-for-6.13-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-17fs/nfs: fix missing declaration of nfs_idmap_cache_timeoutZhang Kunbo
2024-12-17NFS/pnfs: Fix a live lock between recalled layouts and layoutgetTrond Myklebust
2024-12-17nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"Yang Erkun