Show patches with: Submitter = David Sterba       |    State = Action Required       |   1399 patches
« 1 2 3 413 14 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[2/2] btrfs: use xarray for btrfs_root::delayed_nodes_tree instead of radix-tree Convert btrfs_root::delayed_nodes_tree to xarray - - - --- 2023-11-30 David Sterba New
[1/2] btrfs: drop radix-tree preload from btrfs_get_or_create_delayed_node() Convert btrfs_root::delayed_nodes_tree to xarray - - - --- 2023-11-30 David Sterba New
[v2] btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES [v2] btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES - 1 - --- 2023-11-30 David Sterba New
btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES - - - --- 2023-11-28 David Sterba New
[GIT,PULL] Btrfs fixes for 6.7-rc4 [GIT,PULL] Btrfs fixes for 6.7-rc4 - - - --- 2023-11-28 David Sterba New
btrfs: fix 64bit compat send ioctl arguments not initializing version member btrfs: fix 64bit compat send ioctl arguments not initializing version member - 1 - --- 2023-11-24 David Sterba New
[5/5] btrfs: always set extent_io_tree::inode and drop fs_info Reduce size of extent_io_tree, remove fs_info - - - --- 2023-11-21 David Sterba New
[4/5] btrfs: enhance extent_io_tree error reports Reduce size of extent_io_tree, remove fs_info - - - --- 2023-11-21 David Sterba New
[3/5] btrfs: constify fs_info parameter in __btrfs_panic() Reduce size of extent_io_tree, remove fs_info - - - --- 2023-11-21 David Sterba New
[2/5] btrfs: drop error message in extent_io_tree insert_state() Reduce size of extent_io_tree, remove fs_info - - - --- 2023-11-21 David Sterba New
[1/5] btrfs: move lockdep class setting out of extent_io_tree_init Reduce size of extent_io_tree, remove fs_info - - - --- 2023-11-21 David Sterba New
[5/5] btrfs: remove unused btrfs_root::type Remove some unused struct members - - - --- 2023-11-21 David Sterba New
[4/5] btrfs: remove unused definition of tree_entry in extent-io-tree.c Remove some unused struct members - - - --- 2023-11-21 David Sterba New
[3/5] btrfs: raid56: remove unused btrfs_plug_cb::work Remove some unused struct members - - - --- 2023-11-21 David Sterba New
[2/5] btrfs: remove unused btrfs_ordered_extent::outstanding_isize Remove some unused struct members - - - --- 2023-11-21 David Sterba New
[1/5] btrfs: scrub: remove unused scrub_ctx::sectors_per_bio Remove some unused struct members - - - --- 2023-11-21 David Sterba New
[2/2] btrfs: use shrinker for compression page pool Pool for compression pages - - - --- 2023-11-15 David Sterba New
[1/2] btrfs: use page alloc/free wrapeprs for compression pages Pool for compression pages - - - --- 2023-11-15 David Sterba New
[GIT,PULL] Btrfs updates for 6.7-rc2 [GIT,PULL] Btrfs updates for 6.7-rc2 - - - --- 2023-11-13 David Sterba New
[GIT,PULL] Btrfs updates for 6.7 [GIT,PULL] Btrfs updates for 6.7 - - - --- 2023-10-30 David Sterba New
[GIT,PULL] Btrfs fix for 6.6-rc8 [GIT,PULL] Btrfs fix for 6.6-rc8 - - - --- 2023-10-23 David Sterba New
[GIT,PULL] Btrfs fix for 6.6-rc7 [GIT,PULL] Btrfs fix for 6.6-rc7 - - - --- 2023-10-17 David Sterba New
[GIT,PULL] Btrfs fixes for 6.6-rc6 [GIT,PULL] Btrfs fixes for 6.6-rc6 - - - --- 2023-10-11 David Sterba New
btrfs: open code timespec64 in struct btrfs_inode btrfs: open code timespec64 in struct btrfs_inode - - - --- 2023-10-10 David Sterba New
[GIT,PULL] Btrfs fixes for 6.6-rc5 [GIT,PULL] Btrfs fixes for 6.6-rc5 - - - --- 2023-10-06 David Sterba New
[2/2] btrfs: reorder btrfs_inode to fill gaps Open code btrfs_ordered_inode_tree in btrfs_inode - - - --- 2023-09-29 David Sterba New
[1/2] btrfs: open code btrfs_ordered_inode_tree in btrfs_inode Open code btrfs_ordered_inode_tree in btrfs_inode - - - --- 2023-09-29 David Sterba New
[2/2] btrfs: change test_range_bit to scan the whole range Speed up test_range_bit() - - - --- 2023-09-26 David Sterba New
[1/2] btrfs: add specific helper for range bit test exists Speed up test_range_bit() - - - --- 2023-09-26 David Sterba New
[GIT,PULL] Btrfs fixes for 6.6-rc4 [GIT,PULL] Btrfs fixes for 6.6-rc4 - - - --- 2023-09-26 David Sterba New
[5/5] btrfs: remove unused alloc and free helpers for block group reserves Siwtch to on-stack variables for block reserves - - - --- 2023-09-22 David Sterba New
[4/5] btrfs: relocation: embed block reserve to struct reloc_control Siwtch to on-stack variables for block reserves - - - --- 2023-09-22 David Sterba New
[3/5] btrfs: use on-stack variable for block reserve in btrfs_replace_file_extents Siwtch to on-stack variables for block reserves - - - --- 2023-09-22 David Sterba New
[2/5] btrfs: use on-stack variable for block reserve in btrfs_truncate Siwtch to on-stack variables for block reserves - - - --- 2023-09-22 David Sterba New
[1/5] btrfs: use on-stack variable for block reserve in btrfs_evict_inode Siwtch to on-stack variables for block reserves - - - --- 2023-09-22 David Sterba New
[8/8] btrfs: relocation: constify parameters where possible Minor cleanups in relocation.c - 1 - --- 2023-09-22 David Sterba New
[7/8] btrfs: relocation: use on-stack iterator in build_backref_tree Minor cleanups in relocation.c - 1 - --- 2023-09-22 David Sterba New
[6/8] btrfs: relocation: return bool from btrfs_should_ignore_reloc_root Minor cleanups in relocation.c - 2 - --- 2023-09-22 David Sterba New
[5/8] btrfs: switch btrfs_backref_cache::is_reloc to bool Minor cleanups in relocation.c - 2 - --- 2023-09-22 David Sterba New
[4/8] btrfs: relocation: open code mapping_tree_init Minor cleanups in relocation.c - 2 - --- 2023-09-22 David Sterba New
[3/8] btrfs: relocation: switch bitfields to bool in reloc_control Minor cleanups in relocation.c - 2 - --- 2023-09-22 David Sterba New
[2/8] btrfs: relocation: use enum for stages Minor cleanups in relocation.c - 1 - --- 2023-09-22 David Sterba New
[1/8] btrfs: relocation: use more natural types for tree_block bitfields Minor cleanups in relocation.c - 2 - --- 2023-09-22 David Sterba New
[GIT,PULL] Btrfs fixes for 6.6-rc3 [GIT,PULL] Btrfs fixes for 6.6-rc3 - - - --- 2023-09-20 David Sterba New
btrfs: merge ordered work callbacks in btrfs_work into one btrfs: merge ordered work callbacks in btrfs_work into one - - - --- 2023-09-19 David Sterba New
[GIT,PULL] Btrfs fixes for 6.6-rc2 [GIT,PULL] Btrfs fixes for 6.6-rc2 - - - --- 2023-09-12 David Sterba New
btrfs: rename errno identifiers to error btrfs: rename errno identifiers to error - 1 - --- 2023-09-08 David Sterba New
[10/10] btrfs: move extent_buffer::lock_owner to debug section Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[09/10] btrfs: reduce size of struct btrfs_ref Cleanups and struct packing - - - --- 2023-09-07 David Sterba New
[08/10] btrfs: reduce size and reorder compression members in struct btrfs_inode Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[07/10] btrfs: reduce size of prelim_ref::level Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[06/10] btrfs: reduce arguments of helpers space accounting root item Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[05/10] btrfs: reduce parameters of btrfs_pin_extent_for_log_replay Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[04/10] btrfs: reduce parameters of btrfs_pin_reserved_extent Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[03/10] btrfs: drop __must_check annotations Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[02/10] btrfs: reformat remaining kdoc style comments Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[01/10] btrfs: move functions comments from qgroup.h to qgroup.c Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[GIT,PULL] Btrfs updates for 6.6 [GIT,PULL] Btrfs updates for 6.6 - - - --- 2023-08-28 David Sterba New
[GIT,PULL] Btrfs fixes for 6.5-rc7 [GIT,PULL] Btrfs fixes for 6.5-rc7 - - - --- 2023-08-19 David Sterba New
[GIT,PULL] Btrfs fixes for 6.5-rc6 [GIT,PULL] Btrfs fixes for 6.5-rc6 - - - --- 2023-08-12 David Sterba New
[GIT,PULL] Btrfs fixes for 6.5-rc4 [GIT,PULL] Btrfs fixes for 6.5-rc4 - - - --- 2023-07-27 David Sterba New
[GIT,PULL] Btrfs fixes for 6.5-rc3 [GIT,PULL] Btrfs fixes for 6.5-rc3 - - - --- 2023-07-20 David Sterba New
[2/2] btrfs: use helper sizeof_field in struct accessors Minor macro and type cleanups - 1 - --- 2023-07-13 David Sterba New
[1/2] btrfs: replace unsigned char with u8 for type casts Minor macro and type cleanups - - - --- 2023-07-13 David Sterba New
btrfs: disable slab merging in debug build btrfs: disable slab merging in debug build 1 - - --- 2023-07-12 David Sterba New
[GIT,PULL] Btrfs updates for 6.5 [GIT,PULL] Btrfs updates for 6.5 - - - --- 2023-06-26 David Sterba New
[GIT,PULL] Btrfs fix for 6.4-rc7, part 2 [GIT,PULL] Btrfs fix for 6.4-rc7, part 2 - - - --- 2023-06-23 David Sterba New
[GIT,PULL] Btrfs fix for 6.4-rc8 [GIT,PULL] Btrfs fix for 6.4-rc8 - - - --- 2023-06-20 David Sterba New
[GIT,PULL] Btrfs fixes 6.4-rc7, part 2 [GIT,PULL] Btrfs fixes 6.4-rc7, part 2 - - - --- 2023-06-16 David Sterba New
[GIT,PULL] Btrfs fixes for 6.4-rc7 [GIT,PULL] Btrfs fixes for 6.4-rc7 - - - --- 2023-06-12 David Sterba New
btrfs: print assertion failure report and stack trace from the same line btrfs: print assertion failure report and stack trace from the same line - - - --- 2023-06-05 David Sterba New
[GIT,PULL] Btrfs fixes for 6.4-rc5, part 2 [GIT,PULL] Btrfs fixes for 6.4-rc5, part 2 - - - --- 2023-06-02 David Sterba New
btrfs: add block-group tree to lockdep classes btrfs: add block-group tree to lockdep classes - - - --- 2023-05-31 David Sterba New
[GIT,PULL] Btrfs fixes for 6.4-rc5 [GIT,PULL] Btrfs fixes for 6.4-rc5 - - - --- 2023-05-30 David Sterba New
btrfs: add xxhash to fast checksum implementations btrfs: add xxhash to fast checksum implementations - 1 - --- 2023-05-26 David Sterba New
[GIT,PULL] Btrfs fixes for 6.4-rc4 [GIT,PULL] Btrfs fixes for 6.4-rc4 - - - --- 2023-05-26 David Sterba New
[9/9] btrfs: drop gfp from parameter extent state helpers Parameter cleanups in extent state helpers - - - --- 2023-05-24 David Sterba New
[8/9] btrfs: pass NOWAIT for set/clear extent bits as another bit Parameter cleanups in extent state helpers - - - --- 2023-05-24 David Sterba New
[7/9] btrfs: drop NOFAIL from set_extent_bit allocation masks Parameter cleanups in extent state helpers - - - --- 2023-05-24 David Sterba New
[6/9] btrfs: open code set_extent_bits Parameter cleanups in extent state helpers - 2 - --- 2023-05-24 David Sterba New
[5/9] btrfs: open code set_extent_bits_nowait Parameter cleanups in extent state helpers - 2 - --- 2023-05-24 David Sterba New
[4/9] btrfs: open code set_extent_dirty Parameter cleanups in extent state helpers - 2 - --- 2023-05-24 David Sterba New
[3/9] btrfs: open code set_extent_new Parameter cleanups in extent state helpers - 2 - --- 2023-05-24 David Sterba New
[2/9] btrfs: open code set_extent_delalloc Parameter cleanups in extent state helpers - 2 - --- 2023-05-24 David Sterba New
[1/9] btrfs: open code set_extent_defrag Parameter cleanups in extent state helpers - 2 - --- 2023-05-24 David Sterba New
btrfs: disable allocation warnings for compression workspaces btrfs: disable allocation warnings for compression workspaces - - - --- 2023-05-22 David Sterba New
[GIT,PULL] Btrfs fixes for 6.4-rc2, part 2 [GIT,PULL] Btrfs fixes for 6.4-rc2, part 2 - - - --- 2023-05-12 David Sterba New
[GIT,PULL] Btrfs fixes for 6.4-rc2 [GIT,PULL] Btrfs fixes for 6.4-rc2 - - - --- 2023-05-09 David Sterba New
[RFC] btrfs: print assertion failure report and stack trace from the same line [RFC] btrfs: print assertion failure report and stack trace from the same line - - - --- 2023-05-03 David Sterba New
[GIT,PULL] Btrfs updates for 6.4 [GIT,PULL] Btrfs updates for 6.4 - - - --- 2023-04-25 David Sterba New
[GIT,PULL] Btrfs fixes for 6.3-rc8 [GIT,PULL] Btrfs fixes for 6.3-rc8 - - - --- 2023-04-21 David Sterba New
[GIT,PULL] Btrfs fixes for 6.3-rc7 [GIT,PULL] Btrfs fixes for 6.3-rc7 - - - --- 2023-04-11 David Sterba New
[GIT,PULL] Btrfs fixes for 6.3-rc5 [GIT,PULL] Btrfs fixes for 6.3-rc5 - - - --- 2023-04-02 David Sterba New
[GIT,PULL] Btrfs fixes for 6.3-rc4 [GIT,PULL] Btrfs fixes for 6.3-rc4 - - - --- 2023-03-23 David Sterba New
[GIT,PULL] Btrfs fixes for 6.3-rc2 [GIT,PULL] Btrfs fixes for 6.3-rc2 - - - --- 2023-03-09 David Sterba New
btrfs: locking: use atomic for DREW lock writers btrfs: locking: use atomic for DREW lock writers - - - --- 2023-03-01 David Sterba New
[GIT,PULL] Btrfs updates for 6.3 [GIT,PULL] Btrfs updates for 6.3 - - - --- 2023-02-20 David Sterba New
[GIT,PULL] Btrfs fixes for 6.2-rc8, part 2 [GIT,PULL] Btrfs fixes for 6.2-rc8, part 2 - - - --- 2023-02-12 David Sterba New
[GIT,PULL] Btrfs fixes for v6.2-rc8 [GIT,PULL] Btrfs fixes for v6.2-rc8 - - - --- 2023-02-06 David Sterba New
btrfs: restore assertion failure to the code line where it happens btrfs: restore assertion failure to the code line where it happens - - - --- 2023-01-27 David Sterba New
« 1 2 3 413 14 »