Age | Commit message (Expand) | Author | Files | Lines |
2019-12-02 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2019-11-19 | btrfs: drop bdev argument from submit_extent_page | David Sterba | 1 | -8/+3 |
2019-11-19 | btrfs: remove extent_map::bdev | David Sterba | 8 | -31/+2 |
2019-11-19 | btrfs: drop bio_set_dev where not needed | David Sterba | 2 | -11/+0 |
2019-11-19 | btrfs: get bdev directly from fs_devices in submit_extent_page | David Sterba | 1 | -1/+4 |
2019-11-18 | btrfs: record all roots for rename exchange on a subvol | Josef Bacik | 1 | -0/+3 |
2019-11-18 | Btrfs: fix block group remaining RO forever after error during device replace | Filipe Manana | 3 | -45/+2 |
2019-11-18 | btrfs: scrub: Don't check free space before marking a block group RO | Qu Wenruo | 4 | -20/+54 |
2019-11-18 | btrfs: change btrfs_fs_devices::rotating to bool | Johannes Thumshirn | 2 | -4/+4 |
2019-11-18 | btrfs: change btrfs_fs_devices::seeding to bool | Johannes Thumshirn | 2 | -5/+5 |
2019-11-18 | btrfs: rename btrfs_block_group_cache | David Sterba | 25 | -281/+266 |
2019-11-18 | btrfs: block-group: Reuse the item key from caller of read_one_block_group() | Qu Wenruo | 1 | -9/+8 |
2019-11-18 | btrfs: block-group: Refactor btrfs_read_block_groups() | Qu Wenruo | 1 | -111/+108 |
2019-11-18 | btrfs: document extent buffer locking | David Sterba | 1 | -14/+158 |
2019-11-18 | btrfs: access eb::blocking_writers according to ACCESS_ONCE policies | David Sterba | 1 | -11/+21 |
2019-11-18 | btrfs: set blocking_writers directly, no increment or decrement | David Sterba | 1 | -2/+2 |
2019-11-18 | btrfs: merge blocking_writers branches in btrfs_tree_read_lock | David Sterba | 1 | -13/+14 |
2019-11-18 | btrfs: drop incompat bit for raid1c34 after last block group is gone | David Sterba | 1 | -9/+18 |
2019-11-18 | btrfs: add incompat for raid1 with 3, 4 copies | David Sterba | 3 | -1/+13 |
2019-11-18 | btrfs: add support for 4-copy replication (raid1c4) | David Sterba | 4 | -2/+18 |
2019-11-18 | btrfs: add support for 3-copy replication (raid1c3) | David Sterba | 4 | -4/+23 |
2019-11-18 | btrfs: sink write flags to cow_file_range_async | David Sterba | 1 | -5/+3 |
2019-11-18 | btrfs: sink write_flags to __extent_writepage_io | David Sterba | 1 | -5/+3 |
2019-11-18 | Btrfs: send, skip backreference walking for extents with many references | Filipe Manana | 1 | -1/+24 |
2019-11-18 | Btrfs: send, allow clone operations within the same file | Filipe Manana | 1 | -5/+13 |
2019-11-18 | btrfs: Ensure we trim ranges across block group boundary | Qu Wenruo | 2 | -12/+35 |
2019-11-18 | btrfs: volumes: Use more straightforward way to calculate map length | Qu Wenruo | 1 | -1/+1 |
2019-11-18 | btrfs: tree-checker: Check item size before reading file extent type | Qu Wenruo | 1 | -0/+11 |
2019-11-18 | btrfs: clean up locking name in scrub_enumerate_chunks() | Dan Carpenter | 1 | -3/+3 |
2019-11-18 | btrfs: Streamline btrfs_fs_info::backup_root_index semantics | Nikolay Borisov | 1 | -39/+12 |
2019-11-18 | btrfs: Rename find_oldest_super_backup to init_backup_root_slot | Nikolay Borisov | 1 | -6/+4 |
2019-11-18 | btrfs: Remove unused next_root_backup function | Nikolay Borisov | 1 | -50/+0 |
2019-11-18 | btrfs: Don't use objectid_mutex during mount | Nikolay Borisov | 1 | -3/+4 |
2019-11-18 | btrfs: Factor out tree roots initialization during mount | Nikolay Borisov | 1 | -57/+85 |
2019-11-18 | btrfs: Add read_backup_root | Nikolay Borisov | 1 | -0/+44 |
2019-11-18 | btrfs: Remove newest_gen argument from find_oldest_super_backup | Nikolay Borisov | 1 | -4/+2 |
2019-11-18 | btrfs: Cleanup and simplify find_newest_super_backup | Nikolay Borisov | 1 | -20/+11 |
2019-11-18 | Btrfs: remove unnecessary delalloc mutex for inodes | Filipe Manana | 3 | -20/+5 |
2019-11-18 | Btrfs: remove wait queue from space_info structure | Filipe Manana | 2 | -2/+0 |
2019-11-18 | btrfs: remove cached space_info in btrfs_statfs() | Johannes Thumshirn | 1 | -2/+1 |
2019-11-18 | btrfs: add dedicated members for start and length of a block group | David Sterba | 14 | -216/+202 |
2019-11-18 | btrfs: rename extent buffer block group item accessors | David Sterba | 2 | -6/+6 |
2019-11-18 | btrfs: rename block_group_item on-stack accessors to follow naming | David Sterba | 3 | -17/+17 |
2019-11-18 | btrfs: remove embedded block_group_cache::item | David Sterba | 2 | -12/+5 |
2019-11-18 | btrfs: move block_group_item::flags to block group | David Sterba | 1 | -3/+3 |
2019-11-18 | btrfs: move block_group_item::used to block group | David Sterba | 10 | -31/+40 |
2019-11-18 | btrfs: Remove btrfs_bio::flags member | Qu Wenruo | 1 | -1/+0 |
2019-11-18 | btrfs: add blake2b to checksumming algorithms | David Sterba | 3 | -0/+4 |
2019-11-18 | btrfs: add member for a specific checksum driver | David Sterba | 3 | -3/+16 |
2019-11-18 | btrfs: sysfs: show used checksum driver per filesystem | Johannes Thumshirn | 1 | -0/+15 |