summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix memory leak in qgroup accountingJohannes Thumshirn2020-01-231-1/+5
* btrfs: do not delete mismatched root refsJosef Bacik2020-01-231-4/+6
* btrfs: fix invalid removal of root refJosef Bacik2020-01-231-8/+19
* btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik2020-01-231-26/+20
* btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues2020-01-171-2/+3
* btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov2020-01-121-2/+2
* btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter2019-12-313-6/+8
* btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval2019-12-311-2/+1
* btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval2019-12-311-6/+4
* btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval2019-12-311-12/+44
* btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval2019-12-311-1/+1
* Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana2019-12-311-1/+1
* btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik2019-12-311-0/+2
* btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik2019-12-311-0/+1
* btrfs: skip log replay on orphaned rootsJosef Bacik2019-12-311-2/+21
* btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik2019-12-311-2/+8
* btrfs: send: remove WARN_ON for readonly mountAnand Jain2019-12-311-6/+0
* Btrfs: fix missing data checksums after replaying a log treeFilipe Manana2019-12-314-9/+36
* btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik2019-12-311-2/+0
* btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik2019-12-311-6/+4
* btrfs: record all roots for rename exchange on a subvolJosef Bacik2019-12-171-0/+3
* Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana2019-12-171-1/+24
* btrfs: Remove btrfs_bio::flags memberQu Wenruo2019-12-171-1/+0
* btrfs: Avoid getting stuck during cyclic writebacksTejun Heo2019-12-171-11/+1
* Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana2019-12-171-1/+1
* Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana2019-12-171-1/+5
* btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik2019-12-171-3/+10
* btrfs: check page->mapping when loading free space cacheJosef Bacik2019-12-171-0/+6
* btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik2019-12-051-3/+0
* Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana2019-12-053-6/+12
* btrfs: dev-replace: set result code of cancel by status of scrubAnand Jain2019-12-051-7/+14
* btrfs: fix ncopies raid_attr for RAID56Hans van Kranenburg2019-12-051-2/+2
* btrfs: Check for missing device before bio submission in btrfs_map_bioNikolay Borisov2019-12-051-7/+2
* btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann2019-12-011-3/+3
* btrfs: handle error of get_old_rootNikolay Borisov2019-12-011-0/+4
* btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue2019-12-011-1/+1
* Btrfs: fix log context list corruption after rename exchange operationFilipe Manana2019-11-201-0/+15
* Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana2019-11-063-11/+46
* btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo2019-11-061-2/+2
* btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo2019-11-067-26/+20
* Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana2019-11-061-1/+12
* Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana2019-11-061-0/+1
* Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana2019-10-291-19/+17
* Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana2019-10-291-0/+2
* btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo2019-10-291-0/+1
* btrfs: fix uninitialized ret in ref-verifyJosef Bacik2019-10-171-1/+1
* btrfs: fix incorrect updating of log root treeJosef Bacik2019-10-171-9/+27
* Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-10-051-14/+19
* btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo2019-10-051-0/+3
* btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo2019-10-051-1/+1