summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-05-16btrfs: wait between incomplete batch memory allocationsSweet Tea Dorminy
2022-05-16btrfs: allocate page arrays using bulk page allocatorSweet Tea Dorminy
2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy
2022-05-16btrfs: remove unnecessary type castsYu Zhe
2022-05-16btrfs: expand subpage support to any PAGE_SIZE > 4KQu Wenruo
2022-05-16btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routineQu Wenruo
2022-05-16btrfs: use dummy extent buffer for super block sys chunk array readQu Wenruo
2022-05-16btrfs: assert that relocation is protected with sb_start_write()Naohiro Aota
2022-05-16btrfs: simplify code flow in btrfs_ioctl_balanceNikolay Borisov
2022-05-16btrfs: remove checks for arg argument in btrfs_ioctl_balanceNikolay Borisov
2022-05-16btrfs: replace memset with memzero_page in data checksum verificationQu Wenruo
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana
2022-05-16btrfs: avoid blocking when allocating context for nowait dio read/writeFilipe Manana
2022-05-16btrfs: release path earlier at can_nocow_extent()Filipe Manana
2022-05-16btrfs: free path at can_nocow_extent() before checking for checksum itemsFilipe Manana
2022-05-16btrfs: stop allocating a path when checking if cross reference existsFilipe Manana
2022-05-16btrfs: avoid double nocow check when doing nowait dio writesFilipe Manana
2022-05-16btrfs: avoid blocking nowait dio when locking file rangeFilipe Manana
2022-05-16btrfs: avoid blocking on page locks with nowait dio on compressed rangeFilipe Manana
2022-05-16btrfs: add messages to printk indexJonathan Lassoff
2022-05-16btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo
2022-05-16btrfs: add and use helper to assert an inode range is cleanFilipe Manana
2022-05-16btrfs: remove ordered extent check and wait during hole punching and zero rangeFilipe Manana
2022-05-16btrfs: lock the inode first before flushing range when punching holeFilipe Manana
2022-05-16btrfs: remove ordered extent check and wait during fallocateFilipe Manana
2022-05-16btrfs: remove inode_dio_wait() calls when starting reflink operationsFilipe Manana
2022-05-16btrfs: remove useless dio wait call when doing fallocate zero rangeFilipe Manana
2022-05-16btrfs: only reserve the needed data space amount during fallocateFilipe Manana
2022-05-16btrfs: restore inode creation before xattr settingSweet Tea Dorminy
2022-05-16btrfs: move common inode creation code into btrfs_create_new_inode()Omar Sandoval
2022-05-16btrfs: reserve correct number of items for inode creationOmar Sandoval
2022-05-16btrfs: factor out common part of btrfs_{mknod,create,mkdir}()Omar Sandoval
2022-05-16btrfs: allocate inode outside of btrfs_new_inode()Omar Sandoval
2022-05-16btrfs: warn when extent buffer leak test failsQu Wenruo
2022-05-16btrfs: use a local variable for fs_devices pointer in btrfs_dev_replace_finis...Anand Jain
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_listxattrGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_read_chunk_treeGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_unlink_all_pathsGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in process_all_extentsGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in process_all_new_xattrsGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in process_all_refsGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in is_ancestorGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in can_rmdirGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in did_create_dirGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_real_readdirGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_search_dir_index_itemGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in mark_block_group_to_copyGabriel Niebler
2022-05-16btrfs: use btrfs_for_each_slot in find_first_block_groupGabriel Niebler
2022-05-16btrfs: introduce btrfs_for_each_slot iterator macroGabriel Niebler
2022-05-16btrfs: scrub: rename scrub_bio::pagev and related membersQu Wenruo