Age | Commit message (Expand) | Author | Files | Lines |
2018-03-31 | btrfs: split dev-replace locking helpers for read and write | David Sterba | 1 | -7/+7 |
2018-03-31 | btrfs: use lockdep_assert_held for mutexes | David Sterba | 1 | -2/+2 |
2018-03-31 | btrfs: Remove unused length var from scrub_handle_errored_block | Nikolay Borisov | 1 | -2/+0 |
2018-03-31 | Btrfs: scrub: batch rebuild for raid56 | Liu Bo | 1 | -18/+61 |
2018-03-26 | Btrfs: dev-replace: make sure target is identical to source when raid56 rebui... | Liu Bo | 1 | -2/+11 |
2018-03-26 | Btrfs: dev-replace: skip prealloc extents when copy nocow pages | Liu Bo | 1 | -1/+2 |
2018-03-26 | btrfs: not a disk error if the bio_add_page fails | Anand Jain | 1 | -7/+4 |
2018-01-22 | btrfs: rename btrfs_device::scrub_device to scrub_ctx | Anand Jain | 1 | -7/+7 |
2018-01-22 | Btrfs: fix scrub to repair raid6 corruption | Liu Bo | 1 | -12/+32 |
2018-01-22 | btrfs: sink unlock_extent parameter gfp_flags | David Sterba | 1 | -2/+1 |
2018-01-22 | Btrfs: use struct completion in scrub_submit_raid56_bio_wait | Liu Bo | 1 | -17/+4 |
2018-01-22 | btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT | Anand Jain | 1 | -1/+1 |
2018-01-22 | btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING | Anand Jain | 1 | -3/+4 |
2018-01-22 | btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA | Anand Jain | 1 | -1/+2 |
2018-01-22 | btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE | Anand Jain | 1 | -1/+2 |
2017-11-01 | btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ... | Zygo Blaxell | 1 | -3/+3 |
2017-10-30 | btrfs: scrub: get rid of sector_t | David Sterba | 1 | -8/+8 |
2017-09-09 | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -25/+22 |
2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 1 | -6/+6 |
2017-08-21 | btrfs: scrub: simplify scrub worker initialization | David Sterba | 1 | -8/+2 |
2017-08-21 | btrfs: scrub: clean up division in scrub_find_csum | David Sterba | 1 | -1/+3 |
2017-08-21 | btrfs: scrub: clean up division in __scrub_mark_bitmap | David Sterba | 1 | -2/+6 |
2017-08-21 | btrfs: scrub: use bool for flush_all_writes | David Sterba | 1 | -10/+8 |
2017-08-18 | btrfs: use appropriate define for the fsid | Anand Jain | 1 | -1/+1 |
2017-08-16 | btrfs: account that we're waiting for IO in scrub_submit_raid56_bio_wait | David Sterba | 1 | -1/+1 |
2017-08-16 | btrfs: drop newlines from strings when using btrfs_* helpers | David Sterba | 1 | -2/+1 |
2017-07-06 | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -133/+78 |
2017-06-29 | btrfs: fix integer overflow in calc_reclaim_items_nr | Chris Mason | 1 | -1/+1 |
2017-06-29 | btrfs: scrub: fix target device intialization while setting up scrub context | David Sterba | 1 | -2/+2 |
2017-06-19 | btrfs: sink gfp parameter to btrfs_io_bio_alloc | David Sterba | 1 | -9/+7 |
2017-06-19 | btrfs: btrfs_io_bio_alloc never fails, skip error handling | David Sterba | 1 | -25/+0 |
2017-06-19 | btrfs: scrub: add memalloc_nofs protection around init_ipath | David Sterba | 1 | -0/+9 |
2017-06-19 | btrfs: scrub: embed scrub_wr_ctx into scrub context | David Sterba | 1 | -54/+49 |
2017-06-19 | btrfs: scrub: use fs_info::sectorsize and drop it from scrub context | David Sterba | 1 | -14/+10 |
2017-06-19 | btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctx | David Sterba | 1 | -5/+1 |
2017-06-19 | btrfs: scrub: inline helper scrub_free_wr_ctx | David Sterba | 1 | -10/+4 |
2017-06-19 | btrfs: scrub: inline helper scrub_setup_wr_ctx | David Sterba | 1 | -27/+9 |
2017-06-19 | btrfs: remove inode argument from repair_io_failure | Josef Bacik | 1 | -1/+1 |
2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 1 | -13/+13 |
2017-04-18 | btrfs: scrub: Fix RAID56 recovery race condition | Qu Wenruo | 1 | -0/+22 |
2017-04-18 | btrfs: scrub: Introduce full stripe lock for RAID56 | Qu Wenruo | 1 | -0/+223 |
2017-04-18 | Btrfs: switch to div64_u64 if with a u64 divisor | Liu Bo | 1 | -2/+2 |
2017-04-18 | Btrfs: update scrub_parity to use u64 stripe_len | Liu Bo | 1 | -4/+4 |
2017-04-18 | btrfs: use clear_page where appropriate | David Sterba | 1 | -1/+1 |
2017-04-18 | btrfs: Prevent scrub recheck from racing with dev replace | Qu Wenruo | 1 | -4/+9 |
2017-04-18 | btrfs: Wait for in-flight bios before freeing target device for raid56 | Qu Wenruo | 1 | -0/+5 |
2017-04-18 | btrfs: scrub: Don't append on-disk pages for raid56 scrub | Qu Wenruo | 1 | -4/+0 |
2017-04-18 | btrfs: drop redundant parameters from btrfs_map_sblock | David Sterba | 1 | -3/+3 |
2017-04-18 | Btrfs: set scrub page's io_error if failing to submit io | Liu Bo | 1 | -2/+6 |
2017-04-18 | btrfs: convert scrub_ctx.refs from atomic_t to refcount_t | Elena Reshetova | 1 | -5/+5 |