aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-15xfs: fix dev_t usage in xmbuf tracepointsDarrick J. Wong2-4/+9
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds24-387/+457
2024-03-15btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn1-1/+11
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-80/+44
2024-03-14ksmbd: Fix spelling mistake "connction" -> "connection"Colin Ian King1-1/+1
2024-03-14ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_closeMarios Makassikis1-1/+1
2024-03-14cifs: remove redundant variable assignmentBharath SM1-2/+0
2024-03-14cifs: fixes for get_inode_infoMeetakshi Setiya2-12/+13
2024-03-14cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky1-1/+2
2024-03-14cifs: reduce warning log level for server not advertising interfacesShyam Prasad N1-2/+2
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N4-3/+13
2024-03-14cifs: defer close file handles having RH leaseBharath SM1-4/+15
2024-03-14nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi1-1/+1
2024-03-14nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi2-4/+14
2024-03-14ocfs2: enable ocfs2_listxattr for special filesSu Yue1-0/+1
2024-03-14ocfs2: remove SLAB_MEM_SPREAD flag usageChengming Zhou2-5/+4
2024-03-14f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu1-1/+2
2024-03-14f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong1-1/+3
2024-03-14f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong1-0/+1
2024-03-14afs: Fix occasional rmdir-then-VNOVNODE with generic/011David Howells1-7/+9
2024-03-14afs: Don't cache preferred addressDavid Howells1-17/+4
2024-03-14afs: Revert "afs: Hide silly-rename files from userspace"David Howells1-10/+0
2024-03-13bcachefs: time_stats: shrink time_stat_buffer for better alignmentDarrick J. Wong1-1/+1
2024-03-13bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong7-15/+41
2024-03-13bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong6-67/+84
2024-03-13bcachefs: time_stats: add larger unitsDarrick J. Wong1-0/+3
2024-03-13bcachefs: pull out time_stats.[ch]Kent Overstreet11-279/+326
2024-03-13bcachefs: reconstruct_alloc cleanupKent Overstreet7-95/+113
2024-03-13bcachefs: fix bch_folio_sector paddingKent Overstreet1-6/+3
2024-03-13bcachefs: Fix btree key cache coherency during replayKent Overstreet2-4/+6
2024-03-13bcachefs: Always flush write buffer in delete_dead_inodes()Kent Overstreet1-5/+10
2024-03-13bcachefs: Fix order of gc_done passesKent Overstreet1-4/+4
2024-03-13bcachefs: fix deletion of indirect extents in btree_gcKent Overstreet1-2/+2
2024-03-13bcachefs: Prefer struct_size over open coded arithmeticErick Archer2-3/+2
2024-03-13bcachefs: Kill unused flags argument to btree_split()Kent Overstreet1-11/+8
2024-03-13bcachefs: Check for writing superblocks with nonsense member seq fieldsKent Overstreet1-0/+8
2024-03-13bcachefs: fix bch2_journal_buf_to_text()Kent Overstreet1-5/+1
2024-03-13bcachefs: copy_(to|from)_user_errcode()Kent Overstreet2-6/+16
2024-03-13bcachefs: Split out bkey_types.hKent Overstreet2-201/+214
2024-03-13bcachefs: fix lost journal buf wakeup due to improved pipeliningBrian Foster1-1/+1
2024-03-13bcachefs: intercept mountoption value for bool typeHongbo Li2-1/+2
2024-03-13bcachefs: avoid returning private error code in bch2_xattr_bcachefs_setHongbo Li1-2/+3
2024-03-13bcachefs: Buffered write path now can avoid the inode lockKent Overstreet2-41/+111
2024-03-13fs: file_remove_privs_flags()Kent Overstreet1-3/+4
2024-03-13bcachefs: Fix bch2_journal_noflush_seq()Kent Overstreet2-5/+6
2024-03-13bcachefs: fix the error code when mounting with incorrect options.Hongbo Li3-4/+9
2024-03-13bcachefs: split out ignore_blacklisted, ignore_not_dirtyKent Overstreet5-21/+33
2024-03-13bcachefs: improve move_gap()Kent Overstreet3-8/+9
2024-03-13bcachefs: journal_keys now uses darray helpersKent Overstreet2-61/+25
2024-03-13bcachefs: Rename journal_keys.d -> journal_keys.dataKent Overstreet3-42/+42