aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2022-09-15btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota
2022-09-05btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik
2022-08-31btrfs: fix space cache corruption and potential double allocationsOmar Sandoval
2022-08-17btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota
2022-08-17btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota
2022-08-17btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota
2022-08-17btrfs: zoned: revive max_zone_append_bytesNaohiro Aota
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba
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