summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-02-15btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik1-0/+8
2020-02-15Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana5-16/+8
2020-02-15btrfs: remove trivial locking wrappers of tree mod logDavid Sterba1-39/+19
2020-02-15Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana1-6/+1
2020-02-15btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik1-0/+8
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik1-1/+9
2020-02-05btrfs: fix mixed block count of available spaceLuis de Bethencourt1-3/+13
2020-01-29Btrfs: fix hang when loading existing inode cache off diskFilipe Manana1-0/+1
2020-01-04Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana1-1/+1
2020-01-04btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik1-2/+8
2020-01-04btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter2-4/+6
2020-01-04btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik1-1/+0
2020-01-04btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval1-1/+1
2020-01-04btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik1-0/+2
2020-01-04btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik1-0/+1
2019-12-21Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana1-1/+1
2019-12-21btrfs: Remove btrfs_bio::flags memberQu Wenruo1-1/+0
2019-12-21btrfs: 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-11-28btrfs: 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-05Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana1-14/+19
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-21Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana1-3/+3
2019-08-06btrfs: fix minimum number of chunk errors for DUPDavid Sterba1-2/+1
2019-07-10btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov3-10/+26
2019-07-10btrfs: start readahead also in seed devicesNaohiro Aota1-0/+5
2019-07-10Btrfs: fix race between readahead and device replace/removalFilipe Manana1-0/+2
2019-06-11Btrfs: fix race updating log root item during fsyncFilipe Manana1-2/+6
2019-06-11btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding1-1/+6
2019-06-11Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana1-0/+12
2019-06-11btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov1-6/+19
2019-06-11Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana1-6/+12
2019-04-03btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi1-1/+2
2019-04-03btrfs: remove WARN_ON in log_dir_itemsJosef Bacik1-2/+9
2019-03-23Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana1-2/+2
2019-03-23btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn1-2/+2
2019-01-26btrfs: wait on ordered extents on abort cleanupJosef Bacik1-0/+8
2019-01-17btrfs: tree-checker: Fix misleading group system informationShaokun Zhang1-1/+1
2019-01-17btrfs: tree-checker: Check level for leaves and nodesQu Wenruo1-0/+14
2019-01-17btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo1-1/+57
2019-01-17btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo1-1/+27
2019-01-17btrfs: validate type when reading a chunkGu Jinxiang1-0/+28
2019-01-17btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo1-1/+14
2019-01-17btrfs: tree-checker: Verify block_group_itemQu Wenruo4-1/+104
2019-01-17btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba1-1/+2
2019-01-17btrfs: tree-checker: use %zu format string for size_tArnd Bergmann1-1/+1
2019-01-17btrfs: tree-checker: Add checker for dir itemQu Wenruo1-0/+141