aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-11-18btrfs: drop bdev argument from submit_extent_pageDavid Sterba1-8/+3
2019-11-18btrfs: remove extent_map::bdevDavid Sterba8-31/+2
2019-11-18btrfs: drop bio_set_dev where not neededDavid Sterba2-11/+0
2019-11-18btrfs: get bdev directly from fs_devices in submit_extent_pageDavid Sterba1-1/+4
2019-11-18btrfs: record all roots for rename exchange on a subvolJosef Bacik1-0/+3
2019-11-18Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana3-45/+2
2019-11-18btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo4-20/+54
2019-11-18btrfs: change btrfs_fs_devices::rotating to boolJohannes Thumshirn2-4/+4
2019-11-18btrfs: change btrfs_fs_devices::seeding to boolJohannes Thumshirn2-5/+5
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba25-281/+266
2019-11-18btrfs: block-group: Reuse the item key from caller of read_one_block_group()Qu Wenruo1-9/+8
2019-11-18btrfs: block-group: Refactor btrfs_read_block_groups()Qu Wenruo1-111/+108
2019-11-18btrfs: document extent buffer lockingDavid Sterba1-14/+158
2019-11-18btrfs: access eb::blocking_writers according to ACCESS_ONCE policiesDavid Sterba1-11/+21
2019-11-18btrfs: set blocking_writers directly, no increment or decrementDavid Sterba1-2/+2
2019-11-18btrfs: merge blocking_writers branches in btrfs_tree_read_lockDavid Sterba1-13/+14
2019-11-18btrfs: drop incompat bit for raid1c34 after last block group is goneDavid Sterba1-9/+18
2019-11-18btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba3-1/+13
2019-11-18btrfs: add support for 4-copy replication (raid1c4)David Sterba4-2/+18
2019-11-18btrfs: add support for 3-copy replication (raid1c3)David Sterba4-4/+23
2019-11-18btrfs: sink write flags to cow_file_range_asyncDavid Sterba1-5/+3
2019-11-18btrfs: sink write_flags to __extent_writepage_ioDavid Sterba1-5/+3
2019-11-18Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana1-1/+24
2019-11-18Btrfs: send, allow clone operations within the same fileFilipe Manana1-5/+13
2019-11-18btrfs: Ensure we trim ranges across block group boundaryQu Wenruo2-12/+35
2019-11-18btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo1-1/+1
2019-11-18btrfs: tree-checker: Check item size before reading file extent typeQu Wenruo1-0/+11
2019-11-18btrfs: clean up locking name in scrub_enumerate_chunks()Dan Carpenter1-3/+3
2019-11-18btrfs: Streamline btrfs_fs_info::backup_root_index semanticsNikolay Borisov1-39/+12
2019-11-18btrfs: Rename find_oldest_super_backup to init_backup_root_slotNikolay Borisov1-6/+4
2019-11-18btrfs: Remove unused next_root_backup functionNikolay Borisov1-50/+0
2019-11-18btrfs: Don't use objectid_mutex during mountNikolay Borisov1-3/+4
2019-11-18btrfs: Factor out tree roots initialization during mountNikolay Borisov1-57/+85
2019-11-18btrfs: Add read_backup_rootNikolay Borisov1-0/+44
2019-11-18btrfs: Remove newest_gen argument from find_oldest_super_backupNikolay Borisov1-4/+2
2019-11-18btrfs: Cleanup and simplify find_newest_super_backupNikolay Borisov1-20/+11
2019-11-18Btrfs: remove unnecessary delalloc mutex for inodesFilipe Manana3-20/+5
2019-11-18Btrfs: remove wait queue from space_info structureFilipe Manana2-2/+0
2019-11-18btrfs: remove cached space_info in btrfs_statfs()Johannes Thumshirn1-2/+1
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba14-216/+202
2019-11-18btrfs: rename extent buffer block group item accessorsDavid Sterba2-6/+6
2019-11-18btrfs: rename block_group_item on-stack accessors to follow namingDavid Sterba3-17/+17
2019-11-18btrfs: remove embedded block_group_cache::itemDavid Sterba2-12/+5
2019-11-18btrfs: move block_group_item::flags to block groupDavid Sterba1-3/+3
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba10-31/+40
2019-11-18btrfs: Remove btrfs_bio::flags memberQu Wenruo1-1/+0
2019-11-18btrfs: add blake2b to checksumming algorithmsDavid Sterba3-0/+4
2019-11-18btrfs: add member for a specific checksum driverDavid Sterba3-3/+16
2019-11-18btrfs: sysfs: show used checksum driver per filesystemJohannes Thumshirn1-0/+15