summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-125-15/+29
|\
| * btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana2020-09-071-0/+1
| * btrfs: free data reloc tree on failed mountJosef Bacik2020-09-071-0/+2
| * btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2020-09-072-15/+16
| * btrfs: fix lockdep splat in add_missing_devJosef Bacik2020-09-071-0/+10
* | Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-0110-71/+113
|\|
| * btrfs: tree-checker: fix the error message for transid errorQu Wenruo2020-08-271-1/+1
| * btrfs: set the lockdep class for log tree extent buffersJosef Bacik2020-08-271-1/+5
| * btrfs: set the correct lockdep class for new nodesJosef Bacik2020-08-271-1/+1
| * btrfs: allocate scrub workqueues outside of locksJosef Bacik2020-08-271-52/+70
| * btrfs: fix potential deadlock in the search ioctlJosef Bacik2020-08-273-14/+27
| * btrfs: drop path before adding new uuid tree entryJosef Bacik2020-08-271-1/+2
| * btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza2020-08-272-1/+7
* | Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-249-31/+39
|\|
| * btrfs: detect nocow for swap after snapshot deleteBoris Burkov2020-08-214-16/+25
| * btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik2020-08-211-4/+6
| * btrfs: fix space cache memory leak after transaction abortFilipe Manana2020-08-192-1/+2
| * btrfs: use the correct const function attribute for btrfs_get_num_csumsDavid Sterba2020-08-192-2/+2
| * btrfs: reset compression level for lzo on remountMarcos Paulo de Souza2020-08-191-0/+1
| * btrfs: handle errors from async submissionJohannes Thumshirn2020-08-191-8/+3
* | 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