summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-25btrfs: pass bits by value not by pointer for extent_state helpersDavid Sterba1-2/+2
2022-07-25btrfs: make btrfs_super_block::log_root_transid deprecatedQu Wenruo1-4/+6
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig1-2/+2
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig1-1/+1
2022-07-25btrfs: defer I/O completion based on the btrfs_raid_bioChristoph Hellwig1-1/+1
2022-07-25btrfs: split btrfs_submit_data_bio to read and write partsChristoph Hellwig1-2/+3
2022-07-25btrfs: send: send compressed extents with encoded writesOmar Sandoval1-0/+6
2022-07-25btrfs: factor out a btrfs_csum_ptr helperChristoph Hellwig1-0/+8
2022-07-25btrfs: introduce a data checksum checking helperQu Wenruo1-0/+2
2022-07-25btrfs: fix typos in commentsDavid Sterba1-1/+1
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba1-3/+3
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba1-2/+2
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba1-5/+3
2022-06-21btrfs: add missing inode updates on each iteration when replacing extentsFilipe Manana1-0/+2
2022-05-16btrfs: move struct btrfs_dio_private to inode.cChristoph Hellwig1-1/+0
2022-05-16btrfs: add a btrfs_dio_rw wrapperChristoph Hellwig1-2/+2
2022-05-16btrfs: rename bio_flags in parameters and switch typeDavid Sterba1-1/+1
2022-05-16btrfs: sink parameter is_data to btrfs_set_disk_extent_flagsDavid Sterba1-2/+1
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler1-3/+5
2022-05-16btrfs: turn fs_info member buffer_radix into XArrayGabriel Niebler1-2/+2
2022-05-16btrfs: turn delayed_nodes_tree into an XArrayGabriel Niebler1-3/+3
2022-05-16btrfs: use a normal workqueue for rmw_workersChristoph Hellwig1-1/+1
2022-05-16btrfs: use normal workqueues for scrubChristoph Hellwig1-3/+3
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig1-0/+1
2022-05-16btrfs: do not return errors from submit_bio_hook_t instancesChristoph Hellwig1-2/+2
2022-05-16btrfs: move btrfs_readpage to extent_io.cChristoph Hellwig1-1/+0
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana1-1/+1
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana1-2/+1
2022-05-16btrfs: remove the zoned/zone_size union in struct btrfs_fs_infoChristoph Hellwig1-5/+2
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana1-1/+1
2022-05-16btrfs: stop allocating a path when checking if cross reference existsFilipe Manana1-1/+2
2022-05-16btrfs: add messages to printk indexJonathan Lassoff1-5/+36
2022-05-16btrfs: add and use helper to assert an inode range is cleanFilipe Manana1-0/+1
2022-05-16btrfs: move common inode creation code into btrfs_create_new_inode()Omar Sandoval1-5/+1
2022-05-16btrfs: reserve correct number of items for inode creationOmar Sandoval1-6/+28
2022-05-16btrfs: allocate inode outside of btrfs_new_inode()Omar Sandoval1-2/+3
2022-05-16btrfs: introduce btrfs_for_each_slot iterator macroGabriel Niebler1-0/+29
2022-04-26Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2022-04-21btrfs: zoned: use dedicated lock for data relocationNaohiro Aota1-0/+1
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+3
2022-03-15btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-0/+3
2022-03-14btrfs: pass btrfs_fs_info to btrfs_recover_relocationJosef Bacik1-1/+1
2022-03-14btrfs: add filesystems state details to error messagesSweet Tea Dorminy1-0/+2
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval1-0/+4
2022-03-14btrfs: add BTRFS_IOC_ENCODED_READ ioctlOmar Sandoval1-0/+4
2022-03-14btrfs: support different disk extent size for delallocOmar Sandoval1-1/+2
2022-03-14btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval1-1/+1
2022-03-14btrfs: replace BUILD_BUG_ON by static_assertDavid Sterba1-8/+8
2022-03-14btrfs: add support for multiple global rootsJosef Bacik1-0/+2
2022-03-14btrfs: add code to support the block group rootJosef Bacik1-1/+26