summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-18Merge tag 'vfs-6.9-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-35/+34
2024-03-18fscache: Fix error handling in fscache_begin_operation()David Howells1-1/+3
2024-03-18fs,block: get holder during claimChristian Brauner1-0/+18
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds25-57/+210
2024-03-16nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik1-1/+1
2024-03-15Merge tag '9p-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ericv...Linus Torvalds6-364/+71
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-274/+1375
2024-03-15Merge tag 'ext4_for_linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-108/+679
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds85-2194/+3642
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds24-387/+457
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-80/+44
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-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-14bcachefs: time_stats: shrink time_stat_buffer for better alignmentDarrick J. Wong1-1/+1
2024-03-14bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong7-15/+41
2024-03-14bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong6-67/+84
2024-03-14bcachefs: time_stats: add larger unitsDarrick J. Wong1-0/+3
2024-03-14bcachefs: pull out time_stats.[ch]Kent Overstreet11-279/+326
2024-03-14bcachefs: reconstruct_alloc cleanupKent Overstreet7-95/+113
2024-03-14bcachefs: fix bch_folio_sector paddingKent Overstreet1-6/+3
2024-03-14bcachefs: Fix btree key cache coherency during replayKent Overstreet2-4/+6
2024-03-14bcachefs: Always flush write buffer in delete_dead_inodes()Kent Overstreet1-5/+10
2024-03-14bcachefs: Fix order of gc_done passesKent Overstreet1-4/+4
2024-03-14bcachefs: fix deletion of indirect extents in btree_gcKent Overstreet1-2/+2
2024-03-14bcachefs: Prefer struct_size over open coded arithmeticErick Archer2-3/+2
2024-03-14bcachefs: Kill unused flags argument to btree_split()Kent Overstreet1-11/+8
2024-03-14bcachefs: Check for writing superblocks with nonsense member seq fieldsKent Overstreet1-0/+8
2024-03-14bcachefs: fix bch2_journal_buf_to_text()Kent Overstreet1-5/+1
2024-03-14bcachefs: copy_(to|from)_user_errcode()Kent Overstreet2-6/+16
2024-03-14bcachefs: Split out bkey_types.hKent Overstreet2-201/+214
2024-03-14bcachefs: fix lost journal buf wakeup due to improved pipeliningBrian Foster1-1/+1
2024-03-14bcachefs: intercept mountoption value for bool typeHongbo Li2-1/+2
2024-03-14bcachefs: avoid returning private error code in bch2_xattr_bcachefs_setHongbo Li1-2/+3
2024-03-14bcachefs: Buffered write path now can avoid the inode lockKent Overstreet2-41/+111
2024-03-14fs: file_remove_privs_flags()Kent Overstreet1-3/+4
2024-03-14bcachefs: Fix bch2_journal_noflush_seq()Kent Overstreet2-5/+6
2024-03-14bcachefs: fix the error code when mounting with incorrect options.Hongbo Li3-4/+9
2024-03-14bcachefs: split out ignore_blacklisted, ignore_not_dirtyKent Overstreet5-21/+33
2024-03-14bcachefs: improve move_gap()Kent Overstreet3-8/+9
2024-03-14bcachefs: journal_keys now uses darray helpersKent Overstreet2-61/+25
2024-03-14bcachefs: Rename journal_keys.d -> journal_keys.dataKent Overstreet3-42/+42
2024-03-14bcachefs: jset_entry for loops declare loop iterKent Overstreet4-9/+2
2024-03-14bcachefs: Errcode tracepoint, documentationKent Overstreet3-6/+29
2024-03-14bcachefs: remove redundant assignment to variable retColin Ian King1-1/+0
2024-03-14bcachefs: Silence gcc warnings about arm arch ABI driftCalvin Owens1-0/+3