summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-01-17btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues1-2/+3
2019-12-31btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik1-2/+8
2019-12-31btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter3-7/+9
2019-12-31btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval1-2/+1
2019-12-31btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval1-6/+4
2019-12-31btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval1-12/+44
2019-12-31btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval1-1/+1
2019-12-31Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana1-1/+1
2019-12-31btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik1-0/+2
2019-12-31btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik1-0/+1
2019-12-31btrfs: skip log replay on orphaned rootsJosef Bacik1-2/+21
2019-12-31btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik1-2/+0
2019-12-31btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik1-6/+4
2019-12-17btrfs: record all roots for rename exchange on a subvolJosef Bacik1-0/+3
2019-12-17Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana1-1/+24
2019-12-17btrfs: Remove btrfs_bio::flags memberQu Wenruo1-1/+0
2019-12-17Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana1-1/+1
2019-12-17btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik1-3/+10
2019-12-17btrfs: check page->mapping when loading free space cacheJosef Bacik1-0/+6
2019-12-05btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik1-3/+0
2019-12-01btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann1-3/+3
2019-12-01btrfs: handle error of get_old_rootNikolay Borisov1-0/+4
2019-10-29btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo1-0/+1
2019-10-17btrfs: fix incorrect updating of log root treeJosef Bacik1-9/+27
2019-10-05Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana1-14/+19
2019-10-05btrfs: qgroup: Drop quota_root and fs_info parameters from update_qgroup_stat...Lu Fengqi1-6/+6
2019-10-05btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo1-1/+1
2019-10-05btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov1-0/+1
2019-10-05Btrfs: fix use-after-free when using the tree modification logFilipe Manana1-1/+3
2019-10-05btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo1-0/+8
2019-09-19Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana1-4/+4
2019-09-19btrfs: correctly validate compression typeJohannes Thumshirn3-5/+18
2019-09-19btrfs: compression: add helper for type to string conversionDavid Sterba2-0/+17
2019-08-06Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana1-0/+10
2019-08-06Btrfs: fix incremental send failure after deduplicationFilipe Manana1-62/+15
2019-08-06btrfs: fix minimum number of chunk errors for DUPDavid Sterba1-2/+1
2019-07-31btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo1-1/+23
2019-07-31Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana1-0/+5
2019-07-31Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana1-2/+26
2019-07-31Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana1-1/+11
2019-07-10stable/btrfs: fix backport bug in d819d97ea025 ("btrfs: honor path->skip_lock...Stanislaw Gruszka1-2/+0
2019-07-10btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov3-10/+26
2019-06-25btrfs: start readahead also in seed devicesNaohiro Aota1-0/+5
2019-06-09Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana1-0/+6
2019-06-09Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana1-12/+0
2019-06-09Btrfs: fix race updating log root item during fsyncFilipe Manana1-2/+6
2019-06-09Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana1-2/+12
2019-05-31btrfs: Don't panic when we can't find a root keyQu Wenruo1-5/+8
2019-05-31btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik1-11/+20
2019-05-31Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota re...Robbie Ko1-1/+2