Show patches with: Archived = No       |   6191 patches
« 1 2 3 461 62 »
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
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
[11/34] btrfs: Remove fs_info from btrfs_add_delayed_tree_ref - - - --- 2018-06-20 Nikolay Borisov Accepted
[10/34] btrfs: Remove fs_info from lookup_extent_backref - - - --- 2018-06-20 Nikolay Borisov Accepted
[09/34] btrfs: Remove fs_info argument from lookup_extent_data_ref - - - --- 2018-06-20 Nikolay Borisov Accepted
[08/34] btrfs: Remove fs_info argument from lookup_tree_block_ref - - - --- 2018-06-20 Nikolay Borisov Accepted
[07/34] btrfs: Remove fs_info argument from update_inline_extent_backref - - - --- 2018-06-20 Nikolay Borisov Accepted
[06/34] btrfs: Remove fs_info from lookup_inline_extent_backref - - - --- 2018-06-20 Nikolay Borisov Accepted
[05/34] btrfs: Remove fs_info from fixup_low_keys - - - --- 2018-06-20 Nikolay Borisov Accepted
[04/34] btrfs: Remove fs_info from remove_extent_data_ref - - - --- 2018-06-20 Nikolay Borisov Accepted
[03/34] btrfs: Remove fs_info argument from insert_extent_backref - - - --- 2018-06-20 Nikolay Borisov Accepted
[02/34] btrfs: Remove fs_info from insert_extent_data_ref - - - --- 2018-06-20 Nikolay Borisov Accepted
[01/34] btrfs: Remove fs_info from insert_tree_block_ref - - - --- 2018-06-20 Nikolay Borisov Accepted
[v2] Btrfs: fix physical offset reported by fiemap for inline extents - 1 - --- 2018-06-20 Filipe Manana Accepted
btrfs: check-integrity: Fix NULL pointer dereference for degraded mount - - - --- 2018-06-20 Qu Wenruo Accepted
btrfs: fix invalid-free in btrfs_extent_same - - - --- 2018-06-19 Lu Fengqi Accepted
[3/3] btrfs: Fix comment in lookup_inline_extent_backref - - - --- 2018-06-18 Nikolay Borisov Accepted
btrfs: Deduplicate extent_buffer init code - 1 - --- 2018-06-18 Nikolay Borisov Accepted
btrfs: stop using get_seconds() - 1 - --- 2018-06-12 Allen Accepted
[2/2] Btrfs: sync log after logging new name - - - --- 2018-06-11 Filipe Manana Accepted
[1/2] Btrfs: fix return value on rename exchange failure - - - --- 2018-06-11 Filipe Manana Accepted
[v2] fs: btrfs: Change return type to vm_fault_t - - - --- 2018-06-06 Souptick Joarder Accepted
btrfs: Get rid of the confusing btrfs_file_extent_inline_len() - 1 - --- 2018-06-06 Qu Wenruo Accepted
[2/2] btrfs: scrub: Remove unused copy_nocow_pages() and its children functions - - - --- 2018-06-06 Qu Wenruo Accepted
btrfs: Check error of btrfs_iget() in btrfs_search_path_in_tree_user() - - - --- 2018-06-04 Misono Tomohiro Accepted
btrfs: Refactor count handling in btrfs_unpin_free_ino() - - - --- 2017-07-15 Geert Uytterhoeven Accepted
[1/2] block: Introduce blkdev_issue_flush_no_wait() - - - --- 2017-05-16 Anand Jain Not Applicable
[09/10] xfs: nowait aio support - 1 - --- 2017-05-11 Goldwyn Rodrigues Not Applicable
[08/10] ext4: nowait aio support - 1 - --- 2017-05-11 Goldwyn Rodrigues Not Applicable
[07/10] fs: return on congested block device - 1 - --- 2017-05-11 Goldwyn Rodrigues Not Applicable
« 1 2 3 461 62 »