Age | Commit message (Expand) | Author | Files | Lines |
2022-01-07 | btrfs: scrub: cleanup the argument list of scrub_stripe() | Qu Wenruo | 1 | -32/+35 |
2022-01-07 | btrfs: scrub: cleanup the argument list of scrub_chunk() | Qu Wenruo | 1 | -19/+19 |
2022-01-07 | btrfs: remove reada infrastructure | Qu Wenruo | 1 | -36/+0 |
2022-01-07 | btrfs: scrub: use btrfs_path::reada for extent tree readahead | Qu Wenruo | 1 | -0/+1 |
2022-01-07 | btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity() | Qu Wenruo | 1 | -14/+16 |
2022-01-07 | btrfs: zoned: sink zone check into btrfs_repair_one_zone | Johannes Thumshirn | 1 | -2/+2 |
2022-01-07 | btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIO | Qu Wenruo | 1 | -20/+14 |
2022-01-07 | btrfs: update SCRUB_MAX_PAGES_PER_BLOCK | Qu Wenruo | 1 | -6/+5 |
2022-01-03 | btrfs: stop accessing ->csum_root directly | Josef Bacik | 1 | -2/+5 |
2022-01-03 | btrfs: stop accessing ->extent_root directly | Josef Bacik | 1 | -2/+4 |
2022-01-03 | btrfs: drop the _nr from the item helpers | Josef Bacik | 1 | -1/+1 |
2021-11-16 | btrfs: make 1-bit bit-fields of scrub_page unsigned int | Colin Ian King | 1 | -2/+2 |
2021-10-26 | btrfs: handle device lookup with btrfs_dev_lookup_args | Josef Bacik | 1 | -2/+4 |
2021-10-26 | btrfs: add a BTRFS_FS_ERROR helper | Josef Bacik | 1 | -1/+1 |
2021-10-26 | btrfs: remove btrfs_raid_bio::fs_info member | Qu Wenruo | 1 | -4/+4 |
2021-10-26 | btrfs: rename struct btrfs_io_bio to btrfs_bio | Qu Wenruo | 1 | -7/+7 |
2021-10-26 | btrfs: remove btrfs_bio_alloc() helper | Qu Wenruo | 1 | -2/+2 |
2021-10-26 | btrfs: rename btrfs_bio to btrfs_io_context | Qu Wenruo | 1 | -58/+57 |
2021-06-22 | btrfs: fix typos in comments | David Sterba | 1 | -1/+1 |
2021-06-21 | btrfs: scrub: fix subpage repair error caused by hard coded PAGE_SIZE | Qu Wenruo | 1 | -40/+42 |
2021-06-21 | btrfs: scrub: factor out common scrub_stripe constraints | David Sterba | 1 | -7/+2 |
2021-06-21 | btrfs: scrub: per-device bandwidth control | David Sterba | 1 | -0/+66 |
2021-04-20 | btrfs: zoned: fix unpaired block group unfreeze during device replace | Filipe Manana | 1 | -3/+2 |
2021-04-19 | btrfs: scrub: drop a few function declarations | Anand Jain | 1 | -8/+0 |
2021-03-12 | Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2021-03-11 | block: rename BIO_MAX_PAGES to BIO_MAX_VECS | Christoph Hellwig | 1 | -1/+1 |
2021-03-01 | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+8 |
2021-02-22 | btrfs: fix race between writes to swap files and scrub | Filipe Manana | 1 | -1/+8 |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2021-02-09 | btrfs: zoned: relocate block group to repair IO failure in zoned filesystems | Naohiro Aota | 1 | -0/+3 |
2021-02-09 | btrfs: zoned: support dev-replace in zoned filesystems | Naohiro Aota | 1 | -0/+40 |
2021-02-09 | btrfs: zoned: implement copying for zoned device-replace | Naohiro Aota | 1 | -0/+84 |
2021-02-09 | btrfs: zoned: mark block groups to copy for device-replace | Naohiro Aota | 1 | -0/+16 |
2021-01-24 | block: store a block_device pointer in struct bio | Christoph Hellwig | 1 | -1/+1 |
2020-12-09 | btrfs: scrub: allow scrub to work with subpage sectorsize | Qu Wenruo | 1 | -8/+0 |
2020-12-09 | btrfs: scrub: support subpage data scrub | Qu Wenruo | 1 | -3/+7 |
2020-12-09 | btrfs: scrub: support subpage tree block scrub | Qu Wenruo | 1 | -4/+14 |
2020-12-09 | btrfs: scrub: always allocate one full page for one sector for RAID56 | Qu Wenruo | 1 | -5/+16 |
2020-12-09 | btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bits | Qu Wenruo | 1 | -23/+31 |
2020-12-09 | btrfs: implement log-structured superblock for ZONED mode | Naohiro Aota | 1 | -0/+3 |
2020-12-08 | btrfs: scrub: remove the anonymous structure from scrub_page | Qu Wenruo | 1 | -5/+3 |
2020-12-08 | btrfs: remove unused argument seed from btrfs_find_device | Anand Jain | 1 | -2/+2 |
2020-12-08 | btrfs: scrub: refactor scrub_find_csum() | Qu Wenruo | 1 | -20/+47 |
2020-12-08 | btrfs: scrub: remove the force parameter from scrub_pages | Qu Wenruo | 1 | -5/+5 |
2020-12-08 | btrfs: scrub: distinguish scrub page from regular page | Qu Wenruo | 1 | -51/+51 |
2020-12-08 | btrfs: scrub: remove local copy of csum_size from context | David Sterba | 1 | -10/+9 |
2020-12-08 | btrfs: use cached value of fs_info::csum_size everywhere | David Sterba | 1 | -1/+1 |
2020-12-08 | btrfs: use precalculated sectorsize_bits from fs_info | David Sterba | 1 | -6/+6 |
2020-12-08 | btrfs: do not start readahead for csum tree when scrubbing non-data block groups | Filipe Manana | 1 | -8/+12 |
2020-11-05 | btrfs: scrub: update message regarding read-only status | David Sterba | 1 | -2/+3 |