summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-03-17bcachefs: Split out btree_node_rewrite_workerKent Overstreet
2024-03-17bcachefs: Fix locking in bch2_alloc_write_key()Kent Overstreet
2024-03-17bcachefs: Avoid extent entry type assertions in .invalid()Kent Overstreet
2024-03-17bcachefs: Fix spurious -BCH_ERR_transaction_restart_nestedKent Overstreet
2024-03-17bcachefs: Fix check_key_has_snapshot() callKent Overstreet
2024-03-17bcachefs: Change "accounting overran journal reservation" to a warningKent Overstreet
2024-03-17ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon
2024-03-17ovl: relax WARN_ON in ovl_verify_area()Amir Goldstein
2024-03-17eventfs: Create eventfs_root_inode to store dentrySteven Rostedt (Google)
2024-03-17eventfs: Add WARN_ON_ONCE() to checks in eventfs_root_lookup()Steven Rostedt (Google)
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-03-16nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik
2024-03-15dlm: add comments about forced waiters resetDavid Teigland
2024-03-15dlm: revert atomic_t lkb_wait_countDavid Teigland
2024-03-15Merge tag '9p-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ericv...Linus Torvalds
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-15Merge tag 'ext4_for_linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-03-15xfs: quota radix tree allocations need to be NOFS on insertDave Chinner
2024-03-15xfs: fix dev_t usage in xmbuf tracepointsDarrick J. Wong
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-14ksmbd: Fix spelling mistake "connction" -> "connection"Colin Ian King
2024-03-14ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_closeMarios Makassikis
2024-03-14cifs: remove redundant variable assignmentBharath SM
2024-03-14cifs: fixes for get_inode_infoMeetakshi Setiya
2024-03-14cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky
2024-03-14cifs: reduce warning log level for server not advertising interfacesShyam Prasad N
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N
2024-03-14cifs: defer close file handles having RH leaseBharath SM
2024-03-14nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi
2024-03-14nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi
2024-03-14ocfs2: enable ocfs2_listxattr for special filesSu Yue
2024-03-14ocfs2: remove SLAB_MEM_SPREAD flag usageChengming Zhou
2024-03-14f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu
2024-03-14f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong
2024-03-14f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong
2024-03-14afs: Fix occasional rmdir-then-VNOVNODE with generic/011David Howells
2024-03-14afs: Don't cache preferred addressDavid Howells
2024-03-14afs: Revert "afs: Hide silly-rename files from userspace"David Howells
2024-03-13bcachefs: time_stats: shrink time_stat_buffer for better alignmentDarrick J. Wong
2024-03-13bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong
2024-03-13bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong
2024-03-13bcachefs: time_stats: add larger unitsDarrick J. Wong
2024-03-13bcachefs: pull out time_stats.[ch]Kent Overstreet
2024-03-13bcachefs: reconstruct_alloc cleanupKent Overstreet
2024-03-13bcachefs: fix bch_folio_sector paddingKent Overstreet
2024-03-13bcachefs: Fix btree key cache coherency during replayKent Overstreet
2024-03-13bcachefs: Always flush write buffer in delete_dead_inodes()Kent Overstreet
2024-03-13bcachefs: Fix order of gc_done passesKent Overstreet