summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-031-0/+2
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-07-311-0/+2
| |\
| | * fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney2020-06-291-0/+2
* | | Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-1/+1
|\ \ \
| * | | btrfs: flag files as supporting buffered async readsJens Axboe2020-06-211-1/+1
* | | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-23/+0
|\ \ \ \
| * | | | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-23/+0
| |/ / /
* | | | btrfs: do not set the full sync flag on the inode during page releaseFilipe Manana2020-07-271-2/+8
* | | | btrfs: release old extent maps during page releaseFilipe Manana2020-07-271-7/+24
* | | | 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