summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-231-1/+6
|\ \
| * | btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faultsCatalin Marinas2022-04-251-1/+6
* | | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-236-34/+19
|\ \ \ | |_|/ |/| |
| * | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-2/+2
| * | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-8/+4
| * | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-172-3/+3
| * | block: add a bdev_write_cache helperChristoph Hellwig2022-04-171-2/+1
| * | block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-2/+2
| * | btrfs: use bdev_max_active_zones instead of open coding itChristoph Hellwig2022-04-171-2/+1
| * | btrfs: simplify ->flush_bio handlingChristoph Hellwig2022-04-173-16/+7
| |/