summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana2022-05-091-0/+1
* btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana2022-05-011-0/+28
* btrfs: fix deadlock due to page faults during direct IO reads and writesFilipe Manana2022-05-011-16/+123
* iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2022-05-011-2/+3
* iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2022-05-011-1/+1
* gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2022-05-011-3/+2
* btrfs: mark resumed async balance as writingNaohiro Aota2022-04-201-0/+2
* btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai2022-04-201-2/+3
* btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik2022-04-201-1/+0
* btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-04-201-2/+11
* btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota2022-04-201-3/+3
* btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor2022-04-201-4/+0
* btrfs: remove no longer used counter when reading data pageFilipe Manana2022-04-201-4/+1
* btrfs: remove unused parameter nr_pages in add_ra_bio_pages()Qu Wenruo2022-04-201-2/+0
* btrfs: prevent subvol with swapfile from being deletedKaiwen Hu2022-04-131-0/+22
* btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien2022-04-131-1/+1
* btrfs: make search_csum_tree return 0 if we get -EFBIGJosef Bacik2022-04-081-1/+1
* btrfs: harden identification of a stale deviceAnand Jain2022-04-081-7/+38
* btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana2022-04-081-2/+5
* btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo2022-04-081-6/+20
* btrfs: extend locking to all space_info members accessesNiels Dossche2022-04-081-1/+2
* btrfs: zoned: mark relocation as writingNaohiro Aota2022-04-082-1/+10
* btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana2022-03-233-2/+54
* btrfs: make send work with concurrent block group relocationFilipe Manana2022-03-167-104/+395
* btrfs: do not start relocation until in progress drops are doneJosef Bacik2022-03-087-1/+91
* 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: 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: get rid of warning on transaction commit when using flushoncommitFilipe Manana2022-03-081-2/+10
* btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns2022-03-021-0/+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: send: in case of IO error log itDāvis Mosāns2022-02-231-0/+4
* btrfs: zoned: cache reported zone during mountNaohiro Aota2022-02-235-12/+87
* 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: respect the max size in the header when activating swap fileFilipe Manana2022-01-271-0/+11
* btrfs: check the root node for uptodate before returning itJosef Bacik2022-01-271-4/+15
* 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
* btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Shin'ichiro Kawasaki2021-12-221-2/+4
* btrfs: check WRITE_ERR when trying to read an extent bufferJosef Bacik2021-12-221-0/+8
* btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana2021-12-221-0/+8
* btrfs: fix memory leak in __add_inode_ref()Jianglei Nie2021-12-221-0/+1