summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo2022-05-164-0/+83
| * | | | | | | | | | | | | | | | | | btrfs: add and use helper to assert an inode range is cleanFilipe Manana2022-05-164-2/+51
| * | | | | | | | | | | | | | | | | | btrfs: remove ordered extent check and wait during hole punching and zero rangeFilipe Manana2022-05-161-36/+18
| * | | | | | | | | | | | | | | | | | btrfs: lock the inode first before flushing range when punching holeFilipe Manana2022-05-161-2/+3
| * | | | | | | | | | | | | | | | | | btrfs: remove ordered extent check and wait during fallocateFilipe Manana2022-05-161-34/+8
| * | | | | | | | | | | | | | | | | | btrfs: remove inode_dio_wait() calls when starting reflink operationsFilipe Manana2022-05-161-10/+0
| * | | | | | | | | | | | | | | | | | btrfs: remove useless dio wait call when doing fallocate zero rangeFilipe Manana2022-05-161-2/+0
| * | | | | | | | | | | | | | | | | | btrfs: only reserve the needed data space amount during fallocateFilipe Manana2022-05-161-34/+37
| * | | | | | | | | | | | | | | | | | btrfs: restore inode creation before xattr settingSweet Tea Dorminy2022-05-161-37/+37
| * | | | | | | | | | | | | | | | | | btrfs: move common inode creation code into btrfs_create_new_inode()Omar Sandoval2022-05-165-326/+170
| * | | | | | | | | | | | | | | | | | btrfs: reserve correct number of items for inode creationOmar Sandoval2022-05-164-131/+270
| * | | | | | | | | | | | | | | | | | btrfs: factor out common part of btrfs_{mknod,create,mkdir}()Omar Sandoval2022-05-161-110/+24
| * | | | | | | | | | | | | | | | | | btrfs: allocate inode outside of btrfs_new_inode()Omar Sandoval2022-05-163-145/+169
| * | | | | | | | | | | | | | | | | | btrfs: warn when extent buffer leak test failsQu Wenruo2022-05-161-0/+1
| * | | | | | | | | | | | | | | | | | btrfs: use a local variable for fs_devices pointer in btrfs_dev_replace_finis...Anand Jain2022-05-161-6/+7
| * | | | | | | | | | | | | | | | | | btrfs: use btrfs_for_each_slot in btrfs_listxattrGabriel Niebler2022-05-161-29/+11
| * | | | | | | | | | | | | | | | | | btrfs: use btrfs_for_each_slot in btrfs_read_chunk_treeGabriel Niebler2022-05-161-16/+9
| * | | | | | | | | | | | | | | | | | btrfs: use btrfs_for_each_slot in btrfs_unlink_all_pathsGabriel Niebler2022-05-161-23/+13
| * | | | | | | | | | | | | | | | | | btrfs: use btrfs_for_each_slot in process_all_extentsGabriel Niebler2022-05-161-29/+8
| * | | | | | | | | | | | | | | | | | btrfs: use btrfs_for_each_slot in process_all_new_xattrsGabriel Niebler2022-05-161-27/+8
| * | | | | | | | | | | | | | | | | | btrfs: use btrfs_for_each_slot in process_all_refsGabriel Niebler2022-05-161-23/+8
| * | | | | | | | | | | | | | | | | | btrfs: use btrfs_for_each_slot in is_ancestorGabriel Niebler2022-05-161-18/+7
| * | | | | | | | | | | | | | | | | | btrfs: use btrfs_for_each_slot in can_rmdirGabriel Niebler2022-05-161-17/+6
| * | | | | | | | | | | | | | | | | | btrfs: use btrfs_for_each_slot in did_create_dirGabriel Niebler2022-05-161-29/+11
| * | | | | | | | | | | | | | | | | | btrfs: use btrfs_for_each_slot in btrfs_real_readdirGabriel Niebler2022-05-161-25/+9
| * | | | | | | | | | | | | | | | | | btrfs: use btrfs_for_each_slot in btrfs_search_dir_index_itemGabriel Niebler2022-05-161-25/+6
| * | | | | | | | | | | | | | | | | | btrfs: use btrfs_for_each_slot in mark_block_group_to_copyGabriel Niebler2022-05-161-33/+6
| * | | | | | | | | | | | | | | | | | btrfs: use btrfs_for_each_slot in find_first_block_groupGabriel Niebler2022-05-161-24/+2
| * | | | | | | | | | | | | | | | | | btrfs: introduce btrfs_for_each_slot iterator macroGabriel Niebler2022-05-162-0/+66
| * | | | | | | | | | | | | | | | | | btrfs: scrub: rename scrub_bio::pagev and related membersQu Wenruo2022-05-161-39/+39
| * | | | | | | | | | | | | | | | | | btrfs: scrub: rename scrub_page to scrub_sectorQu Wenruo2022-05-161-238/+234
| * | | | | | | | | | | | | | | | | | btrfs: scrub: rename members related to scrub_block::pagevQu Wenruo2022-05-161-115/+109
| * | | | | | | | | | | | | | | | | | btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana2022-05-165-20/+12
| * | | | | | | | | | | | | | | | | | btrfs: update outdated comment for read_block_for_search()Filipe Manana2022-05-161-5/+6
| * | | | | | | | | | | | | | | | | | btrfs: release upper nodes when reading stale btree node from diskFilipe Manana2022-05-161-9/+19
| * | | | | | | | | | | | | | | | | | btrfs: avoid unnecessary btree search restarts when reading nodeFilipe Manana2022-05-161-11/+19
| * | | | | | | | | | | | | | | | | | btrfs: set inode flags earlier in btrfs_new_inode()Omar Sandoval2022-05-161-10/+10
| * | | | | | | | | | | | | | | | | | btrfs: move btrfs_get_free_objectid() call into btrfs_new_inode()Omar Sandoval2022-05-161-47/+11
| * | | | | | | | | | | | | | | | | | btrfs: don't pass parent objectid to btrfs_new_inode() explicitlyOmar Sandoval2022-05-161-10/+11
| * | | | | | | | | | | | | | | | | | btrfs: remove redundant name and name_len parameters to create_subvolOmar Sandoval2022-05-161-2/+3
| * | | | | | | | | | | | | | | | | | btrfs: remove unused mnt_userns parameter from __btrfs_set_aclOmar Sandoval2022-05-161-4/+3
| * | | | | | | | | | | | | | | | | | btrfs: remove unnecessary set_nlink() in btrfs_create_subvol_root()Omar Sandoval2022-05-161-1/+0
| * | | | | | | | | | | | | | | | | | btrfs: remove unnecessary inode_set_bytes(0) callOmar Sandoval2022-05-161-1/+0
| * | | | | | | | | | | | | | | | | | btrfs: remove unnecessary btrfs_i_size_write(0) callsOmar Sandoval2022-05-161-2/+0
| * | | | | | | | | | | | | | | | | | btrfs: get rid of btrfs_add_nondir()Omar Sandoval2022-05-161-22/+11
| * | | | | | | | | | | | | | | | | | btrfs: fix anon_dev leak in create_subvol()Omar Sandoval2022-05-161-26/+23
| * | | | | | | | | | | | | | | | | | btrfs: reserve correct number of items for renameOmar Sandoval2022-05-161-20/+68
| * | | | | | | | | | | | | | | | | | btrfs: reserve correct number of items for unlink and rmdirOmar Sandoval2022-05-161-1/+2
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge tag 'zonefs-5.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-241-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | zonefs: Fix zonefs_init_file_inode() return valueDamien Le Moal2022-05-241-2/+2