summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: do not start relocation until in progress drops are doneJosef Bacik2022-03-087-1/+91
* btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana2022-03-081-0/+28
* btrfs: add missing run of delayed items after unlink during log replayFilipe Manana2022-03-081-0/+18
* btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang2022-03-081-1/+8
* btrfs: do not WARN_ON() if we have PageError setJosef Bacik2022-03-081-3/+13
* btrfs: subpage: fix a wrong check on subpage->writersQu Wenruo2022-03-081-1/+1
* btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval2022-03-081-1/+31
* btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana2022-03-081-12/+31
* btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW rangeFilipe Manana2022-03-081-64/+78
* btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo2022-03-083-0/+24
* btrfs: defrag: bring back the old file extent search behaviorQu Wenruo2022-03-081-4/+157
* btrfs: get rid of warning on transaction commit when using flushoncommitFilipe Manana2022-03-081-2/+10
* btrfs: reduce extent threshold for autodefragQu Wenruo2022-03-023-4/+17
* btrfs: autodefrag: only scan one inode onceQu Wenruo2022-03-021-62/+22
* btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...Qu Wenruo2022-03-021-9/+39
* btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns2022-03-021-0/+11
* btrfs: defrag: remove an ambiguous condition for rejectionQu Wenruo2022-03-021-4/+0
* btrfs: defrag: don't defrag extents which are already at max capacityQu Wenruo2022-03-021-0/+20
* btrfs: defrag: don't try to merge regular extents with preallocated extentsQu Wenruo2022-03-021-6/+11
* btrfs: tree-checker: check item_size for dev_itemSu Yue2022-03-021-0/+8
* btrfs: tree-checker: check item_size for inode_itemSu Yue2022-03-021-0/+7
* btrfs: defrag: don't try to defrag extents which are under writebackQu Wenruo2022-02-231-0/+4
* btrfs: send: in case of IO error log itDāvis Mosāns2022-02-231-0/+4
* btrfs: don't hold CPU for too long when defragging a fileQu Wenruo2022-02-231-0/+1
* btrfs: fix use of uninitialized variable at rm device ioctlTom Rix2022-02-081-1/+1
* btrfs: fix use-after-free after failure to create a snapshotFilipe Manana2022-02-083-4/+27
* btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki2022-02-081-2/+19
* btrfs: don't start transaction for scrub if the fs is mounted read-onlyQu Wenruo2022-02-081-0/+13
* fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein2022-02-011-4/+2
* btrfs: update writeback index when starting defragFilipe Manana2022-02-011-0/+9
* btrfs: add back missing dirty page rate limiting to defragFilipe Manana2022-02-011-0/+5
* btrfs: fix deadlock when reserving space during defragFilipe Manana2022-02-011-1/+30
* btrfs: defrag: properly update range->start for autodefragQu Wenruo2022-02-011-2/+16
* btrfs: defrag: fix wrong number of defragged sectorsQu Wenruo2022-02-011-3/+7
* btrfs: allow defrag to be interruptibleFilipe Manana2022-02-011-0/+5
* btrfs: fix too long loop when defragging a 1 byte fileFilipe Manana2022-02-011-6/+6
* btrfs: respect the max size in the header when activating swap fileFilipe Manana2022-01-271-0/+11
* btrfs: zoned: fix chunk allocation condition for zoned allocatorNaohiro Aota2022-01-273-18/+13
* btrfs: zoned: unset dedicated block group on allocation failureNaohiro Aota2022-01-271-4/+16
* btrfs: add extent allocator hook to decide to allocate chunk or notNaohiro Aota2022-01-271-0/+17
* btrfs: check the root node for uptodate before returning itJosef Bacik2022-01-271-4/+15
* btrfs: zoned: cache reported zone during mountNaohiro Aota2022-01-275-13/+87
* btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana2022-01-271-0/+19
* btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik2022-01-271-3/+11
* btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik2022-01-271-1/+6
* Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-1710-24/+54
|\
| * btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Shin'ichiro Kawasaki2021-12-151-2/+4
| * btrfs: fix warning when freeing leaf after subvolume creation failureFilipe Manana2021-12-151-3/+4
| * btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana2021-12-156-22/+31
| * btrfs: check WRITE_ERR when trying to read an extent bufferJosef Bacik2021-12-151-0/+8