summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana2020-08-211-6/+2
* btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik2020-08-211-2/+2
* fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney2020-08-211-0/+2
* btrfs: fix mount failure caused by race with umountBoris Burkov2020-07-311-0/+8
* btrfs: fix double free on ulist after backref resolution failureFilipe Manana2020-07-311-0/+1
* btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov2020-07-221-16/+24
* btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana2020-07-091-1/+18
* btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain2020-07-091-9/+8
* btrfs: fix error handling when submitting direct I/O bioOmar Sandoval2020-06-201-3/+3
* btrfs: send: emit file capabilities after chownMarcos Paulo de Souza2020-06-201-0/+67
* Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana2020-06-203-0/+20
* btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana2020-06-201-2/+4
* Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter2020-05-101-1/+1
* btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina2020-05-101-1/+1
* Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana2020-04-243-0/+23
* Btrfs: incremental send, fix invalid memory accessFilipe Manana2020-04-241-3/+4
* btrfs: track reloc roots based on their commit root bytenrJosef Bacik2020-04-241-10/+7
* btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik2020-04-241-1/+15
* Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana2020-02-281-1/+6
* btrfs: print message when tree-log replay startsDavid Sterba2020-02-281-0/+1
* btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba2020-02-281-0/+2
* Btrfs: fix race between using extent maps and merging themFilipe Manana2020-02-281-0/+11
* btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik2020-02-141-0/+8
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-02-145-16/+8
* btrfs: remove trivial locking wrappers of tree mod logDavid Sterba2020-02-141-39/+19
* Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2020-02-141-6/+1
* btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik2020-02-141-0/+8
* btrfs: do not zero f_bavail if we have available spaceJosef Bacik2020-02-051-1/+9
* btrfs: fix mixed block count of available spaceLuis de Bethencourt2020-02-051-3/+13
* Btrfs: fix hang when loading existing inode cache off diskFilipe Manana2020-01-291-0/+1
* Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana2020-01-041-1/+1
* btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik2020-01-041-2/+8
* btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter2020-01-042-4/+6
* btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik2020-01-041-1/+0
* btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval2020-01-041-1/+1
* btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik2020-01-041-0/+2
* btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik2020-01-041-0/+1
* Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana2019-12-211-1/+1
* btrfs: Remove btrfs_bio::flags memberQu Wenruo2019-12-211-1/+0
* btrfs: check page->mapping when loading free space cacheJosef Bacik2019-12-211-0/+6
* btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik2019-12-051-3/+0
* btrfs: handle error of get_old_rootNikolay Borisov2019-11-281-0/+4
* btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo2019-10-291-0/+1
* Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-10-051-14/+19
* btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov2019-10-051-0/+1
* Btrfs: fix use-after-free when using the tree modification logFilipe Manana2019-10-051-1/+3
* btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo2019-10-051-0/+8
* Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana2019-09-211-3/+3
* btrfs: fix minimum number of chunk errors for DUPDavid Sterba2019-08-061-2/+1
* btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov2019-07-103-10/+26