summary refs log tree commit diff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler
2022-05-16btrfs: turn delayed_nodes_tree into an XArrayGabriel Niebler
2022-05-16btrfs: do not return errors from submit_bio_hook_t instancesChristoph Hellwig
2022-05-16btrfs: do not return errors from btrfs_submit_compressed_readChristoph Hellwig
2022-05-16btrfs: move btrfs_readpage to extent_io.cChristoph Hellwig
2022-05-16btrfs: avoid double search for block group during NOCOW writesFilipe Manana
2022-05-16btrfs: avoid double clean up when submit_one_bio() failedQu Wenruo
2022-05-16btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()Filipe Manana
2022-05-16btrfs: do not test for free space inode during NOCOW check against file extentFilipe Manana
2022-05-16btrfs: move common NOCOW checks against a file extent into a helperFilipe Manana
2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy
2022-05-16btrfs: remove unnecessary type castsYu Zhe
2022-05-16btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routineQu Wenruo
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 and use helper to assert an inode range is cleanFilipe 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: use btrfs_for_each_slot in btrfs_real_readdirGabriel Niebler
2022-05-16btrfs: set inode flags earlier in btrfs_new_inode()Omar Sandoval
2022-05-16btrfs: move btrfs_get_free_objectid() call into btrfs_new_inode()Omar Sandoval
2022-05-16btrfs: don't pass parent objectid to btrfs_new_inode() explicitlyOmar Sandoval
2022-05-16btrfs: remove unnecessary set_nlink() in btrfs_create_subvol_root()Omar Sandoval
2022-05-16btrfs: remove unnecessary inode_set_bytes(0) callOmar Sandoval
2022-05-16btrfs: remove unnecessary btrfs_i_size_write(0) callsOmar Sandoval
2022-05-16btrfs: get rid of btrfs_add_nondir()Omar Sandoval
2022-05-16btrfs: reserve correct number of items for renameOmar Sandoval
2022-05-16btrfs: reserve correct number of items for unlink and rmdirOmar Sandoval
2022-05-02Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-27btrfs: export a helper for compression hard checkChung-Chiang Cheng
2022-04-26Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-19btrfs: fix direct I/O writes for split bios on zoned devicesChristoph Hellwig
2022-04-19btrfs: fix direct I/O read repair for split biosChristoph Hellwig
2022-04-14Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-06btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota
2022-04-06btrfs: zoned: remove redundant condition in btrfs_run_delalloc_rangeHaowen Bai
2022-04-05Merge tag 'for-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-01btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()Matthew Wilcox (Oracle)
2022-03-24btrfs: prevent subvol with swapfile from being deletedKaiwen Hu
2022-03-24btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik