summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota1-0/+2
2022-04-20btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai1-2/+3
2022-04-20btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik1-1/+0
2022-04-20btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong1-2/+11
2022-04-20btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota1-3/+3
2022-04-20btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor1-4/+0
2022-04-20btrfs: remove no longer used counter when reading data pageFilipe Manana1-4/+1
2022-04-20btrfs: remove unused parameter nr_pages in add_ra_bio_pages()Qu Wenruo1-2/+0
2022-04-13btrfs: prevent subvol with swapfile from being deletedKaiwen Hu1-0/+22
2022-04-13btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien1-1/+1
2022-04-08btrfs: make search_csum_tree return 0 if we get -EFBIGJosef Bacik1-1/+1
2022-04-08btrfs: harden identification of a stale deviceAnand Jain1-7/+38
2022-04-08btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana1-2/+5
2022-04-08btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo1-6/+20
2022-04-08btrfs: extend locking to all space_info members accessesNiels Dossche1-1/+2
2022-04-08btrfs: zoned: mark relocation as writingNaohiro Aota2-1/+10
2022-03-23btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana3-2/+54
2022-03-16btrfs: make send work with concurrent block group relocationFilipe Manana7-104/+395
2022-03-08btrfs: do not start relocation until in progress drops are doneJosef Bacik7-1/+91
2022-03-08btrfs: add missing run of delayed items after unlink during log replayFilipe Manana1-0/+18
2022-03-08btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang1-1/+8
2022-03-08btrfs: do not WARN_ON() if we have PageError setJosef Bacik1-3/+13
2022-03-08btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval1-1/+31
2022-03-08btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana1-12/+31
2022-03-08btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW rangeFilipe Manana1-64/+78
2022-03-08btrfs: get rid of warning on transaction commit when using flushoncommitFilipe Manana1-2/+10
2022-03-02btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns1-0/+11
2022-03-02btrfs: tree-checker: check item_size for dev_itemSu Yue1-0/+8
2022-03-02btrfs: tree-checker: check item_size for inode_itemSu Yue1-0/+7
2022-02-23btrfs: send: in case of IO error log itDāvis Mosāns1-0/+4
2022-02-23btrfs: zoned: cache reported zone during mountNaohiro Aota5-12/+87
2022-02-08btrfs: fix use-after-free after failure to create a snapshotFilipe Manana3-4/+27
2022-02-08btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki1-2/+19
2022-02-08btrfs: don't start transaction for scrub if the fs is mounted read-onlyQu Wenruo1-0/+13
2022-02-01fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein1-4/+2
2022-01-27btrfs: respect the max size in the header when activating swap fileFilipe Manana1-0/+11
2022-01-27btrfs: check the root node for uptodate before returning itJosef Bacik1-4/+15
2022-01-27btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana1-0/+19
2022-01-27btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik1-3/+11
2022-01-27btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik1-1/+6
2021-12-22btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Shin'ichiro Kawasaki1-2/+4
2021-12-22btrfs: check WRITE_ERR when trying to read an extent bufferJosef Bacik1-0/+8
2021-12-22btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana1-0/+8
2021-12-22btrfs: fix memory leak in __add_inode_ref()Jianglei Nie1-0/+1
2021-12-22btrfs: remove stale comment about the btrfs_show_devnameAnand Jain1-7/+0
2021-12-22btrfs: update latest_dev when we create a sprout deviceAnand Jain1-0/+2
2021-12-22btrfs: use latest_dev in btrfs_show_devnameAnand Jain1-19/+5
2021-12-22btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain6-12/+16
2021-12-14btrfs: free exchange changeset on failuresJohannes Thumshirn1-3/+9
2021-12-14btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo1-1/+2