Show patches with: Submitter = Johannes Thumshirn       |    State = Action Required       |   234 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/6] btrfs: remove unused drop_on_err in btrfs_mkdir() btrfs: fix compiler warning with make W=1 - 1 - --- 2018-11-14 Johannes Thumshirn New
[2/6] btrfs: remove set but not used variable err in btrfs_add_link btrfs: fix compiler warning with make W=1 - - - --- 2018-11-14 Johannes Thumshirn New
[3/6] btrfs: remove unused function btrfs_sysfs_feature_update() btrfs: fix compiler warning with make W=1 - 1 - --- 2018-11-14 Johannes Thumshirn New
[4/6] btrfs: remove unused variable tree in bio_readpage_error() btrfs: fix compiler warning with make W=1 - 1 - --- 2018-11-14 Johannes Thumshirn New
[5/6] btrfs: remove unused variable tree in end_compressed_bio_write() btrfs: fix compiler warning with make W=1 - 1 - --- 2018-11-14 Johannes Thumshirn New
[6/6] btrfs: unconditionally provide function prototypes from free-space-tree.h btrfs: fix compiler warning with make W=1 - - - --- 2018-11-14 Johannes Thumshirn New
[v2,1/5] btrfs: remove unused drop_on_err in btrfs_mkdir() btrfs: fix compiler warning with make W=1 - 3 - --- 2018-11-19 Johannes Thumshirn New
[v2,2/5] btrfs: remove set but not used variable err in btrfs_add_link btrfs: fix compiler warning with make W=1 - 2 - --- 2018-11-19 Johannes Thumshirn New
[v2,3/5] btrfs: remove unused function btrfs_sysfs_feature_update() btrfs: fix compiler warning with make W=1 - 3 - --- 2018-11-19 Johannes Thumshirn New
[v2,4/5] btrfs: introduce EXPORT_FOR_TESTS macro btrfs: fix compiler warning with make W=1 - 1 - --- 2018-11-19 Johannes Thumshirn New
[v2,5/5] btrfs: use EXPORT_FOR_TESTS for conditionally shared functions btrfs: fix compiler warning with make W=1 - 1 - --- 2018-11-19 Johannes Thumshirn New
btrfs: improve error handling of btrfs_add_link() btrfs: improve error handling of btrfs_add_link() - - - --- 2018-11-22 Johannes Thumshirn New
btrfs: remove btrfs_bio_end_io_t btrfs: remove btrfs_bio_end_io_t - 1 - --- 2018-11-23 Johannes Thumshirn New
[v2] btrfs: improve error handling of btrfs_add_link() [v2] btrfs: improve error handling of btrfs_add_link() - - - --- 2018-11-23 Johannes Thumshirn New
[1/3] btrfs: don't initialize 'offset' in map_private_extent_buffer() Misc cosmetic changes for map_private_extent_buffer - 1 - --- 2018-11-27 Johannes Thumshirn New
[2/3] btrfs: use offset_in_page for start_offset in map_private_extent_buffer() Misc cosmetic changes for map_private_extent_buffer - 1 - --- 2018-11-27 Johannes Thumshirn New
[3/3] btrfs: document extent mapping assumptions in checksum Misc cosmetic changes for map_private_extent_buffer - 1 - --- 2018-11-27 Johannes Thumshirn New
[v2,1/3] btrfs: don't initialize 'offset' in map_private_extent_buffer() Misc cosmetic changes for map_private_extent_buffer - 1 - --- 2018-11-28 Johannes Thumshirn New
[v2,2/3] btrfs: use offset_in_page for start_offset in map_private_extent_buffer() Misc cosmetic changes for map_private_extent_buffer - 1 - --- 2018-11-28 Johannes Thumshirn New
[v2,3/3] btrfs: document extent mapping assumptions in checksum Misc cosmetic changes for map_private_extent_buffer - 1 - --- 2018-11-28 Johannes Thumshirn New
[1/3] btrfs: use offset_in_page instead of open-coding it btrfs: use offset_in_page and PAGE_ALIGNED - 1 - --- 2018-12-05 Johannes Thumshirn New
[2/3] btrfs: use PAGE_ALIGNED instead of open-coding it btrfs: use offset_in_page and PAGE_ALIGNED - 1 - --- 2018-12-05 Johannes Thumshirn New
[RFC,3/3] coccinelle: api: add offset_in_page.cocci btrfs: use offset_in_page and PAGE_ALIGNED - - - --- 2018-12-05 Johannes Thumshirn New
[v3] btrfs: improve error handling of btrfs_add_link() [v3] btrfs: improve error handling of btrfs_add_link() - - - --- 2018-12-11 Johannes Thumshirn New
[v4] btrfs: improve error handling of btrfs_add_link() [v4] btrfs: improve error handling of btrfs_add_link() - 1 - --- 2018-12-12 Johannes Thumshirn New
btrfs-progs: provide etags make target btrfs-progs: provide etags make target - - - --- 2019-01-11 Johannes Thumshirn New
btrfs: ensure that a DUP block group has exactly two stripes btrfs: ensure that a DUP block group has exactly two stripes - 2 - --- 2019-02-13 Johannes Thumshirn New
[v2] btrfs: ensure that a DUP or RAID1 block group has exactly two stripes [v2] btrfs: ensure that a DUP or RAID1 block group has exactly two stripes - 2 - --- 2019-02-18 Johannes Thumshirn New
[v2.1] btrfs: ensure that a DUP or RAID1 block group has exactly two stripes [v2.1] btrfs: ensure that a DUP or RAID1 block group has exactly two stripes - 2 - --- 2019-02-18 Johannes Thumshirn New
btrfs: factor our read/write stage off csum_tree_block() into its callers btrfs: factor our read/write stage off csum_tree_block() into its callers - 2 - --- 2019-02-19 Johannes Thumshirn New
[v2] btrfs: factor our read/write stage off csum_tree_block() into its callers [v2] btrfs: factor our read/write stage off csum_tree_block() into its callers - 2 - --- 2019-02-19 Johannes Thumshirn New
[v3] btrfs: factor our read/write stage off csum_tree_block() into its callers [v3] btrfs: factor our read/write stage off csum_tree_block() into its callers - 2 - --- 2019-02-19 Johannes Thumshirn New
[v4,1/2] btrfs: factor our read/write stage off csum_tree_block() into its callers [v4,1/2] btrfs: factor our read/write stage off csum_tree_block() into its callers - 2 - --- 2019-02-25 Johannes Thumshirn New
[2/2] btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_block [v4,1/2] btrfs: factor our read/write stage off csum_tree_block() into its callers - 1 - --- 2019-02-25 Johannes Thumshirn New
[RFC,1/2] btrfs-progs: add 'btrfs inspect-internal csum-dump' command btrfs-progs: provide command to dump checksums - - - --- 2019-02-28 Johannes Thumshirn New
[RFC,2/2] btrfs-progs: completion: wire-up dump-csum btrfs-progs: provide command to dump checksums - - - --- 2019-02-28 Johannes Thumshirn New
btrfs: reduce kmap_atomic time for checksumming btrfs: reduce kmap_atomic time for checksumming - 1 - --- 2019-03-07 Johannes Thumshirn New
[1/2] btrfs-progs: add 'btrfs inspect-internal csum-dump' command btrfs-progs: provide command to dump checksums - 1 - --- 2019-04-08 Johannes Thumshirn New
[2/2] btrfs-progs: completion: wire-up dump-csum btrfs-progs: provide command to dump checksums - - - --- 2019-04-08 Johannes Thumshirn New
btrfs: simplify read_extent_buffer_pages a bit btrfs: simplify read_extent_buffer_pages a bit - - - --- 2019-04-11 Johannes Thumshirn New
[v2,1/3] btrfs-progs: factor out super_block reading from load_and_dump_sb btrfs-progs: provide command to dump checksums - - - --- 2019-04-24 Johannes Thumshirn New
[v2,2/3] btrfs-progs: add 'btrfs inspect-internal csum-dump' command btrfs-progs: provide command to dump checksums - - - --- 2019-04-24 Johannes Thumshirn New
[v2,3/3] btrfs-progs: completion: wire-up dump-csum btrfs-progs: provide command to dump checksums - - - --- 2019-04-24 Johannes Thumshirn New
[01/17] btrfs: use btrfs_csum_data() instead of directly calling crc32c Add support for SHA-256 checksums - 1 - --- 2019-05-10 Johannes Thumshirn New
[02/17] btrfs: resurrect btrfs_crc32c() Add support for SHA-256 checksums - 1 - --- 2019-05-10 Johannes Thumshirn New
[03/17] btrfs: use btrfs_crc32c() instead of btrfs_extref_hash() Add support for SHA-256 checksums - - - --- 2019-05-10 Johannes Thumshirn New
[04/17] btrfs: use btrfs_crc32c() instead of btrfs_name_hash() Add support for SHA-256 checksums - - - --- 2019-05-10 Johannes Thumshirn New
[05/17] btrfs: don't assume ordered sums to be 4 bytes Add support for SHA-256 checksums - - - --- 2019-05-10 Johannes Thumshirn New
[06/17] btrfs: dont assume compressed_bio sums to be 4 bytes Add support for SHA-256 checksums - - - --- 2019-05-10 Johannes Thumshirn New
[07/17] btrfs: use btrfs_crc32c{,_final}() in for free space cache Add support for SHA-256 checksums - 1 - --- 2019-05-10 Johannes Thumshirn New
[08/17] btrfs: format checksums according to type for printing Add support for SHA-256 checksums - 1 - --- 2019-05-10 Johannes Thumshirn New
[09/17] btrfs: add common checksum type validation Add support for SHA-256 checksums - 1 - --- 2019-05-10 Johannes Thumshirn New
[10/17] btrfs: check for supported superblock checksum type before checksum validation Add support for SHA-256 checksums - - - --- 2019-05-10 Johannes Thumshirn New
[11/17] btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions Add support for SHA-256 checksums - 1 - --- 2019-05-10 Johannes Thumshirn New
[12/17] btrfs: add boilerplate code for directly including the crypto framework Add support for SHA-256 checksums - 1 - --- 2019-05-10 Johannes Thumshirn New
[13/17] btrfs: pass in an fs_info to btrfs_csum_{data,final}() Add support for SHA-256 checksums - - - --- 2019-05-10 Johannes Thumshirn New
[14/17] btrfs: directly call into crypto framework for checsumming Add support for SHA-256 checksums - - - --- 2019-05-10 Johannes Thumshirn New
[15/17] btrfs: remove assumption about csum type form btrfs_csum_{data,final}() Add support for SHA-256 checksums - - - --- 2019-05-10 Johannes Thumshirn New
[16/17] btrfs: remove assumption about csum type form btrfs_print_data_csum_error() Add support for SHA-256 checksums - - - --- 2019-05-10 Johannes Thumshirn New
[17/17] btrfs: add sha256 as another checksum algorithm Add support for SHA-256 checksums - 1 - --- 2019-05-10 Johannes Thumshirn New
[v3,1/3] btrfs-progs: factor out super_block reading from load_and_dump_sb btrfs-progs: provide command to dump checksums - - - --- 2019-05-14 Johannes Thumshirn New
[v3,2/3] btrfs-progs: add 'btrfs inspect-internal csum-dump' command btrfs-progs: provide command to dump checksums - - - --- 2019-05-14 Johannes Thumshirn New
[v3,3/3] btrfs-progs: completion: wire-up dump-csum btrfs-progs: provide command to dump checksums - - - --- 2019-05-14 Johannes Thumshirn New
[v3.1,1/3] btrfs-progs: factor out super_block reading from load_and_dump_sb [v3.1,1/3] btrfs-progs: factor out super_block reading from load_and_dump_sb - 1 - --- 2019-05-14 Johannes Thumshirn New
[v2,01/13] btrfs: use btrfs_csum_data() instead of directly calling crc32c Add support for SHA-256 checksums - 1 - --- 2019-05-16 Johannes Thumshirn New
[v2,02/13] btrfs: resurrect btrfs_crc32c() Add support for SHA-256 checksums - 1 - --- 2019-05-16 Johannes Thumshirn New
[v2,03/13] btrfs: use btrfs_crc32c{,_final}() in for free space cache Add support for SHA-256 checksums - 1 - --- 2019-05-16 Johannes Thumshirn New
[v2,04/13] btrfs: don't assume ordered sums to be 4 bytes Add support for SHA-256 checksums - 2 - --- 2019-05-16 Johannes Thumshirn New
[v2,05/13] btrfs: dont assume compressed_bio sums to be 4 bytes Add support for SHA-256 checksums - - - --- 2019-05-16 Johannes Thumshirn New
[v2,06/13] btrfs: format checksums according to type for printing Add support for SHA-256 checksums - 1 - --- 2019-05-16 Johannes Thumshirn New
[v2,07/13] btrfs: add common checksum type validation Add support for SHA-256 checksums - 2 - --- 2019-05-16 Johannes Thumshirn New
[v2,08/13] btrfs: check for supported superblock checksum type before checksum validation Add support for SHA-256 checksums - 1 - --- 2019-05-16 Johannes Thumshirn New
[v2,09/13] btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions Add support for SHA-256 checksums - 1 - --- 2019-05-16 Johannes Thumshirn New
[v2,10/13] btrfs: add boilerplate code for directly including the crypto framework Add support for SHA-256 checksums - 1 - --- 2019-05-16 Johannes Thumshirn New
[v2,11/13] btrfs: directly call into crypto framework for checsumming Add support for SHA-256 checksums - - - --- 2019-05-16 Johannes Thumshirn New
[v2,12/13] btrfs: remove assumption about csum type form btrfs_print_data_csum_error() Add support for SHA-256 checksums - 1 - --- 2019-05-16 Johannes Thumshirn New
[v2,13/13] btrfs: add sha256 as another checksum algorithm Add support for SHA-256 checksums - - - --- 2019-05-16 Johannes Thumshirn New
[v3,01/13] btrfs: use btrfs_csum_data() instead of directly calling crc32c Add support for other checksums - 1 - --- 2019-05-22 Johannes Thumshirn New
[v3,02/13] btrfs: resurrect btrfs_crc32c() Add support for other checksums - 1 - --- 2019-05-22 Johannes Thumshirn New
[v3,03/13] btrfs: use btrfs_crc32c{,_final}() in for free space cache Add support for other checksums - 1 - --- 2019-05-22 Johannes Thumshirn New
[v3,04/13] btrfs: don't assume ordered sums to be 4 bytes Add support for other checksums - 1 - --- 2019-05-22 Johannes Thumshirn New
[v3,05/13] btrfs: dont assume compressed_bio sums to be 4 bytes Add support for other checksums - - - --- 2019-05-22 Johannes Thumshirn New
[v3,06/13] btrfs: format checksums according to type for printing Add support for other checksums - 1 - --- 2019-05-22 Johannes Thumshirn New
[v3,07/13] btrfs: add common checksum type validation Add support for other checksums - 2 - --- 2019-05-22 Johannes Thumshirn New
[v3,08/13] btrfs: check for supported superblock checksum type before checksum validation Add support for other checksums - 1 - --- 2019-05-22 Johannes Thumshirn New
[v3,09/13] btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions Add support for other checksums - 1 - --- 2019-05-22 Johannes Thumshirn New
[v3,10/13] btrfs: add boilerplate code for directly including the crypto framework Add support for other checksums - 1 - --- 2019-05-22 Johannes Thumshirn New
[v3,11/13] btrfs: directly call into crypto framework for checsumming Add support for other checksums - - - --- 2019-05-22 Johannes Thumshirn New
[v3,12/13] btrfs: remove assumption about csum type form btrfs_print_data_csum_error() Add support for other checksums - 1 - --- 2019-05-22 Johannes Thumshirn New
[RFC,v3,13/13] btrfs: add sha256 as another checksum algorithm Add support for other checksums - - - --- 2019-05-22 Johannes Thumshirn New
[v4,01/13] btrfs: use btrfs_csum_data() instead of directly calling crc32c Add support for other checksums - 1 - --- 2019-06-03 Johannes Thumshirn New
[v4,02/13] btrfs: resurrect btrfs_crc32c() Add support for other checksums - 1 - --- 2019-06-03 Johannes Thumshirn New
[v4,03/13] btrfs: use btrfs_crc32c{,_final}() in for free space cache Add support for other checksums - 1 - --- 2019-06-03 Johannes Thumshirn New
[v4,04/13] btrfs: don't assume ordered sums to be 4 bytes Add support for other checksums - 1 - --- 2019-06-03 Johannes Thumshirn New
[v4,05/13] btrfs: dont assume compressed_bio sums to be 4 bytes Add support for other checksums - - - --- 2019-06-03 Johannes Thumshirn New
[v4,06/13] btrfs: format checksums according to type for printing Add support for other checksums - 1 - --- 2019-06-03 Johannes Thumshirn New
[v4,07/13] btrfs: add common checksum type validation Add support for other checksums - 2 - --- 2019-06-03 Johannes Thumshirn New
[v4,08/13] btrfs: check for supported superblock checksum type before checksum validation Add support for other checksums - 1 - --- 2019-06-03 Johannes Thumshirn New
[v4,09/13] btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions Add support for other checksums - 1 - --- 2019-06-03 Johannes Thumshirn New
[v4,10/13] btrfs: add boilerplate code for directly including the crypto framework Add support for other checksums - 2 - --- 2019-06-03 Johannes Thumshirn New
« 1 2 3 »