aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-05-01btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana
2022-05-01btrfs: fix deadlock due to page faults during direct IO reads and writesFilipe Manana
2022-05-01iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher
2022-05-01iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2022-05-01gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota
2022-04-20btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai
2022-04-20btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik
2022-04-20btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-04-20btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota
2022-04-20btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor
2022-04-20btrfs: remove no longer used counter when reading data pageFilipe Manana
2022-04-20btrfs: remove unused parameter nr_pages in add_ra_bio_pages()Qu Wenruo
2022-04-13btrfs: prevent subvol with swapfile from being deletedKaiwen Hu
2022-04-13btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien
2022-04-08btrfs: make search_csum_tree return 0 if we get -EFBIGJosef Bacik
2022-04-08btrfs: harden identification of a stale deviceAnand Jain
2022-04-08btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana
2022-04-08btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo
2022-04-08btrfs: extend locking to all space_info members accessesNiels Dossche
2022-04-08btrfs: zoned: mark relocation as writingNaohiro Aota
2022-03-23btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana
2022-03-16btrfs: make send work with concurrent block group relocationFilipe Manana
2022-03-08btrfs: do not start relocation until in progress drops are doneJosef Bacik
2022-03-08btrfs: add missing run of delayed items after unlink during log replayFilipe Manana
2022-03-08btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang
2022-03-08btrfs: do not WARN_ON() if we have PageError setJosef Bacik
2022-03-08btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval
2022-03-08btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana
2022-03-08btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW rangeFilipe Manana
2022-03-08btrfs: get rid of warning on transaction commit when using flushoncommitFilipe Manana
2022-03-02btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns
2022-03-02btrfs: tree-checker: check item_size for dev_itemSu Yue
2022-03-02btrfs: tree-checker: check item_size for inode_itemSu Yue
2022-02-23btrfs: send: in case of IO error log itDāvis Mosāns
2022-02-23btrfs: zoned: cache reported zone during mountNaohiro Aota
2022-02-08btrfs: fix use-after-free after failure to create a snapshotFilipe Manana
2022-02-08btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki
2022-02-08btrfs: don't start transaction for scrub if the fs is mounted read-onlyQu Wenruo
2022-02-01fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein
2022-01-27btrfs: respect the max size in the header when activating swap fileFilipe Manana
2022-01-27btrfs: check the root node for uptodate before returning itJosef Bacik
2022-01-27btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana
2022-01-27btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik
2022-01-27btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik
2021-12-22btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Shin'ichiro Kawasaki
2021-12-22btrfs: check WRITE_ERR when trying to read an extent bufferJosef Bacik
2021-12-22btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana
2021-12-22btrfs: fix memory leak in __add_inode_ref()Jianglei Nie
2021-12-22btrfs: remove stale comment about the btrfs_show_devnameAnand Jain