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
[no subject] - - - --- 2013-12-17 David Sterba New
[-rc6] btrfs: xattr: fix attribute removal - - - --- 2011-09-06 David Sterba New
[0/5] Speedups and check_setget_bounds reporting updates - 1 - --- 2022-02-03 David Sterba New
[01/10] btrfs: move balance args conversion helpers to volumes.c Static inline cleanups - - - --- 2024-02-19 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
[01/10] btrfs: scrub: inline helper scrub_setup_wr_ctx - - - --- 2017-05-16 David Sterba New
[01/10] btrfs: sink get_extent parameter to extent_writepages - - - --- 2017-11-06 David Sterba New
[01/10] btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered Misc small cleanups - 1 - --- 2021-07-26 David Sterba New
[01/10] btrfs: use precalculated sectorsize_bits from fs_info Sectorsize, csum_size lifted to fs_info - - - --- 2020-10-29 David Sterba New
[01/11] btrfs: add missing device::flush_bio puts - 1 - --- 2017-10-31 David Sterba New
[01/11] btrfs: remove btrfs_dev_replace::read_locks Cleanup dev-replace locking - - - --- 2018-09-07 David Sterba New
[01/11] btrfs: use struct_size to calculate size of raid hash table Minor cleanups - 1 - --- 2020-02-21 David Sterba New
[01/12] btrfs: rename variables clashing with global function names - - - --- 2011-04-22 David Sterba New
[01/13] btrfs: move sysfs declarations out of ctree.h Sysfs cleanups - - - --- 2019-08-02 David Sterba New
[01/14] btrfs: push errors up from add_async_extent() More error handling and BUG_ON cleanups - - - --- 2024-02-08 David Sterba New
[01/14] btrfs: simplify some assignments of inode numbers - - - --- 2018-06-29 David Sterba New
[01/15] btrfs: export compression and decompression callbacks Remove callback indirections in compression code - 1 - --- 2019-10-14 David Sterba New
[01/15] btrfs: fix minimum number of chunk errors for DUP RAID/volumes code cleanups - 1 - --- 2019-05-17 David Sterba New
[01/16] btrfs: squeeze btrfs_dev_replace_continue_on_mount to its caller - 1 - --- 2018-04-03 David Sterba New
[01/19] btrfs: use the token::eb for all set/get helpers Set/get helpers speedups and cleanups - 1 - --- 2020-05-07 David Sterba New
[01/20] btrfs: handle directory and dentry mismatch in btrfs_may_delete() Error handling fixes - - - --- 2024-01-24 David Sterba New
[01/22] btrfs: assume that bio_ret is always valid in submit_extent_page - - - --- 2018-03-08 David Sterba New
[01/22] btrfs: tests: handle fs_info allocation failure in extent_io tests Self test cleanups, error handling fixes - - - --- 2019-03-18 David Sterba New
[01/30] btrfs: get fs_info from eb in lock_extent_buffer_for_io Redundant argument cleanups, part 1 - - - --- 2019-03-25 David Sterba New
[01/40] btrfs: change how repair action is passed to btrfs_repair_one_sector Parameter and type changes to btrfs_inode - - - --- 2022-11-01 David Sterba New
[02/10] btrfs: open code btrfs_backref_iter_free() Static inline cleanups - - - --- 2024-02-19 David Sterba New
[02/10] btrfs: reformat remaining kdoc style comments Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[02/10] btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending Misc small cleanups - 1 - --- 2021-07-26 David Sterba New
[02/10] btrfs: replace div_u64 by shift in free_space_bitmap_size Sectorsize, csum_size lifted to fs_info - 1 - --- 2020-10-29 David Sterba New
[02/10] btrfs: scrub: inline helper scrub_free_wr_ctx - - - --- 2017-05-16 David Sterba New
[02/10] btrfs: sink get_extent parameter to extent_write_locked_range - - - --- 2017-11-06 David Sterba New
[02/11] btrfs: move mapping of block for discard to its caller Minor cleanups - 2 - --- 2020-02-21 David Sterba New
[02/11] btrfs: open code btrfs_dev_replace_clear_lock_blocking Cleanup dev-replace locking - - - --- 2018-09-07 David Sterba New
[02/11] btrfs: rename device free rcu helper to free_device_rcu - - - --- 2017-10-31 David Sterba New
[02/12] btrfs: remove nested duplicate variable declarations - - - --- 2011-04-22 David Sterba New
[02/13] btrfs: move btrfs_add_raid_kobjects to sysfs.c Sysfs cleanups - - - --- 2019-08-02 David Sterba New
[02/14] btrfs: simplify pointer chasing of local fs_info variables - - - --- 2018-06-29 David Sterba New
[02/14] btrfs: update comment and drop assertion in extent item lookup in find_parent_nodes() More error handling and BUG_ON cleanups - - - --- 2024-02-08 David Sterba New
[02/15] btrfs: raid56: allow the exact minimum number of devices for balance convert RAID/volumes code cleanups - - - --- 2019-05-17 David Sterba New
[02/15] btrfs: switch compression callbacks to direct calls Remove callback indirections in compression code - - - --- 2019-10-14 David Sterba New
[02/16] btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clear - 1 - --- 2018-04-03 David Sterba New
[02/19] btrfs: drop eb parameter from set/get token helpers Set/get helpers speedups and cleanups - 1 - --- 2020-05-07 David Sterba New
[02/20] btrfs: handle invalid range and start in merge_extent_mapping() Error handling fixes - - - --- 2024-01-24 David Sterba New
[02/22] btrfs: assume that prev_em_start is always valid in __do_readpage - - - --- 2018-03-08 David Sterba New
[02/22] btrfs: tests: don't leak fs_info in extent_io bitmap tests Self test cleanups, error handling fixes - - - --- 2019-03-18 David Sterba New
[02/30] btrfs: get fs_info from eb in repair_eb_io_failure Redundant argument cleanups, part 1 - - - --- 2019-03-25 David Sterba New
[02/40] btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bio Parameter and type changes to btrfs_inode - - - --- 2022-11-01 David Sterba New
[03/10] btrfs: drop __must_check annotations Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[03/10] btrfs: make btrfs_next_leaf static inline Misc small cleanups - 1 - --- 2021-07-26 David Sterba New
[03/10] btrfs: open code btrfs_backref_get_eb() Static inline cleanups - - - --- 2024-02-19 David Sterba New
[03/10] btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits Sectorsize, csum_size lifted to fs_info - 1 - --- 2020-10-29 David Sterba New
[03/10] btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctx - 1 - --- 2017-05-16 David Sterba New
[03/10] btrfs: sink get_extent parameter to extent_write_full_page - - - --- 2017-11-06 David Sterba New
[03/11] btrfs: introduce free_device helper - - - --- 2017-10-31 David Sterba New
[03/11] btrfs: open code btrfs_dev_replace_stats_inc Cleanup dev-replace locking - 1 - --- 2018-09-07 David Sterba New
[03/11] btrfs: open code trivial helper btrfs_header_fsid Minor cleanups - 1 - --- 2020-02-21 David Sterba New
[03/12] btrfs: fix dereference before check - - - --- 2011-04-22 David Sterba New
[03/13] btrfs: factor sysfs code out of link_block_group Sysfs cleanups - - - --- 2019-08-02 David Sterba New
[03/14] btrfs: handle invalid extent item reference found in extent_from_logical() More error handling and BUG_ON cleanups - - - --- 2024-02-08 David Sterba New
[03/14] btrfs: use copy_page for copying pages instead of memcpy - - - --- 2018-06-29 David Sterba New
[03/15] btrfs: compression: attach workspace manager to the ops Remove callback indirections in compression code - 1 - --- 2019-10-14 David Sterba New
[03/15] btrfs: remove mapping tree structures indirection RAID/volumes code cleanups - - - --- 2019-05-17 David Sterba New
[03/16] btrfs: export and rename free_device - 1 - --- 2018-04-03 David Sterba New
[03/19] btrfs: don't use set/get token for single assignment in overwrite_item Set/get helpers speedups and cleanups - 1 - --- 2020-05-07 David Sterba New
[03/20] btrfs: handle block group lookup error when it's being removed Error handling fixes - - - --- 2024-01-24 David Sterba New
[03/22] btrfs: remove redundant variable in __do_readpage - - - --- 2018-03-08 David Sterba New
[03/22] btrfs: tests: print file:line for error messages Self test cleanups, error handling fixes - - - --- 2019-03-18 David Sterba New
[03/30] btrfs: get fs_info from eb in write_one_eb Redundant argument cleanups, part 1 - - - --- 2019-03-25 David Sterba New
[03/40] btrfs: change how submit bio callback is passed to btrfs_wq_submit_bio Parameter and type changes to btrfs_inode - - - --- 2022-11-01 David Sterba New
[04/10] btrfs: drop get_extent from extent_page_data - - - --- 2017-11-06 David Sterba New
[04/10] btrfs: reduce parameters of btrfs_pin_reserved_extent Cleanups and struct packing - 1 - --- 2023-09-07 David Sterba New
[04/10] btrfs: scrub: embed scrub_wr_ctx into scrub context - - - --- 2017-05-16 David Sterba New
[04/10] btrfs: store precalculated csum_size in fs_info Sectorsize, csum_size lifted to fs_info - - - --- 2020-10-29 David Sterba New
[04/10] btrfs: tree-checker: use table values for stripe checks Misc small cleanups - 1 - --- 2021-07-26 David Sterba New
[04/10] btrfs: uninline some static inline helpers from backref.h Static inline cleanups - - - --- 2024-02-19 David Sterba New
[04/11] btrfs: open code btrfs_after_dev_replace_commit Cleanup dev-replace locking - 1 - --- 2018-09-07 David Sterba New
[04/11] btrfs: open code trivial helper btrfs_header_chunk_tree_uuid Minor cleanups - 1 - --- 2020-02-21 David Sterba New
[04/11] btrfs: use free_device where opencoded - 1 - --- 2017-10-31 David Sterba New
[04/12] btrfs: change how delay_iput is tracked in btrfs_delalloc_work - - - --- 2015-12-03 David Sterba New
[04/12] btrfs: unify checking of IS_ERR and null - - - --- 2011-04-22 David Sterba New
[04/13] btrfs: sysfs: unexport btrfs_raid_ktype Sysfs cleanups - - - --- 2019-08-02 David Sterba New
[04/14] btrfs: handle invalid extent item reference found in find_first_extent_item() More error handling and BUG_ON cleanups - - - --- 2024-02-08 David Sterba New
[04/14] btrfs: prune unused includes - - - --- 2018-06-29 David Sterba New
[04/15] btrfs: compression: let workspace manager init take only the type Remove callback indirections in compression code - 1 - --- 2019-10-14 David Sterba New
[04/15] btrfs: use raid_attr table in get_profile_num_devs RAID/volumes code cleanups - - - --- 2019-05-17 David Sterba New
[04/16] btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make static - 1 - --- 2018-04-03 David Sterba New
[04/19] btrfs: don't use set/get token in leaf_space_used Set/get helpers speedups and cleanups - 1 - --- 2020-05-07 David Sterba New
[04/20] btrfs: handle root deletion lookup error in btrfs_del_root() Error handling fixes - - - --- 2024-01-24 David Sterba New
[04/22] btrfs: cleanup merging conditions in submit_extent_page - - - --- 2018-03-08 David Sterba New
[04/22] btrfs: tests: add table of most common errors Self test cleanups, error handling fixes - - - --- 2019-03-18 David Sterba New
[04/30] btrfs: get fs_info from eb in leaf_data_end Redundant argument cleanups, part 1 - - - --- 2019-03-25 David Sterba New
[04/40] btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parameters Parameter and type changes to btrfs_inode - - - --- 2022-11-01 David Sterba New
[05/10] btrfs: precalculate checksums per leaf once Sectorsize, csum_size lifted to fs_info - - - --- 2020-10-29 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
[05/10] btrfs: scrub: remove pages_per_wr_bio from scrub context - - - --- 2017-05-16 David Sterba New
[05/10] btrfs: sink get_extent parameter to extent_fiemap - - - --- 2017-11-06 David Sterba New
[05/10] btrfs: tree-checker: add missing stripe checks for raid1c3/4 profiles Misc small cleanups - 1 - --- 2021-07-26 David Sterba New
[05/10] btrfs: uninline btrfs_init_delayed_root() Static inline cleanups - - - --- 2024-02-19 David Sterba New
[05/11] btrfs: dev-replace: avoid useless lock on error handling path Cleanup dev-replace locking - 1 - --- 2018-09-07 David Sterba New
[05/11] btrfs: simplify exit paths in btrfs_init_new_device - 1 - --- 2017-10-31 David Sterba New
« 1 2 3 413 14 »