Show patches with: Archived = No       |   6219 patches
« 1 2 3 462 63 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[5/5] btrfs: split bios to the fs sector size boundary [1/5] block: take chunk_sectors into account in bio_split_write_zeroes - 2 - --- 2024-11-04 Christoph Hellwig New
[4/5] btrfs: use bio_is_zone_append in the completion handler [1/5] block: take chunk_sectors into account in bio_split_write_zeroes - 2 - --- 2024-11-04 Christoph Hellwig New
[3/5] block: lift bio_is_zone_append to bio.h [1/5] block: take chunk_sectors into account in bio_split_write_zeroes - 2 - --- 2024-11-04 Christoph Hellwig New
[2/5] block: fix bio_split_rw_at to take zone_write_granularity into account [1/5] block: take chunk_sectors into account in bio_split_write_zeroes - 2 - --- 2024-11-04 Christoph Hellwig New
[1/5] block: take chunk_sectors into account in bio_split_write_zeroes [1/5] block: take chunk_sectors into account in bio_split_write_zeroes - 1 - --- 2024-11-04 Christoph Hellwig New
[GIT,PULL] Btrfs fixes for 6.12-rc6 [GIT,PULL] Btrfs fixes for 6.12-rc6 - - - --- 2024-11-01 David Sterba New
[v2] btrfs: a new test case to verify mount behavior with background remounting [v2] btrfs: a new test case to verify mount behavior with background remounting - 1 - --- 2024-11-01 Qu Wenruo New
[4/4] btrfs: split bios to the fs sector size boundary [1/4] block: fix bio_split_rw_at to take zone_write_granularity into account - 3 - --- 2024-11-01 Christoph Hellwig New
[3/4] btrfs: use bio_is_zone_append in the completion handler [1/4] block: fix bio_split_rw_at to take zone_write_granularity into account - 3 - --- 2024-11-01 Christoph Hellwig New
[2/4] block: lift bio_is_zone_append to bio.h [1/4] block: fix bio_split_rw_at to take zone_write_granularity into account - 2 - --- 2024-11-01 Christoph Hellwig New
[1/4] block: fix bio_split_rw_at to take zone_write_granularity into account [1/4] block: fix bio_split_rw_at to take zone_write_granularity into account - - - --- 2024-11-01 Christoph Hellwig New
btrfs: a new test case to verify mount behavior with background remounting btrfs: a new test case to verify mount behavior with background remounting - - - --- 2024-11-01 Qu Wenruo New
btrfs: Fix data race in log_conflicting_inodes btrfs: Fix data race in log_conflicting_inodes - - - --- 2024-11-01 Hao-ran Zheng New
[1/2] io_uring/cmd: let cmds to know about dying task [1/2] io_uring/cmd: let cmds to know about dying task - 1 - --- 2024-10-31 Mark Harmstone New
btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu() btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu() - - - --- 2024-10-31 Mark Harmstone New
[v2] btrfs: handle bio_split() error [v2] btrfs: handle bio_split() error - - - --- 2024-10-31 Johannes Thumshirn New
btrfs: fix a typo in btrfs_use_zone_append btrfs: fix a typo in btrfs_use_zone_append - - - --- 2024-10-31 Christoph Hellwig New
btrfs: avoid superfluous calls to free_extent_map() in btrfs_encoded_read() btrfs: avoid superfluous calls to free_extent_map() in btrfs_encoded_read() - 1 - --- 2024-10-31 Mark Harmstone New
[next] btrfs: fix error code in add_delayed_ref_head() [next] btrfs: fix error code in add_delayed_ref_head() - - - --- 2024-10-31 Dan Carpenter New
[v2] btrfs: add a test for defrag of contiguous file extents [v2] btrfs: add a test for defrag of contiguous file extents - 1 - --- 2024-10-30 Filipe Manana New
[6/6] btrfs: allow buffered write to skip full page if it's sector aligned btrfs: sector size < page size enhancement - - - --- 2024-10-30 Qu Wenruo New
[5/6] btrfs: avoid deadlock when reading a partial uptodate folio btrfs: sector size < page size enhancement - - - --- 2024-10-30 Qu Wenruo New
[4/6] btrfs: make btrfs_do_readpage() to do block-by-block read btrfs: sector size < page size enhancement - - - --- 2024-10-30 Qu Wenruo New
[3/6] btrfs: use FGP_STABLE to wait for folio writeback btrfs: sector size < page size enhancement - - - --- 2024-10-30 Qu Wenruo New
[2/6] btrfs: extract the inner loop of cow_file_range() to enhance the error handling btrfs: sector size < page size enhancement - - - --- 2024-10-30 Qu Wenruo New
[1/6] btrfs: fix double accounting of ordered extents during errors btrfs: sector size < page size enhancement - - - --- 2024-10-30 Qu Wenruo New
[2/2] btrfs: fix mount failure due to remount races btrfs: fixes for the new fd-based API - - - --- 2024-10-30 Qu Wenruo New
[1/2] btrfs: fix per-subvolume RO/RW flags with new mount API btrfs: fixes for the new fd-based API - - - --- 2024-10-30 Qu Wenruo New
[v2] btrfs: add new ioctl to wait for cleaned subvolumes [v2] btrfs: add new ioctl to wait for cleaned subvolumes - - - --- 2024-10-29 David Sterba New
[v5,01/27] range: Add range_overlaps() DCD: Add support for Dynamic Capacity Devices (DCD) 1 5 - --- 2024-10-29 Ira Weiny New
btrfs: add a test for defrag of contiguous file extents btrfs: add a test for defrag of contiguous file extents - 1 - --- 2024-10-29 Filipe Manana New
[2/2] btrfs: fix defrag not merging contiguous extents due to merged extent maps btrfs: a couple fixes for extent map merging and defrag - - - --- 2024-10-29 Filipe Manana New
[1/2] btrfs: fix extent map merging not happening for adjacent extents btrfs: a couple fixes for extent map merging and defrag - - - --- 2024-10-29 Filipe Manana New
btrfs/287: make the test work when compression is enabled btrfs/287: make the test work when compression is enabled - 1 - --- 2024-10-29 Filipe Manana New
btrfs: handle bio_split() error btrfs: handle bio_split() error - - - --- 2024-10-29 Johannes Thumshirn New
[v2] fstests: generic/366: add a new test case to verify if certain fio load will hang the filesyst… [v2] fstests: generic/366: add a new test case to verify if certain fio load will hang the filesyst… - 2 - --- 2024-10-28 Qu Wenruo New
btrfs: fix double accounting of ordered extents during errors btrfs: fix double accounting of ordered extents during errors - - - --- 2024-10-28 Qu Wenruo New
fstests: generic/366: add a new test case to verify if certain fio load will hang the filesystem fstests: generic/366: add a new test case to verify if certain fio load will hang the filesystem - - - --- 2024-10-28 Qu Wenruo New
[v2] btrfs: test remount with "compress" clears "compress-force" [v2] btrfs: test remount with "compress" clears "compress-force" - 2 - --- 2024-10-25 Filipe Manana New
btrfs: test remount with "compress" clears "compress-force" btrfs: test remount with "compress" clears "compress-force" - - - --- 2024-10-25 Filipe Manana New
[2/2] btrfs: simplify regions mark and keep start unchanged in err handling btrfs: fix the length of reserved qgroup to free - - - --- 2024-10-25 hs wang New
[1/2] btrfs: fix the length of reserved qgroup to free btrfs: fix the length of reserved qgroup to free - 2 - --- 2024-10-25 hs wang New
btrfs: add a sanity check for btrfs root btrfs: add a sanity check for btrfs root - 1 - --- 2024-10-25 Lizhi Xu New
[18/18] btrfs: remove no longer used delayed ref head search functionality btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[17/18] btrfs: track delayed ref heads in an xarray btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[16/18] btrfs: add comments regarding locking to struct btrfs_delayed_ref_root btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[15/18] btrfs: assert delayed refs lock is held at add_delayed_ref_head() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[14/18] btrfs: assert delayed refs lock is held at find_first_ref_head() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[13/18] btrfs: assert delayed refs lock is held at find_ref_head() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[12/18] btrfs: pass fs_info to btrfs_cleanup_ref_head_accounting btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[11/18] btrfs: pass fs_info to functions that search for delayed ref heads btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[10/18] btrfs: move delayed ref head unselection to delayed-ref.c btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[09/18] btrfs: simplify obtaining a delayed ref head btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[08/18] btrfs: change return type of btrfs_delayed_ref_lock() to boolean btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[07/18] btrfs: remove num_entries atomic counter from delayed ref root btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[06/18] btrfs: use helper to find first ref head at btrfs_destroy_delayed_refs() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[05/18] btrfs: remove duplicated code to drop delayed ref during transaction abort btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[04/18] btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[03/18] btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[02/18] btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.c btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[01/18] btrfs: remove BUG_ON() at btrfs_destroy_delayed_refs() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
fstests: btrfs/330: enable the test case for both new and old APIs fstests: btrfs/330: enable the test case for both new and old APIs - 1 - --- 2024-10-24 Qu Wenruo New
btrfs: reduce extent tree lock contention when searching for inline backref btrfs: reduce extent tree lock contention when searching for inline backref - 1 - --- 2024-10-24 robbieko New
[v2] btrfs: avoid deadlock when reading a partial uptodate folio [v2] btrfs: avoid deadlock when reading a partial uptodate folio - - - --- 2024-10-23 Qu Wenruo New
[GIT,PULL] Btrfs fixes for 6.12-rc5 [GIT,PULL] Btrfs fixes for 6.12-rc5 - - - --- 2024-10-23 David Sterba New
[v5,2/2] btrfs: implement self-tests for partial RAID srtipe-tree delete implement truncation for RAID stripe-extents - 1 - --- 2024-10-23 Johannes Thumshirn New
[v5,1/2] btrfs: implement partial deletion of RAID stripe extents implement truncation for RAID stripe-extents - 1 - --- 2024-10-23 Johannes Thumshirn New
btrfs: add a sanity check for csum root before fill the data csum btrfs: add a sanity check for csum root before fill the data csum - 1 - --- 2024-10-23 Edward Adam Davis New
[v2] btrfs: fix mount failure due to remount races [v2] btrfs: fix mount failure due to remount races - - - --- 2024-10-23 Qu Wenruo New
btrfs: reduce lock contention with not always use keep locks when insert extent backref btrfs: reduce lock contention with not always use keep locks when insert extent backref - - - --- 2024-10-23 robbieko New
btrfs: fix per-subvolume RO/RW flags with new mount API btrfs: fix per-subvolume RO/RW flags with new mount API - - - --- 2024-10-23 Qu Wenruo New
btrfs: Add more details while checking tree block - 1 - --- 2018-06-22 Su Yue Accepted
[1/2,v2] btrfs: use monotonic time for transaction handling - 1 - --- 2018-06-21 Arnd Bergmann Accepted
btrfs: Streamline memory allocation failure handling in btrfs_add_delayed_tree_ref - 1 - --- 2018-06-21 Nikolay Borisov Accepted
[v2,3/3] btrfs: Fix a C compliance issue - - - --- 2018-06-20 Bart Van Assche Accepted
[v2,2/3] btrfs: Annotate fall-through - - - --- 2018-06-20 Bart Van Assche Accepted
[v2,1/3] btrfs: Fix indentation - - - --- 2018-06-20 Bart Van Assche Accepted
[3/3] btrfs: use timespec64 for i_otime - - - --- 2018-06-20 Arnd Bergmann Accepted
[33/34] btrfs: Remove fs_info from btrfs_force_chunk_alloc - - - --- 2018-06-20 Nikolay Borisov Accepted
[32/34] btrfs: Remove fs_info from btrfs_inc_block_group_ro - - - --- 2018-06-20 Nikolay Borisov Accepted
[31/34] btrfs: Remove fs_info from btrfs_alloc_logged_file_extent - - - --- 2018-06-20 Nikolay Borisov Accepted
[30/34] btrfs: Remove fs_info from remove_extent_backref - - - --- 2018-06-20 Nikolay Borisov Accepted
[29/34] btrfs: Remove fs_info from run_one_delayed_ref - - - --- 2018-06-20 Nikolay Borisov Accepted
[28/34] btrfs: Remove fs_info from insert_inline_extent_backref - - - --- 2018-06-20 Nikolay Borisov Accepted
[27/34] btrfs: Remove fs_info from exclude_super_stripes - - - --- 2018-06-20 Nikolay Borisov Accepted
[26/34] btrfs: Remove fs_info from free_excluded_extents - - - --- 2018-06-20 Nikolay Borisov Accepted
[25/34] btrfs: Remove fs_info from check_system_chunk - - - --- 2018-06-20 Nikolay Borisov Accepted
[24/34] btrfs: Remove fs_info from btrfs_alloc_chunk - - - --- 2018-06-20 Nikolay Borisov Accepted
[23/34] btrfs: Remove fs_info from do_chunk_alloc - - - --- 2018-06-20 Nikolay Borisov Accepted
[22/34] btrfs: Remove fs_info from run_delayed_tree_ref - - - --- 2018-06-20 Nikolay Borisov Accepted
[21/34] btrfs: Remove fs_info from cleanup_ref_head - - - --- 2018-06-20 Nikolay Borisov Accepted
[20/34] btrfs: Remove unused fs_info from cleanup_extent_op - - - --- 2018-06-20 Nikolay Borisov Accepted
[19/34] btrfs: Remove fs_info from run_delayed_extent_op - - - --- 2018-06-20 Nikolay Borisov Accepted
[18/34] btrfs: Remove fs_info from run_delayed_data_ref - - - --- 2018-06-20 Nikolay Borisov Accepted
[17/34] btrfs: Remove fs_info argument from __btrfs_inc_extent_ref - - - --- 2018-06-20 Nikolay Borisov Accepted
[16/34] btrfs: Remove fs_info from alloc_reserved_file_extent - - - --- 2018-06-20 Nikolay Borisov Accepted
[15/34] btrfs: Remove fs_info from __btrfs_free_extent - - - --- 2018-06-20 Nikolay Borisov Accepted
[14/34] btrfs: Remove fs_info from btrfs_remove_block_group - - - --- 2018-06-20 Nikolay Borisov Accepted
[13/34] btrfs: Remove fs_info from btrfs_make_block_group - - - --- 2018-06-20 Nikolay Borisov Accepted
[12/34] btrfs: Remove fs_info from btrfs_add_delayed_data_ref - - - --- 2018-06-20 Nikolay Borisov Accepted
« 1 2 3 462 63 »