Show patches with: none      |   41170 patches
« 1 2 ... 60 61 62411 412 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2] btrfs: fix tree mod log mishandling of reallocated nodes [v2] btrfs: fix tree mod log mishandling of reallocated nodes - 1 - --- 2022-10-14 Josef Bacik New
btrfs: add helper to exit_btrfs_fs btrfs: add helper to exit_btrfs_fs - - - --- 2022-10-14 Anand Jain New
[RFC,7/7] fs/f2fs: support `DISABLE_FS_CSUM_VERIFICATION` config option fs: Debug config option to disable filesystem checksum verification for fuzzing - - - --- 2022-10-14 Hrutvik Kanabar New
[RFC,6/7] fs/ntfs: support `DISABLE_FS_CSUM_VERIFICATION` config option fs: Debug config option to disable filesystem checksum verification for fuzzing - - - --- 2022-10-14 Hrutvik Kanabar New
[RFC,5/7] fs/xfs: support `DISABLE_FS_CSUM_VERIFICATION` config option fs: Debug config option to disable filesystem checksum verification for fuzzing - - - --- 2022-10-14 Hrutvik Kanabar New
[RFC,4/7] fs/exfat: support `DISABLE_FS_CSUM_VERIFICATION` config option fs: Debug config option to disable filesystem checksum verification for fuzzing - - - --- 2022-10-14 Hrutvik Kanabar New
[RFC,3/7] fs/btrfs: support `DISABLE_FS_CSUM_VERIFICATION` config option fs: Debug config option to disable filesystem checksum verification for fuzzing - - - --- 2022-10-14 Hrutvik Kanabar New
[RFC,2/7] fs/ext4: support `DISABLE_FS_CSUM_VERIFICATION` config option fs: Debug config option to disable filesystem checksum verification for fuzzing - - - --- 2022-10-14 Hrutvik Kanabar New
[RFC,1/7] fs: create `DISABLE_FS_CSUM_VERIFICATION` config option fs: Debug config option to disable filesystem checksum verification for fuzzing - - - --- 2022-10-14 Hrutvik Kanabar New
[RFC,5/5] btrfs: raid56: do full stripe data checksum verification before RMW btrfs: raid56: do full stripe data checksum verification and recovery at RMW time - - - --- 2022-10-14 Qu Wenruo New
[RFC,4/5] btrfs: raid56: prepare data checksums for later sub-stripe verification btrfs: raid56: do full stripe data checksum verification and recovery at RMW time - - - --- 2022-10-14 Qu Wenruo New
[RFC,3/5] btrfs: introduce a bitmap based csum range search function btrfs: raid56: do full stripe data checksum verification and recovery at RMW time - - - --- 2022-10-14 Qu Wenruo New
[RFC,2/5] btrfs: raid56: refactor __raid_recover_end_io() btrfs: raid56: do full stripe data checksum verification and recovery at RMW time - - - --- 2022-10-14 Qu Wenruo New
[RFC,1/5] btrfs: refactor btrfs_lookup_csums_range() btrfs: raid56: do full stripe data checksum verification and recovery at RMW time - - - --- 2022-10-14 Qu Wenruo New
[v2,2/2] btrfs: re-check reclaim condition in reclaim worker btrfs: minor reclaim tuning - - - --- 2022-10-13 Boris Burkov New
[v2,1/2] btrfs: skip reclaim if block_group is empty btrfs: minor reclaim tuning - - - --- 2022-10-13 Boris Burkov New
btrfs: fix tree mod log mishandling of reallocated nodes btrfs: fix tree mod log mishandling of reallocated nodes - 1 - --- 2022-10-13 Josef Bacik New
[2/2] btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key() btrfs: drop no longer needed atomic allocation for tree mod log operations - - - --- 2022-10-13 Filipe Manana New
[1/2] btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keys btrfs: drop no longer needed atomic allocation for tree mod log operations - - - --- 2022-10-13 Filipe Manana New
[v2] btrfs: make btrfs module init/exit match their sequence [v2] btrfs: make btrfs module init/exit match their sequence - - - --- 2022-10-12 Qu Wenruo New
[v2,15/15] btrfs: introduce a debug mount option to do error injection for each stage of open_ctree… btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,14/15] btrfs: move qgroup init/exit code into open_ctree_seq[] array btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,13/15] btrfs: extract kthread code into its own init/exit helpers btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,12/15] btrfs: move the fs root related code into its own init/exit helpers btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,11/15] btrfs: extra block groups read code into its own init/exit helpers btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,10/15] btrfs: extract sysfs init into its own helper btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,09/15] btrfs: extract mount time checks and items load code into its init helper btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,08/15] btrfs: extract tree roots and zone info initialization into init/exit helpers btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,07/15] btrfs: extract chunk tree read code into its own init/exit helpers btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,06/15] btrfs: move btrfs_init_workqueus() and btrfs_stop_all_workers() into open_ctree_seq[] btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,05/15] btrfs: extract mount options and features init code into its own init helper btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,04/15] btrfs: extract super block read code into its own init helper btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,03/15] btrfs: extract btree inode init code into its own init/exit helpers btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,02/15] btrfs: remove @fs_devices argument from open_ctree() btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,01/15] btrfs: initialize fs_info->sb at the very beginning of open_ctree() btrfs: make open_ctree() init/exit sequence strictly matched - - - --- 2022-10-12 Qu Wenruo New
[v2,05/14] fs: Quieten down the filesystems more vbe: Support device tree fixups for OS requests - - - --- 2022-10-11 Simon Glass New
MAINTAINERS: update btrfs website links and files MAINTAINERS: update btrfs website links and files - - - --- 2022-10-11 David Sterba New
[6/6] btrfs: convert __TRANS_* defines to enum bits Enumerated bits in enum - - - --- 2022-10-11 David Sterba New
[5/6] btrfs: convert QGROUP_* defines to enum bits Enumerated bits in enum - - - --- 2022-10-11 David Sterba New
[4/6] btrfs: convert EXTENT_* bits to enums Enumerated bits in enum - - - --- 2022-10-11 David Sterba New
[3/6] btrfs: convert extent_io page op defines to enum bits Enumerated bits in enum - - - --- 2022-10-11 David Sterba New
[2/6] btrfs: convert BTRFS_ILOCK-* defines to enum bit Enumerated bits in enum - - - --- 2022-10-11 David Sterba New
[1/6] btrfs: add helper for bit enumeration Enumerated bits in enum - - - --- 2022-10-11 David Sterba New
generic: test fiemap reports extent as shared after cloning it generic: test fiemap reports extent as shared after cloning it - 1 - --- 2022-10-11 Filipe Manana New
[v2,19/19] btrfs: avoid unnecessary resolution of indirect backrefs during fiemap btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,18/19] btrfs: avoid duplicated resolution of indirect backrefs during fiemap btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,17/19] btrfs: move up backref sharedness cache store and lookup functions btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,16/19] btrfs: cache sharedness of the last few data extents during fiemap btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,15/19] btrfs: remove useless logic when finding parent nodes btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,14/19] btrfs: remove roots ulist when checking data extent sharedness btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,13/19] btrfs: move ulists to data extent sharedness check context btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,12/19] btrfs: turn the backref sharedness check cache into a context object btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,11/19] btrfs: directly pass the inode to btrfs_is_data_extent_shared() btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,10/19] btrfs: remove checks for a 0 inode number during backref walking btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,09/19] btrfs: remove checks for a root with id 0 during backref walking btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,08/19] btrfs: drop redundant bflags initialization when allocating extent buffer btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,07/19] btrfs: drop pointless memset when cloning extent buffer btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,06/19] btrfs: skip unnecessary delalloc search during fiemap and lseek btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,05/19] btrfs: skip unnecessary extent map searches during fiemap and lseek btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,04/19] btrfs: get the next extent map during fiemap/lseek more efficiently btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,03/19] btrfs: ignore fiemap path cache if we have multiple leaves for a data extent btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,02/19] btrfs: fix processing of delayed tree block refs during backref walking btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
[v2,01/19] btrfs: fix processing of delayed data refs during backref walking btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-11 Filipe Manana New
btrfs-progs: print-tree: follow the supported flags when printing flags btrfs-progs: print-tree: follow the supported flags when printing flags - - - --- 2022-10-11 Qu Wenruo New
btrfs: reorder btrfs_bio for better packing btrfs: reorder btrfs_bio for better packing - - - --- 2022-10-11 David Sterba New
btrfs: skip reclaim if block_group is empty btrfs: skip reclaim if block_group is empty - - - --- 2022-10-10 Boris Burkov New
[5/5] btrfs: raid56: make it more explicit that cache rbio should have all its data sectors uptodate btrfs: raid56: part 1, refactor/cleanup - - - --- 2022-10-10 Qu Wenruo New
[4/5] btrfs: raid56: allocate memory separately for rbio pointers btrfs: raid56: part 1, refactor/cleanup - - - --- 2022-10-10 Qu Wenruo New
[3/5] btrfs: raid56: cleanup for function __free_raid_bio() btrfs: raid56: part 1, refactor/cleanup - - - --- 2022-10-10 Qu Wenruo New
[2/5] btrfs: raid56: avoid double freeing for rbio if full_stripe_write() failed btrfs: raid56: part 1, refactor/cleanup - - - --- 2022-10-10 Qu Wenruo New
[1/5] btrfs: raid56: properly handle the error when unable to find the missing stripe btrfs: raid56: part 1, refactor/cleanup - - - --- 2022-10-10 Qu Wenruo New
[18/18] btrfs: avoid unnecessary resolution of indirect backrefs during fiemap btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[17/18] btrfs: avoid duplicated resolution of indirect backrefs during fiemap btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[16/18] btrfs: move up backref sharedness cache store and lookup functions btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[15/18] btrfs: cache sharedness of the last few data extents during fiemap btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[14/18] btrfs: remove useless logic when finding parent nodes btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[13/18] btrfs: remove roots ulist when checking data extent sharedness btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[12/18] btrfs: move ulists to data extent sharedness check context btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[11/18] btrfs: turn the backref sharedness check cache into a context object btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[10/18] btrfs: directly pass the inode to btrfs_is_data_extent_shared() btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[09/18] btrfs: remove checks for a 0 inode number during backref walking btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[08/18] btrfs: remove checks for a root with id 0 during backref walking btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[07/18] btrfs: drop redundant bflags initialization when allocating extent buffer btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[06/18] btrfs: drop pointless memset when cloning extent buffer btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[05/18] btrfs: skip unnecessary delalloc search during fiemap and lseek btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[04/18] btrfs: skip unnecessary extent map searches during fiemap and lseek btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[03/18] btrfs: get the next extent map during fiemap/lseek more efficiently btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[02/18] btrfs: ignore fiemap path cache if we have multiple leaves for a data extent btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
[01/18] btrfs: fix processing of delayed tree block refs during backref walking btrfs: fixes, cleanups and optimizations around fiemap - - - --- 2022-10-10 Filipe Manana New
btrfs-progs: add extent-tree-v2 support to dump-super btrfs-progs: add extent-tree-v2 support to dump-super - - - --- 2022-10-08 Anand Jain New
btrfs send/receive not always sharing extents btrfs send/receive not always sharing extents - - - --- 2022-10-08 Glenn Washburn New
[RESEND] btrfs: adjust error jump position [RESEND] btrfs: adjust error jump position - - - --- 2022-10-08 Hao Peng New
btrfs: send: update command for protocol version check btrfs: send: update command for protocol version check - 1 - --- 2022-10-07 David Sterba New
[3/3] fstests: add fiemap group fstests: add a btrfs fiemap test and fiemap test group - 2 - --- 2022-10-07 Filipe Manana New
[2/3] fstests: add missing require of xfs_io fiemap command to some tests fstests: add a btrfs fiemap test and fiemap test group - 2 - --- 2022-10-07 Filipe Manana New
[1/3] btrfs: test fiemap on large file with extents shared through a snapshot fstests: add a btrfs fiemap test and fiemap test group - 1 - --- 2022-10-07 Filipe Manana New
[2/2] btrfs-progs: mkfs: fix a stack over-flow when features string are too long btrfs-progs: mkfs: extent-tree-v2 related fixes - 1 1 --- 2022-10-07 Qu Wenruo New
[1/2] btrfs-progs: mkfs: fix a crash when enabling extent-tree-v2 btrfs-progs: mkfs: extent-tree-v2 related fixes - 1 1 --- 2022-10-07 Qu Wenruo New
[5/5] btrfs: load block group size class when caching btrfs: data block group size classes - - - --- 2022-10-05 Boris Burkov New
[4/5] btrfs: introduce size class to block group allocator btrfs: data block group size classes - - - --- 2022-10-05 Boris Burkov New
« 1 2 ... 60 61 62411 412 »