summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-11-17btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik
2021-11-17btrfs: reflink: initialize return value to 0 in btrfs_extent_same()Sidong Yang
2021-11-17btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain
2021-11-17btrfs: fix lost error handling when replaying directory deletesFilipe Manana
2021-11-17btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang
2021-10-27btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana
2021-10-20btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik
2021-10-20btrfs: update refs for any root except tree log rootsJosef Bacik
2021-10-20btrfs: check for error when looking up inode during dir entry replayFilipe Manana
2021-10-20btrfs: deal with errors when adding inode reference during log replayFilipe Manana
2021-10-20btrfs: deal with errors when replaying dir entry during log replayFilipe Manana
2021-10-20btrfs: unlock newly allocated extent buffer after errorQu Wenruo
2021-10-09btrfs: fix mount failure due to past and transient device flush errorFilipe Manana
2021-10-09btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo
2021-09-30btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo
2021-09-26btrfs: fix lockdep warning while mounting sprout fsAnand Jain
2021-09-26btrfs: delay blkdev_put until after the device removeJosef Bacik
2021-09-26btrfs: update the bdev time directly when closingJosef Bacik
2021-09-18btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza
2021-09-18btrfs: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana
2021-09-18btrfs: zoned: fix double counting of split ordered extentNaohiro Aota
2021-09-18btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi
2021-09-18btrfs: fix upper limit for max_inline for page size 64KAnand Jain
2021-09-18btrfs: zoned: suppress reclaim error message on EAGAINNaohiro Aota
2021-09-18btrfs: zoned: fix block group alloc_offset calculationNaohiro Aota
2021-09-18btrfs: do not do preemptive flushing if the majority is global rsvJosef Bacik
2021-09-18btrfs: reduce the preemptive flushing threshold to 90%Josef Bacik
2021-09-18btrfs: wait on async extents when flushing delallocJosef Bacik
2021-09-18btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik
2021-09-18btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo
2021-08-26Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-08-18Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown
2021-07-30Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-29btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba
2021-07-28btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi
2021-07-28btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana
2021-07-28btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues
2021-07-23Merge tag 'for-5.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana
2021-07-22btrfs: check for missing device in btrfs_trim_fsAnand Jain
2021-07-22btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana
2021-07-13Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-07btrfs: zoned: fix wrong mutex unlock on failure to allocate log root treeFilipe Manana
2021-07-07btrfs: don't block if we can't acquire the reclaim lockJohannes Thumshirn
2021-07-07btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana