| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: hold on to less memory when logging checksums during full fsync | Filipe Manana | 2022-03-14 | 1 | -17/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: stop copying old file extents when doing a full fsync | Filipe Manana | 2022-03-14 | 2 | -73/+148 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: do not clean up repair bio if submit fails | Josef Bacik | 2022-03-14 | 1 | -8/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: do not try to repair bio that has no mirror set | Josef Bacik | 2022-03-14 | 1 | -0/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: do not double complete bio on errors during compressed reads | Josef Bacik | 2022-03-14 | 2 | -7/+21 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: track compressed bio errors as blk_status_t | Josef Bacik | 2022-03-14 | 2 | -12/+14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: remove the bio argument from finish_compressed_bio_read | Josef Bacik | 2022-03-14 | 1 | -5/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: check correct bio in finish_compressed_bio_read | Josef Bacik | 2022-03-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: handle csum lookup errors properly on reads | Josef Bacik | 2022-03-14 | 1 | -14/+22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: make search_csum_tree return 0 if we get -EFBIG | Josef Bacik | 2022-03-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: add BTRFS_IOC_ENCODED_WRITE | Omar Sandoval | 2022-03-14 | 8 | -20/+433 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: add BTRFS_IOC_ENCODED_READ ioctl | Omar Sandoval | 2022-03-14 | 3 | -0/+608 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: optionally extend i_size in cow_file_range_inline() | Omar Sandoval | 2022-03-14 | 1 | -13/+20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: clean up cow_file_range_inline() | Omar Sandoval | 2022-03-14 | 1 | -50/+37 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: support different disk extent size for delalloc | Omar Sandoval | 2022-03-14 | 5 | -13/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: add ram_bytes and offset to btrfs_ordered_extent | Omar Sandoval | 2022-03-14 | 3 | -117/+83 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio() | Omar Sandoval | 2022-03-14 | 4 | -26/+23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | fs: export variant of generic_write_checks without iov_iter | Omar Sandoval | 2022-03-14 | 1 | -13/+20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | fs: export rw_verify_area() | Omar Sandoval | 2022-03-14 | 2 | -5/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: qgroup: remove outdated TODO comments | Sidong Yang | 2022-03-14 | 1 | -12/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: qgroup: remove duplicated check in adding qgroup relations | Sidong Yang | 2022-03-14 | 1 | -9/+32 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: add lzo workspace buffer length constants | Dāvis Mosāns | 2022-03-14 | 1 | -4/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: populate extent_map::generation when reading from disk | Qu Wenruo | 2022-03-14 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: assert we have a write lock when removing and replacing extent maps | Filipe Manana | 2022-03-14 | 2 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: remove no longer used counter when reading data page | Filipe Manana | 2022-03-14 | 1 | -4/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: fix lost error return value when reading a data page | Filipe Manana | 2022-03-14 | 2 | -2/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: stop checking for NULL return from btrfs_get_extent() | Filipe Manana | 2022-03-14 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: prepare extents to be logged before locking a log tree path | Filipe Manana | 2022-03-14 | 1 | -37/+27 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: remove useless path release in the fast fsync path | Filipe Manana | 2022-03-14 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: remove constraint on number of visited leaves when replacing extents | Filipe Manana | 2022-03-14 | 1 | -4/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: avoid unnecessary computation when deleting items from a leaf | Filipe Manana | 2022-03-14 | 1 | -9/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: avoid unnecessary COW of leaves when deleting items from a leaf | Filipe Manana | 2022-03-14 | 1 | -6/+32 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: remove unnecessary leaf free space checks when pushing items | Filipe Manana | 2022-03-14 | 1 | -12/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: stop checking for NULL return from btrfs_get_extent_fiemap() | Johannes Thumshirn | 2022-03-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: zoned: remove redundant assignment in btrfs_check_zoned_mode | Pankaj Raghav | 2022-03-14 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: replace BUILD_BUG_ON by static_assert | David Sterba | 2022-03-14 | 5 | -31/+25 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: zoned: allow DUP on meta-data block groups | Johannes Thumshirn | 2022-03-14 | 1 | -0/+36 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: zoned: prepare for allowing DUP on zoned | Johannes Thumshirn | 2022-03-14 | 1 | -9/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: zoned: make zone finishing multi stripe capable | Johannes Thumshirn | 2022-03-14 | 1 | -22/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: zoned: make zone activation multi stripe capable | Johannes Thumshirn | 2022-03-14 | 1 | -26/+31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: add support for multiple global roots | Josef Bacik | 2022-03-14 | 7 | -13/+106 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: add code to support the block group root | Josef Bacik | 2022-03-14 | 4 | -8/+71 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: abstract out loading the tree root | Josef Bacik | 2022-03-14 | 1 | -35/+46 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: tree-checker: don't fail on empty extent roots for extent tree v2 | Josef Bacik | 2022-03-14 | 1 | -1/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: disable space cache related mount options for extent tree v2 | Josef Bacik | 2022-03-14 | 1 | -0/+20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: disable snapshot creation/deletion for extent tree v2 | Josef Bacik | 2022-03-14 | 2 | -2/+23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: disable scrub for extent-tree-v2 | Josef Bacik | 2022-03-14 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: disable qgroups in extent tree v2 | Josef Bacik | 2022-03-14 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: disable device manipulation ioctl's EXTENT_TREE_V2 | Josef Bacik | 2022-03-14 | 2 | -0/+15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | btrfs: disable balance for extent tree v2 for now | Josef Bacik | 2022-03-14 | 1 | -0/+6 | |
