summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-04-16btrfs: do not zero f_bavail if we have available spaceJosef Bacik
2020-04-12Btrfs: always copy scrub arguments back to user spaceFilipe Manana
2020-04-12btrfs: check rw_devices, not num_devices for balanceJosef Bacik
2020-04-12btrfs: fix memory leak in qgroup accountingJohannes Thumshirn
2020-04-12btrfs: do not delete mismatched root refsJosef Bacik
2020-04-12btrfs: fix invalid removal of root refJosef Bacik
2020-04-12btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik
2020-03-30btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues
2020-03-20btrfs: handle error in btrfs_cache_block_groupJosef Bacik
2020-03-20btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov
2020-03-20Btrfs: only associate the locked page with one async_chunk structChris Mason
2020-03-20btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2020-03-20Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana
2020-02-24btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval
2020-02-24btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval
2020-02-24btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval
2020-02-24btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval
2020-02-24Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2020-02-24btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik
2020-02-24btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik
2020-02-24btrfs: skip log replay on orphaned rootsJosef Bacik
2020-02-24btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2020-02-24btrfs: send: remove WARN_ON for readonly mountAnand Jain
2020-02-24Btrfs: fix missing data checksums after replaying a log treeFilipe Manana
2020-02-24btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
2020-02-24Btrfs: make tree checker detect checksum items with overlapping rangesFilipe Manana
2020-02-24btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik
2020-02-24btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik
2020-01-31btrfs: record all roots for rename exchange on a subvolJosef Bacik
2020-01-31Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana
2020-01-31btrfs: Remove btrfs_bio::flags memberQu Wenruo
2020-01-31btrfs: Avoid getting stuck during cyclic writebacksTejun Heo
2020-01-31Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana
2020-01-31Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana
2020-01-31btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik
2020-01-31btrfs: check page->mapping when loading free space cacheJosef Bacik
2020-01-09Btrfs: fix log context list corruption after rename exchange operationFilipe Manana
2019-12-29btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...Josef Bacik
2019-12-29btrfs: tree-checker: Fix wrong check on max devidQu Wenruo
2019-12-10btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim
2019-12-10btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo
2019-12-10Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana
2019-11-25btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo
2019-11-25Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana
2019-11-25Btrfs: fix qgroup double free after failure to reserve metadata for delallocFilipe Manana
2019-11-25btrfs: don't needlessly create extent-refs kernel threadDavid Sterba
2019-11-25Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana
2019-11-25btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo
2019-11-09btrfs: fix uninitialized ret in ref-verifyJosef Bacik
2019-11-09btrfs: fix incorrect updating of log root treeJosef Bacik