Show patches with: none      |   41349 patches
« 1 2 ... 24 25 26413 414 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/8] btrfs: error out when COWing block using a stale transaction btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-26 Filipe Manana New
btrfs: qgroup: fix use-after-free in btrfs_qgroup_inherit btrfs: qgroup: fix use-after-free in btrfs_qgroup_inherit - - - --- 2023-09-25 Boris Burkov New
btrfs/283: skip if we cannot write into one extent btrfs/283: skip if we cannot write into one extent - 1 - --- 2023-09-25 Naohiro Aota New
[v3,5/5] fscrypt: support crypto data unit size less than filesystem block size fscrypt: add support for data_unit_size < fs_block_size - - - --- 2023-09-25 Eric Biggers New
[v3,4/5] fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes fscrypt: add support for data_unit_size < fs_block_size - - - --- 2023-09-25 Eric Biggers New
[v3,3/5] fscrypt: compute max_lblk_bits from s_maxbytes and block size fscrypt: add support for data_unit_size < fs_block_size - - - --- 2023-09-25 Eric Biggers New
[v3,2/5] fscrypt: make the bounce page pool opt-in instead of opt-out fscrypt: add support for data_unit_size < fs_block_size - - - --- 2023-09-25 Eric Biggers New
[v3,1/5] fscrypt: make it clearer that key_prefix is deprecated fscrypt: add support for data_unit_size < fs_block_size - - - --- 2023-09-25 Eric Biggers New
btrfs: fix a race which can lead to unreported write failure btrfs: fix a race which can lead to unreported write failure - - - --- 2023-09-25 Qu Wenruo New
btrfs/076: fix file_size variable btrfs/076: fix file_size variable - 1 - --- 2023-09-25 Naohiro Aota New
[RFC] btrfs: save the physical address for append writes before updating bi_status [RFC] btrfs: save the physical address for append writes before updating bi_status - - - --- 2023-09-25 Qu Wenruo New
[3/3] btrfs: introduce allow_data_failure sysfs interface btrfs: introduce 3 debug sysfs interface to tweak the error handling behavior - - - --- 2023-09-24 Qu Wenruo New
[2/3] btrfs: introduce super_failure_tolerance sysfs interface btrfs: introduce 3 debug sysfs interface to tweak the error handling behavior - - - --- 2023-09-24 Qu Wenruo New
[1/3] btrfs: introduce allow_backup_super_failure sysfs interface btrfs: introduce 3 debug sysfs interface to tweak the error handling behavior - - - --- 2023-09-24 Qu Wenruo New
[5/5] btrfs: remove unused alloc and free helpers for block group reserves Siwtch to on-stack variables for block reserves - - - --- 2023-09-22 David Sterba New
[4/5] btrfs: relocation: embed block reserve to struct reloc_control Siwtch to on-stack variables for block reserves - - - --- 2023-09-22 David Sterba New
[3/5] btrfs: use on-stack variable for block reserve in btrfs_replace_file_extents Siwtch to on-stack variables for block reserves - - - --- 2023-09-22 David Sterba New
[2/5] btrfs: use on-stack variable for block reserve in btrfs_truncate Siwtch to on-stack variables for block reserves - - - --- 2023-09-22 David Sterba New
[1/5] btrfs: use on-stack variable for block reserve in btrfs_evict_inode Siwtch to on-stack variables for block reserves - - - --- 2023-09-22 David Sterba New
btrfs/287: filter snapshot IDs to avoid failures when using some features btrfs/287: filter snapshot IDs to avoid failures when using some features - 2 - --- 2023-09-22 Filipe Manana New
btrfs: use full subcommand name at _btrfs_get_subvolid() btrfs: use full subcommand name at _btrfs_get_subvolid() - 2 - --- 2023-09-22 Filipe Manana New
[8/8] btrfs: relocation: constify parameters where possible Minor cleanups in relocation.c - 1 - --- 2023-09-22 David Sterba New
[7/8] btrfs: relocation: use on-stack iterator in build_backref_tree Minor cleanups in relocation.c - 1 - --- 2023-09-22 David Sterba New
[6/8] btrfs: relocation: return bool from btrfs_should_ignore_reloc_root Minor cleanups in relocation.c - 2 - --- 2023-09-22 David Sterba New
[5/8] btrfs: switch btrfs_backref_cache::is_reloc to bool Minor cleanups in relocation.c - 2 - --- 2023-09-22 David Sterba New
[4/8] btrfs: relocation: open code mapping_tree_init Minor cleanups in relocation.c - 2 - --- 2023-09-22 David Sterba New
[3/8] btrfs: relocation: switch bitfields to bool in reloc_control Minor cleanups in relocation.c - 2 - --- 2023-09-22 David Sterba New
[2/8] btrfs: relocation: use enum for stages Minor cleanups in relocation.c - 1 - --- 2023-09-22 David Sterba New
[1/8] btrfs: relocation: use more natural types for tree_block bitfields Minor cleanups in relocation.c - 2 - --- 2023-09-22 David Sterba New
[8/8] btrfs: make sure we cache next state in find_first_extent_bit() btrfs: some speedups for io tree operations and cleanups - - - --- 2023-09-22 Filipe Manana New
[7/8] btrfs: use extent_io_tree_release() to empty dirty log pages btrfs: some speedups for io tree operations and cleanups - - - --- 2023-09-22 Filipe Manana New
[6/8] btrfs: make extent_io_tree_release() more efficient btrfs: some speedups for io tree operations and cleanups - - - --- 2023-09-22 Filipe Manana New
[5/8] btrfs: collapse wait_on_state() to its caller wait_extent_bit() btrfs: some speedups for io tree operations and cleanups - 1 - --- 2023-09-22 Filipe Manana New
[4/8] btrfs: remove pointless memory barrier from extent_io_tree_release() btrfs: some speedups for io tree operations and cleanups - - - --- 2023-09-22 Filipe Manana New
[3/8] btrfs: make wait_extent_bit() static btrfs: some speedups for io tree operations and cleanups - 1 - --- 2023-09-22 Filipe Manana New
[2/8] btrfs: update stale comment at extent_io_tree_release() btrfs: some speedups for io tree operations and cleanups - - - --- 2023-09-22 Filipe Manana New
[1/8] btrfs: make extent state merges more efficient during insertions btrfs: some speedups for io tree operations and cleanups - - - --- 2023-09-22 Filipe Manana New
btrfs: move btrfs_defrag_root() to defrag.{c,h} btrfs: move btrfs_defrag_root() to defrag.{c,h} - 1 - --- 2023-09-22 Filipe Manana New
[8/8] btrfs: remove redundant root argument from fixup_inode_link_count() btrfs: some cleanups around inode update and helpers - 1 - --- 2023-09-22 Filipe Manana New
[7/8] btrfs: remove redundant root argument from maybe_insert_hole() btrfs: some cleanups around inode update and helpers - 1 - --- 2023-09-22 Filipe Manana New
[6/8] btrfs: remove redundant root argument from btrfs_delayed_update_inode() btrfs: some cleanups around inode update and helpers - 1 - --- 2023-09-22 Filipe Manana New
[5/8] btrfs: remove redundant root argument from btrfs_update_inode_item() btrfs: some cleanups around inode update and helpers - 1 - --- 2023-09-22 Filipe Manana New
[4/8] btrfs: remove redundant root argument from btrfs_update_inode() btrfs: some cleanups around inode update and helpers - 1 - --- 2023-09-22 Filipe Manana New
[3/8] btrfs: remove redundant root argument from btrfs_update_inode_fallback() btrfs: some cleanups around inode update and helpers - - - --- 2023-09-22 Filipe Manana New
[2/8] btrfs: remove noline from btrfs_update_inode() btrfs: some cleanups around inode update and helpers - 1 - --- 2023-09-22 Filipe Manana New
[1/8] btrfs: simplify error check condition at btrfs_dirty_inode() btrfs: some cleanups around inode update and helpers - 1 - --- 2023-09-22 Filipe Manana New
[3/3] btrfs: introduce "abort=data" mount option btrfs: introduce "abort=" groups for more strict error handling - - - --- 2023-09-22 Qu Wenruo New
[2/3] btrfs: introduce "abort=super" mount option btrfs: introduce "abort=" groups for more strict error handling - - - --- 2023-09-22 Qu Wenruo New
[1/3] btrfs: explicitly mark BTRFS_MOUNT_ enum as 64bit btrfs: introduce "abort=" groups for more strict error handling - - - --- 2023-09-22 Qu Wenruo New
btrfs/259: fix output's wrong word btrfs/259: fix output's wrong word - 1 - --- 2023-09-22 Naohiro Aota New
BUG: KCSAN: data-race in btrfs_sync_log [btrfs] / btrfs_update_inode [btrfs] BUG: KCSAN: data-race in btrfs_sync_log [btrfs] / btrfs_update_inode [btrfs] - - - --- 2023-09-21 Mirsad Todorovac New
[v2] generic: test new directory entries are returned after rewinding directory [v2] generic: test new directory entries are returned after rewinding directory - 2 - --- 2023-09-21 Filipe Manana New
[RESEND] btrfs: use the super_block as holder when mounting file systems [RESEND] btrfs: use the super_block as holder when mounting file systems 1 1 - --- 2023-09-21 Jan Kara New
btrfs: fix RAID10 writing btrfs: fix RAID10 writing - - - --- 2023-09-21 Johannes Thumshirn New
btrfs/239: call fsync to create tree-log dedicated block group for zoned mode btrfs/239: call fsync to create tree-log dedicated block group for zoned mode - 1 - --- 2023-09-21 Naohiro Aota New
[v3,2/2] btrfs/076: use _fixed_by_kernel_commit to tell the fixing kernel commit btrfs/076: fix failure on device with small zone_append_max_bytes - 1 - --- 2023-09-21 Naohiro Aota New
[v3,1/2] btrfs/076: support smaller extent size limit btrfs/076: fix failure on device with small zone_append_max_bytes - 1 - --- 2023-09-21 Naohiro Aota New
btrfs: add missing _fixed_by_kernel_commit for a few tests btrfs: add missing _fixed_by_kernel_commit for a few tests - 1 - --- 2023-09-21 Anand Jain New
btrfs-progs: misc-tests/034-metadata-uuid remove kernel support btrfs-progs: misc-tests/034-metadata-uuid remove kernel support - - - --- 2023-09-20 Anand Jain New
[2/2] btrfs: remove unused code related to the CHANGING_FSID_V2 flag btrfs: reject device with CHANGING_FSID_V2 flag - - - --- 2023-09-20 Anand Jain New
[1/2] btrfs: reject device with CHANGING_FSID_V2 btrfs: reject device with CHANGING_FSID_V2 flag - - - --- 2023-09-20 Anand Jain New
[GIT,PULL] Btrfs fixes for 6.6-rc3 [GIT,PULL] Btrfs fixes for 6.6-rc3 - - - --- 2023-09-20 David Sterba New
[v2,1/1] btrfs-progs: mkfs: Enforce 4k sectorsize by default Enforce 4k sectorize by default for mkfs - 3 - --- 2023-09-20 Neal Gompa New
[v2,2/2] btrfs: check for incompat bit in btrfs_need_stripe_tree_update btrfs: RAID stripe tree updates - - - --- 2023-09-20 Johannes Thumshirn New
[v2,1/2] btrfs: check for incompat bit in btrfs_insert_raid_extent btrfs: RAID stripe tree updates - - - --- 2023-09-20 Johannes Thumshirn New
BUG: KCSAN: data-race in btrfs_calculate_inode_block_rsv_size [btrfs] / btrfs_use_block_rsv [btrfs]… BUG: KCSAN: data-race in btrfs_calculate_inode_block_rsv_size [btrfs] / btrfs_use_block_rsv [btrfs]… - - - --- 2023-09-20 Mirsad Todorovac New
btrfs: merge ordered work callbacks in btrfs_work into one btrfs: merge ordered work callbacks in btrfs_work into one - - - --- 2023-09-19 David Sterba New
[2/2] btrfs: reduce the width of device counters btrfs: reduce the width of devices counter - - - --- 2023-09-19 Qu Wenruo New
[1/2] btrfs: reject a superblock with over 65536 devices btrfs: reduce the width of devices counter - - - --- 2023-09-19 Qu Wenruo New
btrfs: set the destination memory to zero if read_extent_buffer() got invalid ranges btrfs: set the destination memory to zero if read_extent_buffer() got invalid ranges - - - --- 2023-09-19 Qu Wenruo New
btrfs: adjust overcommit logic when very close to full btrfs: adjust overcommit logic when very close to full - 1 - --- 2023-09-18 Josef Bacik New
btrfs: don't arbitrarily slow down delalloc if we're committing btrfs: don't arbitrarily slow down delalloc if we're committing - - - --- 2023-09-18 Josef Bacik New
[v4,04/10] fs: Add and export file_needs_remove_privs Untitled series #785293 - - - --- 2023-09-18 Bernd Schubert New
btrfs: properly report 0 avail for very full file systems btrfs: properly report 0 avail for very full file systems - - - --- 2023-09-18 Josef Bacik New
[4/4] btrfs: add tree-checker for RAID-stripe-tree btrfs: RAID stripe tree updates - - - --- 2023-09-18 Johannes Thumshirn New
[3/4] btrfs: rename ordered_enmtry in btrfs_io_context btrfs: RAID stripe tree updates - - - --- 2023-09-18 Johannes Thumshirn New
[2/4] btrfs: break loop in case set_io_stripe fails btrfs: RAID stripe tree updates - - - --- 2023-09-18 Johannes Thumshirn New
[1/4] btrfs: fix 64bit division in btrfs_insert_striped_mirrored_raid_extents btrfs: RAID stripe tree updates - - - --- 2023-09-18 Johannes Thumshirn New
btrfs-dev-docs: add document for RAID stripe tree btrfs-dev-docs: add document for RAID stripe tree - - - --- 2023-09-18 Johannes Thumshirn New
[v1,1/1] xarray: fix the data-race in xas_find_chunk() by using READ_ONCE() [v1,1/1] xarray: fix the data-race in xas_find_chunk() by using READ_ONCE() - - - --- 2023-09-18 Mirsad Todorovac New
[GIT,PULL] fstests: btrfs changes for for-next v2023.09.03 [GIT,PULL] fstests: btrfs changes for for-next v2023.09.03 - - - --- 2023-09-17 Anand Jain New
btrfs: remove the need_raid_map parameter from btrfs_map_block() btrfs: remove the need_raid_map parameter from btrfs_map_block() - - - --- 2023-09-17 Qu Wenruo New
btrfs: remove useless comment from btrfs_pin_extent_for_log_replay() btrfs: remove useless comment from btrfs_pin_extent_for_log_replay() - - - --- 2023-09-15 Filipe Manana New
btrfs: remove stale comment from btrfs_free_extent() btrfs: remove stale comment from btrfs_free_extent() - - - --- 2023-09-15 Filipe Manana New
btrfs: fix 64bit division in btrfs_insert_striped_mirrored_raid_extents btrfs: fix 64bit division in btrfs_insert_striped_mirrored_raid_extents - - - --- 2023-09-15 Johannes Thumshirn New
btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commit btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commit - 1 - --- 2023-09-15 Filipe Manana New
btrfs: fix smatch static checker warning in btrfs_scan_one_device btrfs: fix smatch static checker warning in btrfs_scan_one_device - - - --- 2023-09-15 Anand Jain New
[v2,2/2] btrfs/076: use _fixed_by_kernel_commit to tell the fixing kernel commit btrfs/076: fix failure on device with small zone_append_max_bytes - 1 - --- 2023-09-15 Naohiro Aota New
[v2,1/2] btrfs/076: support smaller extent size limit btrfs/076: fix failure on device with small zone_append_max_bytes - 1 - --- 2023-09-15 Naohiro Aota New
[2/2] btrfs/072: use _fixed_by_kernel_commit to tell the fixing kernel commit btrfs/072: - - - --- 2023-09-15 Naohiro Aota New
[1/2] btrfs/072: support smaller extent size limit btrfs/072: - - - --- 2023-09-15 Naohiro Aota New
[4/4] btrfs-progs: test btrfstune -m|M ability to fix previous failures btrfs-progs: recover from failed metadata_uuid port kernel - - - --- 2023-09-15 Anand Jain New
[3/4] btrfs-progs: recover from the failed btrfstune -m|M btrfs-progs: recover from failed metadata_uuid port kernel - - - --- 2023-09-15 Anand Jain New
[2/4] btrfs-progs: add support to fix superblock with CHANGING_FSID_V2 flag btrfs-progs: recover from failed metadata_uuid port kernel - - - --- 2023-09-15 Anand Jain New
[1/4] btrfs-progs: tune use the latest bdev in fs_devices for super_copy btrfs-progs: recover from failed metadata_uuid port kernel - - - --- 2023-09-15 Anand Jain New
[4/4] blk-crypto: add a process bio callback fscrypt: add support for per-extent encryption - - - --- 2023-09-15 Josef Bacik New
[3/4] fscrypt: disable all but standard v2 policies for extent encryption fscrypt: add support for per-extent encryption - - - --- 2023-09-15 Josef Bacik New
[2/4] fscrypt: add per-extent encryption support fscrypt: add support for per-extent encryption - - - --- 2023-09-15 Josef Bacik New
[1/4] fscrypt: rename fscrypt_info => fscrypt_inode_info fscrypt: add support for per-extent encryption - - - --- 2023-09-15 Josef Bacik New
[v9,11/11] btrfs: add raid-stripe-tree to features enabled with debug btrfs: introduce RAID stripe tree - 1 - --- 2023-09-14 Johannes Thumshirn New
« 1 2 ... 24 25 26413 414 »