Show patches with: State = Action Required       |    Archived = No       |   333 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,3/3] btrfs: avoid redundant slot assignment in btrfs_search_forward() btrfs: random code cleanup - - - --- 2025-03-11 Sun YangKai New
[v2,2/3] btrfs: remove the unnecessary local variable in btrfs_search_forward() btrfs: random code cleanup - - - --- 2025-03-11 Sun YangKai New
[v2,1/3] btrfs: simplify the return value handling in search_ioctl() btrfs: random code cleanup - - - --- 2025-03-11 Sun YangKai New
[v3] btrfs: add extra warning if delayed iput is added when it's not allowed [v3] btrfs: add extra warning if delayed iput is added when it's not allowed - 1 - --- 2025-03-11 Qu Wenruo New
btrfs-progs: add slack space for mkfs --shrink btrfs-progs: add slack space for mkfs --shrink - - - --- 2025-03-11 Leo Martins New
[v2,5/5] btrfs: codify pattern for adding block_group to bg_list btrfs: block_group refcounting fixes - 1 - --- 2025-03-10 Boris Burkov New
[v2,4/5] btrfs: explicitly ref count block_group on new_bgs list btrfs: block_group refcounting fixes - 1 - --- 2025-03-10 Boris Burkov New
[v2,3/5] btrfs: make discard_workfn block_group ref explicit btrfs: block_group refcounting fixes - 1 - --- 2025-03-10 Boris Burkov New
[v2,2/5] btrfs: harden bg->bg_list against list_del races btrfs: block_group refcounting fixes - 2 - --- 2025-03-10 Boris Burkov New
[v2,1/5] btrfs: fix bg refcount race in btrfs_create_pending_block_groups btrfs: block_group refcounting fixes - 2 - --- 2025-03-10 Boris Burkov New
[2/2] btrfs: kill EXTENT_FOLIO_PRIVATE Avoid setting folio->private - - - --- 2025-03-10 Goldwyn Rodrigues New
[1/2] btrfs: add mapping_set_release_always to inode's mapping Avoid setting folio->private - - - --- 2025-03-10 Goldwyn Rodrigues New
[6/6] btrfs: prepare btrfs_page_mkwrite() for larger folios btrfs: prepare for larger folios support - 1 - --- 2025-03-10 Qu Wenruo New
[5/6] btrfs: prepare extent_io.c for future larger folio support btrfs: prepare for larger folios support - - - --- 2025-03-10 Qu Wenruo New
[4/6] btrfs: prepare btrfs_launcher_folio() for larger folios support btrfs: prepare for larger folios support - 1 - --- 2025-03-10 Qu Wenruo New
[3/6] btrfs: replace PAGE_SIZE with folio_size for subpage.[ch] btrfs: prepare for larger folios support - - - --- 2025-03-10 Qu Wenruo New
[2/6] btrfs: add a @fsize parameter to btrfs_alloc_subpage() btrfs: prepare for larger folios support - - - --- 2025-03-10 Qu Wenruo New
[1/6] btrfs: subpage: make btrfs_is_subpage() check against a folio btrfs: prepare for larger folios support - - - --- 2025-03-10 Qu Wenruo New
btrfs: add extra warning if delayed iput is added when it's not allowed btrfs: add extra warning if delayed iput is added when it's not allowed - - - --- 2025-03-10 Qu Wenruo New
[3/3] btrfs: avoid redundant slot assignment in btrfs_search_forward() btrfs: random code cleanup - - - --- 2025-03-09 Sun YangKai New
[2/3] btrfs: remove unnecessary 'found_key' local variable in btrfs_search_forward() btrfs: random code cleanup - - - --- 2025-03-09 Sun YangKai New
[1/3] btrfs: improve readability in search_ioctl() btrfs: random code cleanup - - - --- 2025-03-09 Sun YangKai New
[GIT,PULL] Btrfs fixes for 6.15-rc6 [GIT,PULL] Btrfs fixes for 6.15-rc6 - - - --- 2025-03-07 David Sterba New
[8/8] btrfs: remove unnecessary fs_info argument from btrfs_add_block_group_cache() btrfs: some trivial cleanups - - - --- 2025-03-07 Filipe Manana New
[7/8] btrfs: remove unnecessary fs_info argument from delete_block_group_cache() btrfs: some trivial cleanups - - - --- 2025-03-07 Filipe Manana New
[6/8] btrfs: remove unnecessary fs_info argument from create_reloc_inode() btrfs: some trivial cleanups - - - --- 2025-03-07 Filipe Manana New
[5/8] btrfs: make btrfs_iget_path() return a btrfs inode instead btrfs: some trivial cleanups - - - --- 2025-03-07 Filipe Manana New
[4/8] btrfs: make btrfs_iget() return a btrfs inode instead btrfs: some trivial cleanups - - - --- 2025-03-07 Filipe Manana New
[3/8] btrfs: pass a btrfs_inode to fixup_inode_link_count() btrfs: some trivial cleanups - - - --- 2025-03-07 Filipe Manana New
[2/8] btrfs: return a btrfs_inode from read_one_inode() btrfs: some trivial cleanups - - - --- 2025-03-07 Filipe Manana New
[1/8] btrfs: return a btrfs_inode from btrfs_iget_logging() btrfs: some trivial cleanups - - - --- 2025-03-07 Filipe Manana New
[2/2] btrfs: add extra warning if delayed iput is added when it's not allowed btrfs: fix the delayed iputs ASSERT() when the fs - - - --- 2025-03-07 Qu Wenruo New
[1/2] btrfs: run btrfs_error_commit_super() early btrfs: fix the delayed iputs ASSERT() when the fs - 1 - --- 2025-03-07 Qu Wenruo New
[5/5] btrfs: codify pattern for adding block_group to bg_list btrfs: block_group refcounting fixes - 1 - --- 2025-03-07 Boris Burkov New
[4/5] btrfs: explicitly ref count block_group on new_bgs list btrfs: block_group refcounting fixes - - - --- 2025-03-07 Boris Burkov New
[3/5] btrfs: make discard_workfn block_group ref explicit btrfs: block_group refcounting fixes - 1 - --- 2025-03-07 Boris Burkov New
[2/5] btrfs: fix bg->bg_list list_del refcount races btrfs: block_group refcounting fixes - 1 - --- 2025-03-07 Boris Burkov New
[1/5] btrfs: fix bg refcount race in btrfs_create_pending_block_groups btrfs: block_group refcounting fixes - 2 - --- 2025-03-07 Boris Burkov New
[2/2] btrfs: send: simplify return logic from send_encoded_extent() btrfs: send: a couple trivial cleanups - - - --- 2025-03-06 Filipe Manana New
[1/2] btrfs: send: remove unnecessary inode lookup at send_encoded_inline_extent() btrfs: send: a couple trivial cleanups - - - --- 2025-03-06 Filipe Manana New
btrfs: avoid unnecessary bio dereference at run_one_async_done() btrfs: avoid unnecessary bio dereference at run_one_async_done() - 2 - --- 2025-03-06 Filipe Manana New
btrfs: fix non-empty delayed iputs list on unmount due to async workers btrfs: fix non-empty delayed iputs list on unmount due to async workers - 1 - --- 2025-03-06 Filipe Manana New
[v3] btrfs/defrag: implement compression levels [v3] btrfs/defrag: implement compression levels - 1 - --- 2025-03-06 Daniel Vacek New
btrfs: avoid linker error in btrfs_find_create_tree_block() btrfs: avoid linker error in btrfs_find_create_tree_block() - 1 - --- 2025-03-06 Mark Harmstone New
[v2,4/4] btrfs: move btrfs_cleanup_bio() code into its single caller btrfs: fix unexpected delayed iputs at umount time and cleanups - - - --- 2025-03-05 Filipe Manana New
[v2,3/4] btrfs: move __btrfs_bio_end_io() code into its single caller btrfs: fix unexpected delayed iputs at umount time and cleanups - - - --- 2025-03-05 Filipe Manana New
[v2,2/4] btrfs: fix non-empty delayed iputs list on unmount due to compressed write workers btrfs: fix unexpected delayed iputs at umount time and cleanups - - - --- 2025-03-05 Filipe Manana New
[v2,1/4] btrfs: fix non-empty delayed iputs list on unmount due to endio workers btrfs: fix unexpected delayed iputs at umount time and cleanups - - - --- 2025-03-05 Filipe Manana New
[4/4] btrfs: move btrfs_cleanup_bio() code into its single caller btrfs: fix unexpected delayed iputs at umount time and cleanups - - - --- 2025-03-05 Filipe Manana New
[3/4] btrfs: move __btrfs_bio_end_io() code into its single caller btrfs: fix unexpected delayed iputs at umount time and cleanups - - - --- 2025-03-05 Filipe Manana New
[2/4] btrfs: fix non-empty delayed iputs list on unmount due to compressed write workers btrfs: fix unexpected delayed iputs at umount time and cleanups - - - --- 2025-03-05 Filipe Manana New
[1/4] btrfs: fix non-empty delayed iputs list on unmount due to endio workers btrfs: fix unexpected delayed iputs at umount time and cleanups - - - --- 2025-03-05 Filipe Manana New
btrfs: return a literal instead of a variable btrfs: return a literal instead of a variable - 1 - --- 2025-03-05 Dan Carpenter New
generic/363: add annotation for btrfs kernel commit generic/363: add annotation for btrfs kernel commit - 1 - --- 2025-03-05 Filipe Manana New
[v2] btrfs/defrag: implement compression levels [v2] btrfs/defrag: implement compression levels - 1 - --- 2025-03-05 Daniel Vacek New
[v2] btrfs: reject out-of-band dirty folios during writeback [v2] btrfs: reject out-of-band dirty folios during writeback - 1 - --- 2025-03-05 Qu Wenruo New
[btrfs-progs] Add dump-csums for btrfs inspect-internal - - - --- 2016-01-19 Lakshmipathi.G Under Review
Fix balance regression in 4.4-rc - - - --- 2015-11-17 Holger Hoffstätte Under Review
[1/3] btrfs: Cleanup no_quota parameter - - - --- 2015-10-26 Qu Wenruo Under Review
[5/5] btrfs: don't update mtime on deduped inodes - - - --- 2015-06-26 Mark Fasheh Under Review
Btrfs: sysfs support for the replace of the seed device - - - --- 2015-06-07 Anand Jain Under Review
[RFC,11/11] btrfs: qgroup: Cleanup the unneeded codes. - - - --- 2015-03-23 Qu Wenruo Under Review
[RFC,10/11] btrfs: qgroup-tests: Add old_roots ulist to allow qgroup test pass. - - - --- 2015-03-23 Qu Wenruo Under Review
[RFC,09/11] btrfs: qgroup: Use oper->old/new_roots to update refcnt. - - - --- 2015-03-23 Qu Wenruo Under Review
[RFC,08/11] btrfs: qgroup: Record current referenced roots at qgroup_record_ref(). - - - --- 2015-03-23 Qu Wenruo Under Review
[RFC,07/11] btrfs: qgroup: save and pass old_roots ulist to btrfs_qgroup_record_ref(). - - - --- 2015-03-23 Qu Wenruo Under Review
[RFC,06/11] btrfs: qgroup: Add needed parameter and member for qgroup. - - - --- 2015-03-23 Qu Wenruo Under Review
[RFC,05/11] btrfs: backref: Allow btrfs_find_all_roots() to skip given ref_node. - - - --- 2015-03-23 Qu Wenruo Under Review
[RFC,04/11] btrfs: backref: Allow find_parent_nodes() to skip given ref_node. - - - --- 2015-03-23 Qu Wenruo Under Review
[RFC,03/11] btrfs: backref: Add nolock option for btrfs_find_all_roots(). - - - --- 2015-03-23 Qu Wenruo Under Review
btrfs: cleanup unused alloc_chunk varible - - - --- 2015-02-14 Zhaolei Under Review
[v4] btrfs: Fix out-of-space bug - - - --- 2015-02-12 Zhaolei Under Review
[v3] Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group - - - --- 2015-02-11 Forrest Liu Under Review
btrfs: cleanup a straight free-after-malloc branch for free-space-cache - - - --- 2015-01-14 Gui Hecheng Under Review
Btrfs: fix typo of variable in scrub_stripe - - - --- 2015-01-09 Tsutomu Itoh Under Review
btrfs: suppress a build warning on building 32bit kernel - - - --- 2014-12-25 Satoru Takeuchi Under Review
[v3] btrfs: add regression test for remount with thread_pool resized - - - --- 2014-12-25 Xing Gu Under Review
Btrfs: Remove unnecessary placeholder in btrfs_err_code - - - --- 2014-12-24 Satoru Takeuchi Under Review
[v2] Fix wrong memory free on check_is_root - - - --- 2014-12-18 Satoru Takeuchi Under Review
Btrfs: make sure logged extents complete in the current transaction V2 - - - --- 2014-11-19 Josef Bacik Under Review
[6/9] Btrfs,raid56: support parity scrub on raid56 - - - --- 2014-11-14 Miao Xie Under Review
[5/9] Btrfs,raid56: use a variant to record the operation type - - - --- 2014-11-14 Miao Xie Under Review
[2/6,v2] btrfs: do commit in sync_fs if there are pending changes - - - --- 2014-11-14 David Sterba Under Review
[v7] Move BTRFS RCU string to common library - - - --- 2014-11-13 Omar Sandoval Under Review
[v2] Btrfs: qgroup: add BUILD_BUG to report pointer cast breakage - - - --- 2014-11-12 Daniel Dressler Under Review
[v2] btrfs: regression test for btrfs extent merge - - - --- 2014-10-16 Qu Wenruo Under Review
Btrfs: rename do_chunk_alloc to btrfs_maybe_chunk_alloc - - - --- 2014-10-06 Josef Bacik Under Review
Btrfs: fix wrong parse of extent map's tracepoint - - - --- 2014-09-17 Liu Bo Under Review
btrfs-progs: per-thread, per-call pretty buffer - - - --- 2014-09-04 Zach Brown Under Review
btrfs: ioctl BTRFS_IOC_FS_INFO and BTRFS_IOC_DEV_INFO miss-matched with slots - - - --- 2014-08-16 Anand Jain Under Review
Btrfs: show real function name in btrfs workqueue tracepoint - - - --- 2014-08-15 Liu Bo Under Review
[RFC,v3,2/2] btrfs: use the new VFS super_block_dev - - - --- 2014-08-15 Luis R. Rodriguez Under Review
[RFC,v3,1/2] fs/super.c: add new super block sub devices super_block_dev - - - --- 2014-08-15 Luis R. Rodriguez Under Review
btrfs balance crash BUG ON fs/btrfs/relocation.c:1062 or RIP build_backref_tree+0x9fc/0xcc4 - - - --- 2014-06-19 Josef Bacik Under Review
Btrfs: don't remove raid type sysfs entries until unmount - - - --- 2014-05-22 Chris Mason Under Review
[RFC,8/8] Btrfs: subpagesize-blocksize: Compute and look up csums based on sectorsized blocks. - - - --- 2014-05-21 Chandan Rajendra Under Review
[RFC,7/8] Btrfs: subpagesize-blocksize: Allow mounting filesystems where sectorsize != PAGE_SIZE - - - --- 2014-05-21 Chandan Rajendra Under Review
[RFC,6/8] Btrfs: subpagesize-blocksize: Write only dirty extent buffers belonging to a page - - - --- 2014-05-21 Chandan Rajendra Under Review
[RFC,5/8] Btrfs: subpagesize-blocksize: Read tree blocks whose size is <PAGE_CACHE_SIZE. - - - --- 2014-05-21 Chandan Rajendra Under Review
[RFC,4/8] Btrfs: subpagesize-blocksize: Define extent_buffer_head. - - - --- 2014-05-21 Chandan Rajendra Under Review
« 1 2 3 4 »