summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-16btrfs: assert that relocation is protected with sb_start_write()Naohiro Aota1-0/+11
2022-05-16btrfs: simplify code flow in btrfs_ioctl_balanceNikolay Borisov1-19/+16
2022-05-16btrfs: remove checks for arg argument in btrfs_ioctl_balanceNikolay Borisov1-34/+21
2022-05-16btrfs: replace memset with memzero_page in data checksum verificationQu Wenruo1-4/+2
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana8-18/+31
2022-05-16btrfs: avoid blocking when allocating context for nowait dio read/writeFilipe Manana1-3/+9
2022-05-16btrfs: release path earlier at can_nocow_extent()Filipe Manana1-2/+2
2022-05-16btrfs: free path at can_nocow_extent() before checking for checksum itemsFilipe Manana1-0/+8
2022-05-16btrfs: stop allocating a path when checking if cross reference existsFilipe Manana3-10/+7
2022-05-16btrfs: avoid double nocow check when doing nowait dio writesFilipe Manana2-71/+39
2022-05-16btrfs: avoid blocking nowait dio when locking file rangeFilipe Manana1-11/+23
2022-05-16btrfs: avoid blocking on page locks with nowait dio on compressed rangeFilipe Manana1-8/+26
2022-05-16btrfs: add messages to printk indexJonathan Lassoff2-8/+39
2022-05-16btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo4-0/+83
2022-05-16btrfs: add and use helper to assert an inode range is cleanFilipe Manana4-2/+51
2022-05-16btrfs: remove ordered extent check and wait during hole punching and zero rangeFilipe Manana1-36/+18
2022-05-16btrfs: lock the inode first before flushing range when punching holeFilipe Manana1-2/+3
2022-05-16btrfs: remove ordered extent check and wait during fallocateFilipe Manana1-34/+8
2022-05-16btrfs: remove inode_dio_wait() calls when starting reflink operationsFilipe Manana1-10/+0
2022-05-16btrfs: remove useless dio wait call when doing fallocate zero rangeFilipe Manana1-2/+0
2022-05-16btrfs: only reserve the needed data space amount during fallocateFilipe Manana1-34/+37
2022-05-16btrfs: restore inode creation before xattr settingSweet Tea Dorminy1-37/+37
2022-05-16btrfs: move common inode creation code into btrfs_create_new_inode()Omar Sandoval5-326/+170
2022-05-16btrfs: reserve correct number of items for inode creationOmar Sandoval4-131/+270
2022-05-16btrfs: factor out common part of btrfs_{mknod,create,mkdir}()Omar Sandoval1-110/+24
2022-05-16btrfs: allocate inode outside of btrfs_new_inode()Omar Sandoval3-145/+169
2022-05-16btrfs: warn when extent buffer leak test failsQu Wenruo1-0/+1
2022-05-16btrfs: use a local variable for fs_devices pointer in btrfs_dev_replace_finis...Anand Jain1-6/+7
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_listxattrGabriel Niebler1-29/+11
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_read_chunk_treeGabriel Niebler1-16/+9
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_unlink_all_pathsGabriel Niebler1-23/+13
2022-05-16btrfs: use btrfs_for_each_slot in process_all_extentsGabriel Niebler1-29/+8
2022-05-16btrfs: use btrfs_for_each_slot in process_all_new_xattrsGabriel Niebler1-27/+8
2022-05-16btrfs: use btrfs_for_each_slot in process_all_refsGabriel Niebler1-23/+8
2022-05-16btrfs: use btrfs_for_each_slot in is_ancestorGabriel Niebler1-18/+7
2022-05-16btrfs: use btrfs_for_each_slot in can_rmdirGabriel Niebler1-17/+6
2022-05-16btrfs: use btrfs_for_each_slot in did_create_dirGabriel Niebler1-29/+11
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_real_readdirGabriel Niebler1-25/+9
2022-05-16btrfs: use btrfs_for_each_slot in btrfs_search_dir_index_itemGabriel Niebler1-25/+6
2022-05-16btrfs: use btrfs_for_each_slot in mark_block_group_to_copyGabriel Niebler1-33/+6
2022-05-16btrfs: use btrfs_for_each_slot in find_first_block_groupGabriel Niebler1-24/+2
2022-05-16btrfs: introduce btrfs_for_each_slot iterator macroGabriel Niebler2-0/+66
2022-05-16btrfs: scrub: rename scrub_bio::pagev and related membersQu Wenruo1-39/+39
2022-05-16btrfs: scrub: rename scrub_page to scrub_sectorQu Wenruo1-238/+234
2022-05-16btrfs: scrub: rename members related to scrub_block::pagevQu Wenruo1-115/+109
2022-05-16btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana5-20/+12
2022-05-16btrfs: update outdated comment for read_block_for_search()Filipe Manana1-5/+6
2022-05-16btrfs: release upper nodes when reading stale btree node from diskFilipe Manana1-9/+19
2022-05-16btrfs: avoid unnecessary btree search restarts when reading nodeFilipe Manana1-11/+19
2022-05-16btrfs: set inode flags earlier in btrfs_new_inode()Omar Sandoval1-10/+10