Show patches with: State = Action Required       |    Archived = No       |   330 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/10] btrfs: convert BUG_ON in btrfs_reloc_cow_block to proper error handling btrfs: backref cache cleanups - - - --- 2024-10-03 Josef Bacik New
[02/10] btrfs: remove the changed list for backref cache btrfs: backref cache cleanups - - - --- 2024-10-03 Josef Bacik New
[03/10] btrfs: add a comment for new_bytenr in bacref_cache_node btrfs: backref cache cleanups - - - --- 2024-10-03 Josef Bacik New
[04/10] btrfs: cleanup select_reloc_root btrfs: backref cache cleanups - - - --- 2024-10-03 Josef Bacik New
[05/10] btrfs: remove clone_backref_node btrfs: backref cache cleanups - - - --- 2024-10-03 Josef Bacik New
[06/10] btrfs: don't build backref tree for cowonly blocks btrfs: backref cache cleanups - - - --- 2024-10-03 Josef Bacik New
[07/10] btrfs: do not handle non-shareable roots in backref cache btrfs: backref cache cleanups - - - --- 2024-10-03 Josef Bacik New
[08/10] btrfs: simplify btrfs_backref_release_cache btrfs: backref cache cleanups - - - --- 2024-10-03 Josef Bacik New
[09/10] btrfs: remove the ->lowest and ->leaves members from backref cache btrfs: backref cache cleanups - - - --- 2024-10-03 Josef Bacik New
[1/2] btrfs-progs: check: detect deprecated inode cache btrfs-progs: check: report deprecated inode cache as errors - - - --- 2024-09-12 Qu Wenruo New
[1/2] btrfs-progs: receive: workaround unaligned full file clone btrfs-progs: receive: workaround full file clone quirk - - - --- 2024-09-27 Qu Wenruo New
[1/2] btrfs: avoid unnecessary device path update for the same device btrfs: enhance btrfs device path rename - 1 - --- 2024-09-24 Qu Wenruo New
[1/2] btrfs: make assert_rbio() to only check CONFIG_BTRFS_DEBUG btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUG - - - --- 2024-09-16 Qu Wenruo New
[1/2] btrfs: make btrfs_do_readpage() to do block-by-block read btrfs: fix generic/563 failures with sectorsize < PAGE_SIZE - - - --- 2024-10-02 Qu Wenruo New
[1/2] btrfs: move the delalloc range bitmap search into extent_io.c btrfs: de-couple subpage locked and delalloc range - - - --- 2024-09-15 Qu Wenruo New
[1/2] btrfs: remove the dirty_page local variable btrfs: small cleanups to buffered write path - 1 - --- 2024-09-30 Qu Wenruo New
[1/2] btrfs: return ENODATA in case RST lookup fails btrfs: RST scrub fixes for prealloc - - - --- 2024-10-07 Johannes Thumshirn New
[1/2] btrfs: unify to use writer locks for subpage locking btrfs: unify the read and writer locks for btrfs_subpage - - - --- 2024-10-07 Qu Wenruo New
[1/3] btrfs-progs: libbtrfsutil/python: use MANIFEST.in for headers btrfs-progs: libbtrfsutil/python: fix all the warnings - - - --- 2024-09-21 Qu Wenruo New
[1/3] btrfs-progs: print-tree: use ARRAY_SIZE() to replace open-coded ones btrfs-progs: print-tree: cleanup for regular bitmap based flags print - - - --- 2024-10-04 Qu Wenruo New
[1/3] btrfs: Cleanup no_quota parameter - - - --- 2015-10-26 Qu Wenruo Under Review
[1/3] btrfs: introduce RAID1 round-robin read balancing raid1 balancing methods - - - --- 2024-09-27 Anand Jain New
[1/4,v3] Btrfs-progs: send, bump stream version - - - --- 2014-04-20 Filipe Manana Under Review
[1/5] btrfs: add and use helper to remove extent map from its inode's tree btrfs: make extent map shrinker more efficient and re-enable it - 1 - --- 2024-09-24 Filipe Manana New
[1/6] fs: Move clearing of mappedtodisk to buffer.c Filesystem page flags cleanup - 1 - --- 2024-10-02 Matthew Wilcox (Oracle) New
[1/8] btrfs: fix missing error handling when adding delayed ref with qgroups enabled btrfs: delayed refs and qgroups, fixes, cleanups, improvements - - - --- 2024-09-25 Filipe Manana New
[10/10] btrfs: remove detached list from btrfs_backref_cache btrfs: backref cache cleanups - - - --- 2024-10-03 Josef Bacik New
[2/2] btrfs-progs: fsck-tests: add a test case with deprecated inode cache btrfs-progs: check: report deprecated inode cache as errors - - - --- 2024-09-12 Qu Wenruo New
[2/2] btrfs-progs: misc-tests: new test case check the handling of full file clone btrfs-progs: receive: workaround full file clone quirk - - - --- 2024-09-27 Qu Wenruo New
[2/2] btrfs: allow buffered write to skip full page if it's sector aligned btrfs: fix generic/563 failures with sectorsize < PAGE_SIZE - - - --- 2024-10-02 Qu Wenruo New
[2/2] btrfs: canonicalize the device path before adding it btrfs: enhance btrfs device path rename - - - --- 2024-09-24 Qu Wenruo New
[2/2] btrfs: mark all dirty sectors as locked inside writepage_delalloc() btrfs: de-couple subpage locked and delalloc range - - - --- 2024-09-15 Qu Wenruo New
[2/2] btrfs: rename btrfs_folio_(set|start|end)_writer_lock() btrfs: unify the read and writer locks for btrfs_subpage - - - --- 2024-10-07 Qu Wenruo New
[2/2] btrfs: scrub: skip initial RAID stripe-tree lookup errors btrfs: RST scrub fixes for prealloc - - - --- 2024-10-07 Johannes Thumshirn New
[2/2] btrfs: simplify the page uptodate preparation for prepare_pages() btrfs: small cleanups to buffered write path - - - --- 2024-09-30 Qu Wenruo New
[2/2] btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUG btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUG - - - --- 2024-09-16 Qu Wenruo New
[2/3] btrfs check: Pre-sort keys in a block while searching - - - --- 2014-05-05 Hugo Mills Under Review
[2/3] btrfs-progs: libbtrfsutil/python: remove unnecessary build options btrfs-progs: libbtrfsutil/python: fix all the warnings - - - --- 2024-09-21 Qu Wenruo New
[2/3] btrfs-progs: print-tree: cleanup __print_readable_flag() btrfs-progs: print-tree: cleanup for regular bitmap based flags print - - - --- 2024-10-04 Qu Wenruo New
[2/3] btrfs: use the path with the lowest latency for RAID1 reads raid1 balancing methods - - - --- 2024-09-27 Anand Jain New
[2/4,v4] Btrfs-progs: send, implement total data size callback and progress report - - - --- 2014-04-20 Filipe Manana Under Review
[2/5] btrfs: make the extent map shrinker run asynchronously as a work queue job btrfs: make extent map shrinker more efficient and re-enable it - - - --- 2024-09-24 Filipe Manana New
[2/6,v2] btrfs: do commit in sync_fs if there are pending changes - - - --- 2014-11-14 David Sterba Under Review
[2/6] nilfs2: Convert nilfs_copy_buffer() to use folios Filesystem page flags cleanup 1 - - --- 2024-10-02 Matthew Wilcox (Oracle) New
[2/8] btrfs: use sector numbers as keys for the dirty extents xarray btrfs: delayed refs and qgroups, fixes, cleanups, improvements - - - --- 2024-09-25 Filipe Manana New
[3/3] btrfs check: Attempt to fix misordered keys with bitflips in them - - - --- 2014-05-05 Hugo Mills Under Review
[3/3] btrfs-progs: libbtrfsutil/python: reuse existing README.md for long description btrfs-progs: libbtrfsutil/python: fix all the warnings - - - --- 2024-09-21 Qu Wenruo New
[3/3] btrfs-progs: print-tree: use readable_flag_entry for inode flags btrfs-progs: print-tree: cleanup for regular bitmap based flags print - - - --- 2024-10-04 Qu Wenruo New
[3/3] Btrfs: add another checksum algorithm xxhash - - - --- 2014-05-07 Liu Bo Under Review
[3/3] btrfs: add RAID1 preferred read device feature raid1 balancing methods - - - --- 2024-09-27 Anand Jain New
[3/4,v4] Btrfs-progs: send, implement fallocate command callback - - - --- 2014-04-20 Filipe Manana Under Review
[3/5] btrfs: simplify tracking progress for the extent map shrinker btrfs: make extent map shrinker more efficient and re-enable it - - - --- 2024-09-24 Filipe Manana New
[3/6] mm: Remove PageMappedToDisk Filesystem page flags cleanup - 1 - --- 2024-10-02 Matthew Wilcox (Oracle) New
[3/8] btrfs: end assignment with semicolon at btrfs_qgroup_extent event class btrfs: delayed refs and qgroups, fixes, cleanups, improvements - - - --- 2024-09-25 Filipe Manana New
[4/5] btrfs: rename extent map shrinker members from struct btrfs_fs_info btrfs: make extent map shrinker more efficient and re-enable it - - - --- 2024-09-24 Filipe Manana New
[4/6] btrfs: Switch from using the private_2 flag to owner_2 Filesystem page flags cleanup - 1 - --- 2024-10-02 Matthew Wilcox (Oracle) New
[4/8] btrfs: qgroups: remove bytenr field from struct btrfs_qgroup_extent_record btrfs: delayed refs and qgroups, fixes, cleanups, improvements - - - --- 2024-09-25 Filipe Manana New
[5/5] btrfs: don't update mtime on deduped inodes - - - --- 2015-06-26 Mark Fasheh Under Review
[5/5] btrfs: re-enable the extent map shrinker btrfs: make extent map shrinker more efficient and re-enable it - - - --- 2024-09-24 Filipe Manana New
[5/6] ceph: Remove call to PagePrivate2() Filesystem page flags cleanup - - - --- 2024-10-02 Matthew Wilcox (Oracle) New
[5/8] btrfs: store fs_info in a local variable at btrfs_qgroup_trace_extent_post() btrfs: delayed refs and qgroups, fixes, cleanups, improvements - - - --- 2024-09-25 Filipe Manana New
[5/9] Btrfs,raid56: use a variant to record the operation type - - - --- 2014-11-14 Miao Xie Under Review
[6/6] migrate: Remove references to Private2 Filesystem page flags cleanup - 1 - --- 2024-10-02 Matthew Wilcox (Oracle) New
[6/8] btrfs: remove unnecessary delayed refs locking at btrfs_qgroup_trace_extent() btrfs: delayed refs and qgroups, fixes, cleanups, improvements - - - --- 2024-09-25 Filipe Manana New
[6/9] Btrfs,raid56: support parity scrub on raid56 - - - --- 2014-11-14 Miao Xie Under Review
[7/8] btrfs: always use delayed_refs local variable at btrfs_qgroup_trace_extent() btrfs: delayed refs and qgroups, fixes, cleanups, improvements - - - --- 2024-09-25 Filipe Manana New
[8/8] btrfs: remove pointless initialization at btrfs_qgroup_trace_extent() btrfs: delayed refs and qgroups, fixes, cleanups, improvements - - - --- 2024-09-25 Filipe Manana New
[btrfs-progs] Add dump-csums for btrfs inspect-internal - - - --- 2016-01-19 Lakshmipathi.G Under Review
[for,5.15,stable] btrfs: fix race between direct IO write and fsync when using same fd [for,5.15,stable] btrfs: fix race between direct IO write and fsync when using same fd - 2 - --- 2024-09-09 Filipe Manana New
[for,6.1,stable] btrfs: fix race between direct IO write and fsync when using same fd [for,6.1,stable] btrfs: fix race between direct IO write and fsync when using same fd - 2 - --- 2024-09-09 Filipe Manana New
[for,6.10,stable] btrfs: fix race between direct IO write and fsync when using same fd [for,6.10,stable] btrfs: fix race between direct IO write and fsync when using same fd - 2 - --- 2024-09-09 Filipe Manana New
[for,6.6,stable] btrfs: fix race between direct IO write and fsync when using same fd [for,6.6,stable] btrfs: fix race between direct IO write and fsync when using same fd - 2 - --- 2024-09-09 Filipe Manana New
[GIT,PULL] Btrfs fixes for 6.12-rc2 [GIT,PULL] Btrfs fixes for 6.12-rc2 - - - --- 2024-10-04 David Sterba New
[GIT,PULL] Btrfs updates for 6.12 [GIT,PULL] Btrfs updates for 6.12 - - - --- 2024-09-12 David Sterba New
[GIT,PULL] Btrfs updates for 6.12, part 2 [GIT,PULL] Btrfs updates for 6.12, part 2 - - - --- 2024-09-23 David Sterba New
[next] btrfs: remove redundant assignment to pointer node [next] btrfs: remove redundant assignment to pointer node - - - --- 2024-10-02 Colin Ian King New
[RFC,03/11] btrfs: backref: Add nolock option for btrfs_find_all_roots(). - - - --- 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,05/11] btrfs: backref: Allow btrfs_find_all_roots() to skip given ref_node. - - - --- 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,07/11] btrfs: qgroup: save and pass old_roots ulist to btrfs_qgroup_record_ref(). - - - --- 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,09/11] btrfs: qgroup: Use oper->old/new_roots to update refcnt. - - - --- 2015-03-23 Qu Wenruo Under Review
[RFC,1/2] btrfs-progs: Follow kernel changes to add new member of btrfs_ioctl_dev_info_args. - - - --- 2014-05-06 Qu Wenruo Under Review
[RFC,1/2] btrfs: Add missing device check in dev_info/rm_dev ioctl - - - --- 2014-05-06 Qu Wenruo Under Review
[RFC,1/2] btrfs: introduce dummy RAID stripes for preallocated data Add dummy RAID stripe tree entries for PREALLOC data - - - --- 2024-09-18 Johannes Thumshirn New
[RFC,1/8] Btrfs: subpagesize-blocksize: Get rid of whole page reads. - - - --- 2014-05-21 Chandan Rajendra 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,11/11] btrfs: qgroup: Cleanup the unneeded codes. - - - --- 2015-03-23 Qu Wenruo Under Review
[RFC,2/2] btrfs-progs: Add userspace support for kernel missing dev detection. - - - --- 2014-05-06 Qu Wenruo Under Review
[RFC,2/2] btrfs: Add new member of btrfs_ioctl_dev_info_args. - - - --- 2014-05-06 Qu Wenruo Under Review
[RFC,2/2] btrfs: insert dummy RAID stripe extents for preallocated data Add dummy RAID stripe tree entries for PREALLOC data - - - --- 2024-09-18 Johannes Thumshirn New
[RFC,2/8] Btrfs: subpagesize-blocksize: Get rid of whole page writes. - - - --- 2014-05-21 Chandan Rajendra Under Review
[RFC,3/8] Btrfs: subpagesize-blocksize: __btrfs_buffered_write: Reserve/release extents aligned to … - - - --- 2014-05-21 Chandan Rajendra Under Review
[RFC,4/8] Btrfs: subpagesize-blocksize: Define extent_buffer_head. - - - --- 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,6/8] Btrfs: subpagesize-blocksize: Write only dirty extent buffers belonging to a page - - - --- 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,8/8] Btrfs: subpagesize-blocksize: Compute and look up csums based on sectorsized blocks. - - - --- 2014-05-21 Chandan Rajendra 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
« 1 2 3 4 »