summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-08-26btrfs: don't show full path of bind mounts in subvol=Josef Bacik
2020-08-26btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana
2020-08-21btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik
2020-08-21fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney
2020-07-31btrfs: fix mount failure caused by race with umountBoris Burkov
2020-07-31btrfs: fix double free on ulist after backref resolution failureFilipe Manana
2020-07-22btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov
2020-07-09btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana
2020-07-09btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain
2020-06-20btrfs: fix error handling when submitting direct I/O bioOmar Sandoval
2020-06-20btrfs: send: emit file capabilities after chownMarcos Paulo de Souza
2020-06-20Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana
2020-06-20btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana
2020-05-10Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter
2020-05-10btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina
2020-04-24Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana
2020-04-24Btrfs: incremental send, fix invalid memory accessFilipe Manana
2020-04-24btrfs: track reloc roots based on their commit root bytenrJosef Bacik
2020-04-24btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik
2020-02-28Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana
2020-02-28btrfs: print message when tree-log replay startsDavid Sterba
2020-02-28btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba
2020-02-28Btrfs: fix race between using extent maps and merging themFilipe Manana
2020-02-14btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik
2020-02-14Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-02-14btrfs: remove trivial locking wrappers of tree mod logDavid Sterba
2020-02-14Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana
2020-02-14btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik
2020-02-05btrfs: fix mixed block count of available spaceLuis de Bethencourt
2020-01-29Btrfs: fix hang when loading existing inode cache off diskFilipe Manana
2020-01-04Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2020-01-04btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2020-01-04btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
2020-01-04btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik
2020-01-04btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval
2020-01-04btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik
2020-01-04btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik
2019-12-21Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana
2019-12-21btrfs: Remove btrfs_bio::flags memberQu Wenruo
2019-12-21btrfs: check page->mapping when loading free space cacheJosef Bacik
2019-12-05btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik
2019-11-28btrfs: handle error of get_old_rootNikolay Borisov
2019-10-29btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo
2019-10-05Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana
2019-10-05btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov
2019-10-05Btrfs: fix use-after-free when using the tree modification logFilipe Manana
2019-10-05btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo
2019-09-21Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana