summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-04-21btrfs: check commit root generation in should_ignore_rootJosef Bacik1-2/+2
2020-04-17btrfs: use nofs allocations for running delayed itemsJosef Bacik1-0/+13
2020-04-17btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko1-0/+1
2020-04-17btrfs: fix missing file extent item for hole after ranged fsyncFilipe Manana1-0/+10
2020-04-17btrfs: drop block from cache on error in relocationJosef Bacik1-1/+1
2020-04-17btrfs: set update the uuid generation as soon as possibleJosef Bacik1-2/+12
2020-04-17Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana3-0/+22
2020-04-17btrfs: track reloc roots based on their commit root bytenrJosef Bacik1-10/+7
2020-04-17btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik1-1/+15
2020-04-17btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...Qu Wenruo1-2/+9
2020-03-25btrfs: fix log context list corruption after rename whiteout errorFilipe Manana1-0/+4
2020-02-28Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana1-1/+6
2020-02-28btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik1-1/+0
2020-02-28btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik1-0/+1
2020-02-28btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik1-3/+13
2020-02-24btrfs: device stats, log when stats are zeroedAnand Jain1-0/+2
2020-02-24btrfs: safely advance counter when looking up bio csumsDavid Sterba1-1/+2
2020-02-24btrfs: fix possible NULL-pointer dereference in integrity checksJohannes Thumshirn1-2/+1
2020-02-19btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba1-0/+2
2020-02-19btrfs: print message when tree-log replay startsDavid Sterba1-0/+1
2020-02-19btrfs: ref-verify: fix memory leaksWenwen Wang1-0/+5
2020-02-19Btrfs: fix race between using extent maps and merging themFilipe Manana1-0/+11
2020-02-11btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik1-0/+8
2020-02-11btrfs: free block groups after free'ing fs treesJosef Bacik1-2/+9
2020-02-11btrfs: use bool argument in free_root_pointers()Anand Jain1-5/+5
2020-02-11Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana5-16/+8
2020-02-11btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik1-0/+8
2020-02-11Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana1-288/+100
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik1-1/+9
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