summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-03-24btrfs: fix slab cache flags for free space tree bitmapDavid Sterba
2021-03-24btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana
2021-03-11btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov
2021-03-11btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-11btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter
2021-03-11btrfs: fix raid6 qstripe kmapIra Weiny
2021-03-11btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba
2021-03-07btrfs: fix error handling in commit_fs_rootsJosef Bacik
2021-03-04btrfs: fix extent buffer leak on failure to copy rootFilipe Manana
2021-03-04btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik
2021-03-04btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik
2021-03-04btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng
2021-01-27btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik
2021-01-19btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana
2021-01-12btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana
2020-12-02btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana
2020-12-02btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn
2020-11-18btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)
2020-11-18btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain
2020-11-18btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu
2020-11-18Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana
2020-11-18btrfs: reschedule when cloning lots of extentsJohannes Thumshirn
2020-11-18btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik
2020-11-10btrfs: tree-checker: fix the error message for transid errorQu Wenruo
2020-11-10btrfs: tree-checker: Verify inode itemQu Wenruo
2020-11-10btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo
2020-11-10btrfs: tree-checker: Fix wrong check on max devidQu Wenruo
2020-11-10btrfs: tree-checker: Verify dev itemQu Wenruo
2020-11-10btrfs: tree-checker: Check chunk item at tree block read timeQu Wenruo
2020-11-10btrfs: tree-checker: Make btrfs_check_chunk_valid() return EUCLEAN instead of...Qu Wenruo
2020-11-10btrfs: tree-checker: Make chunk item checker messages more readableQu Wenruo
2020-11-10btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export itQu Wenruo
2020-11-10btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo
2020-11-10Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana
2020-11-10btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()Qu Wenruo
2020-11-10btrfs: extent_io: Handle errors better in btree_write_cache_pages()Qu Wenruo
2020-11-10btrfs: extent_io: Handle errors better in extent_write_full_page()Qu Wenruo
2020-11-10btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik
2020-11-10Revert "btrfs: flush write bio if we loop in extent_write_cache_pages"Ben Hutchings
2020-11-10btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level upQu Wenruo
2020-11-10btrfs: extent_io: Kill the forward declaration of flush_write_bioQu Wenruo
2020-11-05btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana
2020-11-05btrfs: cleanup cow block on errorJosef Bacik
2020-11-05btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov
2020-11-05btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana
2020-11-05btrfs: reschedule if necessary when logging directory itemsFilipe Manana
2020-11-05btrfs: improve device scanning messagesAnand Jain
2020-11-05btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inodeQu Wenruo
2020-11-05btrfs: fix replace of seed deviceAnand Jain
2020-10-01btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo