summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-02-28btrfs: print message when tree-log replay startsDavid Sterba
2020-02-28btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba
2020-02-28Btrfs: fix race between using extent maps and merging themFilipe Manana
2020-02-14btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik
2020-02-14Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-02-14btrfs: remove trivial locking wrappers of tree mod logDavid Sterba
2020-02-14btrfs: use bool argument in free_root_pointers()Anand Jain
2020-02-14Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana
2020-02-14btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik
2020-01-29Btrfs: fix hang when loading existing inode cache off diskFilipe Manana
2020-01-04Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2020-01-04btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2020-01-04btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
2020-01-04btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik
2020-01-04btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik
2020-01-04btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval
2020-01-04btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval
2020-01-04btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval
2020-01-04btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik
2020-01-04btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik
2020-01-04btrfs: skip log replay on orphaned rootsJosef Bacik
2019-12-21Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana
2019-12-21btrfs: record all roots for rename exchange on a subvolJosef Bacik
2019-12-21Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana
2019-12-21btrfs: Remove btrfs_bio::flags memberQu Wenruo
2019-12-21btrfs: check page->mapping when loading free space cacheJosef Bacik
2019-12-05btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik
2019-11-28btrfs: handle error of get_old_rootNikolay Borisov
2019-10-29btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo
2019-10-05Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana
2019-10-05btrfs: qgroup: Drop quota_root and fs_info parameters from update_qgroup_stat...Lu Fengqi
2019-10-05btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov
2019-10-05Btrfs: fix use-after-free when using the tree modification logFilipe Manana
2019-10-05btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo
2019-09-21Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana
2019-08-06Btrfs: fix incremental send failure after deduplicationFilipe Manana
2019-08-06btrfs: fix minimum number of chunk errors for DUPDavid Sterba
2019-08-04Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana
2019-07-10btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov
2019-07-10btrfs: start readahead also in seed devicesNaohiro Aota
2019-06-11Btrfs: fix race updating log root item during fsyncFilipe Manana
2019-05-31Revert "btrfs: Honour FITRIM range constraints during free space trim"David Sterba
2019-05-31btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding
2019-05-31Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana
2019-05-31Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana
2019-05-25btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov
2019-05-21Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana
2019-04-17Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana
2019-04-03btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi