summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2022-06-21btrfs: add missing inode updates on each iteration when replacing extentsFilipe Manana
2022-05-16btrfs: move struct btrfs_dio_private to inode.cChristoph Hellwig
2022-05-16btrfs: add a btrfs_dio_rw wrapperChristoph Hellwig
2022-05-16btrfs: rename bio_flags in parameters and switch typeDavid Sterba
2022-05-16btrfs: sink parameter is_data to btrfs_set_disk_extent_flagsDavid Sterba
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler
2022-05-16btrfs: turn fs_info member buffer_radix into XArrayGabriel Niebler
2022-05-16btrfs: turn delayed_nodes_tree into an XArrayGabriel Niebler
2022-05-16btrfs: use a normal workqueue for rmw_workersChristoph Hellwig
2022-05-16btrfs: use normal workqueues for scrubChristoph Hellwig
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig
2022-05-16btrfs: do not return errors from submit_bio_hook_t instancesChristoph Hellwig
2022-05-16btrfs: move btrfs_readpage to extent_io.cChristoph Hellwig
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana
2022-05-16btrfs: remove the zoned/zone_size union in struct btrfs_fs_infoChristoph Hellwig
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana
2022-05-16btrfs: stop allocating a path when checking if cross reference existsFilipe Manana
2022-05-16btrfs: add messages to printk indexJonathan Lassoff
2022-05-16btrfs: add and use helper to assert an inode range is cleanFilipe Manana
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: allocate inode outside of btrfs_new_inode()Omar Sandoval
2022-05-16btrfs: introduce btrfs_for_each_slot iterator macroGabriel Niebler
2022-04-26Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-21btrfs: zoned: use dedicated lock for data relocationNaohiro Aota
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-15btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-14btrfs: pass btrfs_fs_info to btrfs_recover_relocationJosef Bacik
2022-03-14btrfs: add filesystems state details to error messagesSweet Tea Dorminy
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval
2022-03-14btrfs: add BTRFS_IOC_ENCODED_READ ioctlOmar Sandoval
2022-03-14btrfs: support different disk extent size for delallocOmar Sandoval
2022-03-14btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval
2022-03-14btrfs: replace BUILD_BUG_ON by static_assertDavid Sterba
2022-03-14btrfs: add support for multiple global rootsJosef Bacik
2022-03-14btrfs: add code to support the block group rootJosef Bacik
2022-03-14btrfs: add definition for EXTENT_TREE_V2Josef Bacik
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik
2022-02-24btrfs: reduce extent threshold for autodefragQu Wenruo
2022-01-31btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana
2022-01-07btrfs: remove reada infrastructureQu Wenruo
2022-01-07btrfs: move btrfs_truncate_inode_items to inode-item.cJosef Bacik
2022-01-07btrfs: add an inode-item.hJosef Bacik
2022-01-07btrfs: introduce exclusive operation BALANCE_PAUSED stateNikolay Borisov
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik
2022-01-03btrfs: stop accessing ->free_space_root directlyJosef Bacik
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik
2022-01-03btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik