summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-08-139-25/+65
|\
| * btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo2020-08-123-0/+20
| * btrfs: fix return value mixup in btrfs_get_extentPavel Machek2020-08-111-1/+1
| * btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_del_qgroups()Qu Wenruo2020-08-101-3/+5
| * btrfs: check correct variable after allocation in btrfs_backref_iter_allocBoleyn Su2020-08-101-1/+1
| * btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik2020-08-101-0/+6
| * btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana2020-08-101-6/+2
| * btrfs: don't show full path of bind mounts in subvol=Josef Bacik2020-08-101-2/+8
| * btrfs: fix messages after changing compression level by remountDavid Sterba2020-08-101-5/+9
| * btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik2020-08-101-2/+2
| * btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo2020-08-101-5/+11
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-08-071-0/+1
|\ \
| * | iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-0/+1
* | | 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