summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-01-27btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval1-1/+2
2020-01-27Btrfs: fix inode cache waiters hanging on path allocation failureFilipe Manana1-1/+3
2020-01-27Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana1-5/+18
2020-01-27Btrfs: fix hang when loading existing inode cache off diskFilipe Manana1-0/+1
2020-01-23btrfs: fix memory leak in qgroup accountingJohannes Thumshirn1-1/+5
2020-01-23btrfs: do not delete mismatched root refsJosef Bacik1-4/+6
2020-01-23btrfs: fix invalid removal of root refJosef Bacik1-8/+19
2020-01-23btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik1-26/+20
2020-01-17btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues1-2/+3
2020-01-12btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov1-2/+2
2019-12-31btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter3-6/+8
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: abort transaction after failed inode updates in create_subvolJosef Bacik1-2/+8
2019-12-31btrfs: send: remove WARN_ON for readonly mountAnand Jain1-6/+0
2019-12-31Btrfs: fix missing data checksums after replaying a log treeFilipe Manana4-9/+36
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: Avoid getting stuck during cyclic writebacksTejun Heo1-11/+1
2019-12-17Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana1-1/+1
2019-12-17Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana1-1/+5
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-05Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana3-6/+12
2019-12-05btrfs: dev-replace: set result code of cancel by status of scrubAnand Jain1-7/+14
2019-12-05btrfs: fix ncopies raid_attr for RAID56Hans van Kranenburg1-2/+2
2019-12-05btrfs: Check for missing device before bio submission in btrfs_map_bioNikolay Borisov1-7/+2
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-12-01btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue1-1/+1
2019-11-20Btrfs: fix log context list corruption after rename exchange operationFilipe Manana1-0/+15
2019-11-06Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana3-11/+46
2019-11-06btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo1-2/+2
2019-11-06btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo7-26/+20
2019-11-06Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana1-1/+12
2019-11-06Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana1-0/+1
2019-10-29Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana1-19/+17
2019-10-29Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana1-0/+2
2019-10-29btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo1-0/+1
2019-10-17btrfs: fix uninitialized ret in ref-verifyJosef Bacik1-1/+1