aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-10-26btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()Qu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag one clusterQu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag a rangeQu Wenruo
2021-10-26btrfs: defrag: introduce helper to defrag a contiguous prepared rangeQu Wenruo
2021-10-26btrfs: defrag: introduce helper to collect target file extentsQu Wenruo
2021-10-26btrfs: defrag: factor out page preparation into a helperQu Wenruo
2021-10-26btrfs: defrag: replace hard coded PAGE_SIZE with sectorsizeQu Wenruo
2021-10-26btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_...Qu Wenruo
2021-10-26btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()Qu Wenruo
2021-10-26btrfs: rename and switch to bool btrfs_chunk_readonlyAnand Jain
2021-10-26btrfs: reflink: initialize return value to 0 in btrfs_extent_same()Sidong Yang
2021-10-26btrfs: subpage: pack all subpage bitmaps into a larger bitmapQu Wenruo
2021-10-25btrfs: subpage: introduce btrfs_subpage_bitmap_infoQu Wenruo
2021-10-25btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directlyQu Wenruo
2021-10-25btrfs: subpage: only call btrfs_alloc_subpage() when sectorsize is smaller th...Qu Wenruo
2021-10-25btrfs: update comment for fs_devices::seed_list in btrfs_rm_deviceSu Yue
2021-10-25btrfs: drop unnecessary ret in ioctl_quota_rescan_statusAnand Jain
2021-10-25btrfs: send: simplify send_create_inode_if_neededMarcos Paulo de Souza
2021-10-25btrfs: rename btrfs_alloc_chunk to btrfs_create_chunkNikolay Borisov
2021-10-11Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-10-07btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik
2021-10-07btrfs: check for error when looking up inode during dir entry replayFilipe Manana
2021-10-07btrfs: unify lookup return value when dir entry is missingFilipe Manana
2021-10-07btrfs: deal with errors when adding inode reference during log replayFilipe Manana
2021-10-07btrfs: deal with errors when replaying dir entry during log replayFilipe Manana
2021-10-07btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana
2021-10-07btrfs: update refs for any root except tree log rootsJosef Bacik
2021-10-07btrfs: unlock newly allocated extent buffer after errorQu Wenruo
2021-09-23Merge tag 'for-5.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-17btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo
2021-09-17btrfs: fix mount failure due to past and transient device flush errorFilipe Manana
2021-09-17btrfs: fix transaction handle leak after verity rollback failureFilipe Manana
2021-09-17btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo
2021-09-09Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-09-07btrfs: zoned: fix double counting of split ordered extentNaohiro Aota
2021-09-07btrfs: fix lockdep warning while mounting sprout fsAnand Jain
2021-09-07btrfs: delay blkdev_put until after the device removeJosef Bacik
2021-09-07btrfs: update the bdev time directly when closingJosef Bacik
2021-09-07btrfs: use correct header for div_u64 in misc.hKari Argillander
2021-09-07btrfs: fix upper limit for max_inline for page size 64KAnand Jain
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
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-23btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi
2021-08-23btrfs: zoned: fix ordered extent boundary calculationNaohiro Aota
2021-08-23btrfs: do not do preemptive flushing if the majority is global rsvJosef Bacik
2021-08-23btrfs: reduce the preemptive flushing threshold to 90%Josef Bacik
2021-08-23btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza