aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-11-18btrfs: drop bdev argument from submit_extent_pageGravatar David Sterba 1-8/+3
2019-11-18btrfs: remove extent_map::bdevGravatar David Sterba 8-31/+2
2019-11-18btrfs: drop bio_set_dev where not neededGravatar David Sterba 2-11/+0
2019-11-18btrfs: get bdev directly from fs_devices in submit_extent_pageGravatar David Sterba 1-1/+4
2019-11-18btrfs: record all roots for rename exchange on a subvolGravatar Josef Bacik 1-0/+3
2019-11-18Btrfs: fix block group remaining RO forever after error during device replaceGravatar Filipe Manana 3-45/+2
2019-11-18btrfs: scrub: Don't check free space before marking a block group ROGravatar Qu Wenruo 4-20/+54
2019-11-18btrfs: change btrfs_fs_devices::rotating to boolGravatar Johannes Thumshirn 2-4/+4
2019-11-18btrfs: change btrfs_fs_devices::seeding to boolGravatar Johannes Thumshirn 2-5/+5
2019-11-18btrfs: rename btrfs_block_group_cacheGravatar David Sterba 25-281/+266
2019-11-18btrfs: block-group: Reuse the item key from caller of read_one_block_group()Gravatar Qu Wenruo 1-9/+8
2019-11-18btrfs: block-group: Refactor btrfs_read_block_groups()Gravatar Qu Wenruo 1-111/+108
2019-11-18btrfs: document extent buffer lockingGravatar David Sterba 1-14/+158
2019-11-18btrfs: access eb::blocking_writers according to ACCESS_ONCE policiesGravatar David Sterba 1-11/+21
2019-11-18btrfs: set blocking_writers directly, no increment or decrementGravatar David Sterba 1-2/+2
2019-11-18btrfs: merge blocking_writers branches in btrfs_tree_read_lockGravatar David Sterba 1-13/+14
2019-11-18btrfs: drop incompat bit for raid1c34 after last block group is goneGravatar David Sterba 1-9/+18
2019-11-18btrfs: add incompat for raid1 with 3, 4 copiesGravatar David Sterba 3-1/+13
2019-11-18btrfs: add support for 4-copy replication (raid1c4)Gravatar David Sterba 4-2/+18
2019-11-18btrfs: add support for 3-copy replication (raid1c3)Gravatar David Sterba 4-4/+23
2019-11-18btrfs: sink write flags to cow_file_range_asyncGravatar David Sterba 1-5/+3
2019-11-18btrfs: sink write_flags to __extent_writepage_ioGravatar David Sterba 1-5/+3
2019-11-18Btrfs: send, skip backreference walking for extents with many referencesGravatar Filipe Manana 1-1/+24
2019-11-18Btrfs: send, allow clone operations within the same fileGravatar Filipe Manana 1-5/+13
2019-11-18btrfs: Ensure we trim ranges across block group boundaryGravatar Qu Wenruo 2-12/+35
2019-11-18btrfs: volumes: Use more straightforward way to calculate map lengthGravatar Qu Wenruo 1-1/+1
2019-11-18btrfs: tree-checker: Check item size before reading file extent typeGravatar Qu Wenruo 1-0/+11
2019-11-18btrfs: clean up locking name in scrub_enumerate_chunks()Gravatar Dan Carpenter 1-3/+3
2019-11-18btrfs: Streamline btrfs_fs_info::backup_root_index semanticsGravatar Nikolay Borisov 1-39/+12
2019-11-18btrfs: Rename find_oldest_super_backup to init_backup_root_slotGravatar Nikolay Borisov 1-6/+4
2019-11-18btrfs: Remove unused next_root_backup functionGravatar Nikolay Borisov 1-50/+0
2019-11-18btrfs: Don't use objectid_mutex during mountGravatar Nikolay Borisov 1-3/+4
2019-11-18btrfs: Factor out tree roots initialization during mountGravatar Nikolay Borisov 1-57/+85
2019-11-18btrfs: Add read_backup_rootGravatar Nikolay Borisov 1-0/+44
2019-11-18btrfs: Remove newest_gen argument from find_oldest_super_backupGravatar Nikolay Borisov 1-4/+2
2019-11-18btrfs: Cleanup and simplify find_newest_super_backupGravatar Nikolay Borisov 1-20/+11
2019-11-18Btrfs: remove unnecessary delalloc mutex for inodesGravatar Filipe Manana 3-20/+5
2019-11-18Btrfs: remove wait queue from space_info structureGravatar Filipe Manana 2-2/+0
2019-11-18btrfs: remove cached space_info in btrfs_statfs()Gravatar Johannes Thumshirn 1-2/+1
2019-11-18btrfs: add dedicated members for start and length of a block groupGravatar David Sterba 14-216/+202
2019-11-18btrfs: rename extent buffer block group item accessorsGravatar David Sterba 2-6/+6
2019-11-18btrfs: rename block_group_item on-stack accessors to follow namingGravatar David Sterba 3-17/+17
2019-11-18btrfs: remove embedded block_group_cache::itemGravatar David Sterba 2-12/+5
2019-11-18btrfs: move block_group_item::flags to block groupGravatar David Sterba 1-3/+3
2019-11-18btrfs: move block_group_item::used to block groupGravatar David Sterba 10-31/+40
2019-11-18btrfs: Remove btrfs_bio::flags memberGravatar Qu Wenruo 1-1/+0
2019-11-18btrfs: add blake2b to checksumming algorithmsGravatar David Sterba 3-0/+4
2019-11-18btrfs: add member for a specific checksum driverGravatar David Sterba 3-3/+16
2019-11-18btrfs: sysfs: show used checksum driver per filesystemGravatar Johannes Thumshirn 1-0/+15