summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix race between page release and a fast fsyncFilipe Manana2020-07-271-3/+13
* btrfs: open-code remount flag setting in btrfs_remountJohannes Thumshirn2020-07-271-8/+5
* btrfs: if we're restriping, use the target restripe profileJosef Bacik2020-07-271-5/+2
* btrfs: don't adjust bg flags and use default allocation profilesJosef Bacik2020-07-271-50/+2
* btrfs: fix lockdep splat from btrfs_dump_space_infoJosef Bacik2020-07-271-1/+1
* btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik2020-07-271-2/+2
* btrfs: open device without device_list_mutexJosef Bacik2020-07-271-3/+18
* btrfs: sysfs: use NOFS for device creationJosef Bacik2020-07-271-0/+3
* btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik2020-07-273-3/+6
* btrfs: document special case error codes for fs errorsJosef Bacik2020-07-271-0/+15
* btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik2020-07-271-1/+1
* btrfs: reduce contention on log trees when logging checksumsFilipe Manana2020-07-274-2/+46
* btrfs: remove done label in writepage_delallocNikolay Borisov2020-07-271-6/+2
* btrfs: add comments for btrfs_reserve_flush_enumQu Wenruo2020-07-271-2/+32
* btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo2020-07-272-3/+26
* btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Qu Wenruo2020-07-271-1/+8
* btrfs: relocation: allow signal to cancel balanceQu Wenruo2020-07-271-1/+2
* btrfs: raid56: remove out label in __raid56_parity_recoverNikolay Borisov2020-07-271-2/+2
* btrfs: add missing check for nocow and compression inode flagsDavid Sterba2020-07-271-8/+22
* btrfs: don't traverse into the seed devices in show_devnameAnand Jain2020-07-271-14/+7
* btrfs: qgroup: free per-trans reserved space when a subvolume gets droppedQu Wenruo2020-07-271-0/+8
* btrfs: ref-verify: fix memory leak in add_block_entryTom Rix2020-07-271-0/+2
* btrfs: prefetch chunk tree leaves at mountDavid Sterba2020-07-271-0/+27
* btrfs: add metadata_uuid to FS_INFO ioctlJohannes Thumshirn2020-07-271-0/+6
* btrfs: add filesystem generation to FS_INFO ioctlJohannes Thumshirn2020-07-271-0/+5
* btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlJohannes Thumshirn2020-07-271-3/+13
* btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo2020-07-275-62/+2
* btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo2020-07-273-8/+96
* btrfs: qgroup: allow to unreserve range without releasing other rangesQu Wenruo2020-07-271-15/+77
* btrfs: convert block group refcount to refcount_tJosef Bacik2020-07-272-6/+5
* btrfs: add multi-statement protection to btrfs_set/clear_and_info macrosMarcos Paulo de Souza2020-07-271-4/+4
* btrfs: remove fail label in check_compressed_csumNikolay Borisov2020-07-271-7/+2
* btrfs: raid56: don't opencode swap() in __raid_recover_end_ioNikolay Borisov2020-07-271-5/+2
* btrfs: raid56: use in_range where applicableNikolay Borisov2020-07-271-12/+5
* btrfs: raid56: assign bio in while() when using bio_list_popNikolay Borisov2020-07-271-25/+5
* btrfs: raid56: remove redundant device check in rbio_add_io_pageNikolay Borisov2020-07-271-4/+2
* btrfs: always initialize btrfs_bio::tgtdev_map/raid_map pointersNikolay Borisov2020-07-271-20/+11
* btrfs: sysfs: add bdi link to the fsid directoryNikolay Borisov2020-07-271-2/+10
* btrfs: increment corrupt device counter during compressed readNikolay Borisov2020-07-271-3/+7
* btrfs: remove needless ASSERT check of orig_bio in end_compressed_bio_readNikolay Borisov2020-07-271-1/+0
* btrfs: increment device corruption error in case of checksum errorNikolay Borisov2020-07-271-0/+3
* btrfs: don't check for btrfs_device::bdev in btrfs_end_bioNikolay Borisov2020-07-271-8/+7
* btrfs: record btrfs_device directly in btrfs_io_bioNikolay Borisov2020-07-273-11/+6
* btrfs: streamline btrfs_get_io_failure_record logicNikolay Borisov2020-07-272-68/+63
* btrfs: make get_state_failrec return failrec directlyNikolay Borisov2020-07-272-13/+12
* btrfs: remove deprecated mount option subvolrootidDavid Sterba2020-07-271-6/+0
* btrfs: remove deprecated mount option alloc_startDavid Sterba2020-07-271-6/+0
* btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana2020-07-272-13/+1
* btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana2020-07-272-1/+1
* btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana2020-07-271-4/+5