summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-12-05btrfs: drop pointless memset when cloning extent bufferFilipe Manana
2022-12-05btrfs: skip unnecessary delalloc search during fiemap and lseekFilipe Manana
2022-12-05btrfs: skip unnecessary extent map searches during fiemap and lseekFilipe Manana
2022-12-05btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana
2022-12-05btrfs: raid56: make it more explicit that cache rbio should have all its data...Qu Wenruo
2022-12-05btrfs: raid56: allocate memory separately for rbio pointersQu Wenruo
2022-12-05btrfs: raid56: cleanup for function __free_raid_bio()Qu Wenruo
2022-12-05btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCYJosef Bacik
2022-12-05btrfs: move the btrfs_verity_descriptor_item defs up in ctree.hJosef Bacik
2022-12-05btrfs: move btrfs_next_old_item into ctree.cJosef Bacik
2022-12-05btrfs: move free space cachep's out of ctree.hJosef Bacik
2022-12-05btrfs: move btrfs_path_cachep out of ctree.hJosef Bacik
2022-12-05btrfs: move trans_handle_cachep out of ctree.hJosef Bacik
2022-12-05btrfs: move btrfs_print_data_csum_error into inode.cJosef Bacik
2022-12-05btrfs: move flush related definitions to space-info.hJosef Bacik
2022-12-05btrfs: move btrfs_should_fragment_free_space into block-group.cJosef Bacik
2022-12-05btrfs: move discard stat defs to free-space-cache.hJosef Bacik
2022-12-05btrfs: move BTRFS_MAX_MIRRORS into scrub.cJosef Bacik
2022-12-05btrfs: move maximum limits to btrfs_tree.hJosef Bacik
2022-12-05btrfs: move btrfs_get_block_group helper out of disk-io.hJosef Bacik
2022-12-05btrfs: move btrfs on-disk definitions out of ctree.hJosef Bacik
2022-12-05btrfs: remove unused BTRFS_IOPRIO_READAJosef Bacik
2022-12-05btrfs: remove unused BTRFS_TOTAL_BYTES_PINNED_BATCHJosef Bacik
2022-12-05btrfs: remove unused set/clear_pending_info helpersJosef Bacik
2022-12-05btrfs: simplify cleanup after error in btrfs_create_treePeng Hao
2022-12-05btrfs: add cached_state to read_extent_buffer_subpageJosef Bacik
2022-12-05btrfs: cache the failed state when locking extentsJosef Bacik
2022-12-05btrfs: use a cached_state everywhere in relocationJosef Bacik
2022-12-05btrfs: use cached_state for btrfs_check_nocow_lockJosef Bacik
2022-12-05btrfs: add a cached_state to try_lock_extentJosef Bacik
2022-11-25Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-25btrfs: replace INT_LIMIT(loff_t) with OFFSET_MAXZhen Lei
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-23btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei
2022-11-23btrfs: do not modify log tree while holding a leaf from fs tree lockedFilipe Manana
2022-11-23btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig
2022-11-21btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong
2022-11-21btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana
2022-11-21btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig
2022-11-15btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain
2022-11-15btrfs: free btrfs_path before copying fspath to userspaceAnand Jain
2022-11-15btrfs: free btrfs_path before copying inodes to userspaceAnand Jain
2022-11-15btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik
2022-11-15btrfs: fix assertion failure and blocking during nowait buffered writeFilipe Manana
2022-11-11Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-11-10Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-08fs: fix leaked psi pressure stateJohannes Weiner
2022-11-07btrfs: zoned: fix locking imbalance on scrubJohannes Thumshirn
2022-11-07btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn
2022-11-07btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn