summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-07-20btrfs: disable build on platforms having page size 256KChristophe Leroy1-0/+2
2021-07-20btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik1-0/+8
2021-07-20btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik1-6/+4
2021-07-20btrfs: clear defrag status of a root if starting transaction failsDavid Sterba1-2/+4
2021-07-20btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana1-0/+11
2021-06-16btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani1-2/+2
2021-06-10btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik1-6/+7
2021-06-10btrfs: fix error handling in btrfs_del_csumsJosef Bacik1-5/+5
2021-06-03btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik1-2/+0
2021-05-22btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana1-0/+20
2021-05-22btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik1-3/+3
2021-05-22btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana1-3/+15
2021-03-24btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana1-0/+2
2021-03-11btrfs: fix raid6 qstripe kmapIra Weiny1-11/+10
2021-03-11btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba1-22/+15
2021-03-03btrfs: fix extent buffer leak on failure to copy rootFilipe Manana1-0/+2
2021-03-03btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik1-3/+1
2021-03-03btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik1-2/+3
2021-03-03btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng1-1/+5
2021-01-23btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2-3/+18
2020-12-29btrfs: fix return value mixup in btrfs_get_extentPavel Machek1-1/+1
2020-12-29Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana1-1/+7
2020-12-02btrfs: inode: Verify inode mode to avoid NULL pointer dereferenceQu Wenruo2-8/+34
2020-12-02btrfs: adjust return values of btrfs_inode_by_nameSu Yue1-12/+10
2020-12-02btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo1-0/+7
2020-12-02btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana1-1/+1
2020-11-18Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana1-0/+4
2020-11-18btrfs: reschedule when cloning lots of extentsJohannes Thumshirn1-0/+2
2020-11-18btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik1-3/+4
2020-11-05btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana1-0/+2
2020-11-05btrfs: cleanup cow block on errorJosef Bacik1-0/+6
2020-11-05btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov1-1/+1
2020-11-05btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana1-0/+72
2020-11-05btrfs: reschedule if necessary when logging directory itemsFilipe Manana1-0/+8
2020-10-14Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko4-21/+22
2020-10-01btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo1-13/+10
2020-10-01btrfs: don't force read-only after error in drop snapshotDavid Sterba1-2/+0
2020-09-23btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana1-1/+2
2020-09-23btrfs: fix lockdep splat in add_missing_devJosef Bacik1-0/+10
2020-09-23btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2-15/+16
2020-09-09btrfs: fix potential deadlock in the search ioctlJosef Bacik3-14/+27
2020-09-09btrfs: set the lockdep class for log tree extent buffersJosef Bacik1-1/+5
2020-09-09btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov1-1/+0
2020-09-09btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov1-1/+0
2020-09-09btrfs: drop path before adding new uuid tree entryJosef Bacik1-1/+2
2020-09-03btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik1-4/+6
2020-09-03btrfs: fix space cache memory leak after transaction abortFilipe Manana2-1/+2
2020-08-26btrfs: sysfs: use NOFS for device creationJosef Bacik1-0/+4
2020-08-26btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo1-4/+11
2020-08-26btrfs: Move free_pages_out label in inline extent handling branch in compress...Nikolay Borisov1-8/+8