summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-14lsm: handle the NULL buffer case in lsm_fill_user_ctx()Paul Moore1-1/+7
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler12-41/+41
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-14Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1189-16393/+189362
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-14lib/generic-radix-tree.c: Make nodes more reasonably sizedKent Overstreet2-36/+28
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 Overstreet2-3/+5
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 Overstreet4-6/+59
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
2024-03-14bcachefs: Add journal.blocked to journal_debug_to_text()Kent Overstreet1-0/+1
2024-03-14bcachefs: Fix journal_buf bitfield accessesKent Overstreet2-6/+13
2024-03-14bcachefs: Split out discard fastpathKent Overstreet3-7/+146
2024-03-14bcachefs: improve bch2_journal_buf_to_text()Kent Overstreet1-9/+24
2024-03-14bcachefs: Drop redundant btree_path_downgrade()sKent Overstreet1-1/+2
2024-03-14bcachefs: rebalance_status now shows correct unitsDaniel Hill1-2/+2
2024-03-14bcachefs: more informative write path error messageKent Overstreet1-5/+11
2024-03-14bcachefs: check_path() now only needs to walk up to subvolume rootKent Overstreet1-3/+3
2024-03-14bcachefs: bch2_check_subvolume_structure()Kent Overstreet3-27/+135
2024-03-14bcachefs: omit alignment attribute on big endian struct bkeyThomas Bertschinger1-2/+35
2024-03-14bcachefs: bch2_trigger_alloc() handles state changes betterKent Overstreet1-8/+13
2024-03-14bcachefs: bch2_print_opts()Kent Overstreet3-6/+27