summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2023-12-15btrfs: move space cache settings into open_ctreeJosef Bacik
2023-12-15btrfs: set default compress type at btrfs_init_fs_info timeJosef Bacik
2023-12-15btrfs: allow extent buffer helpers to skip cross-page handlingQu Wenruo
2023-12-15btrfs: zoned: don't clear dirty flag of extent bufferJohannes Thumshirn
2023-12-15btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTJohannes Thumshirn
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-12-15btrfs: remove log_extents_lock and logged_list from struct btrfs_rootFilipe Manana
2023-12-06btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov
2023-11-23btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana
2023-10-12btrfs: add and use helpers for reading and writing log_transidFilipe Manana
2023-10-12btrfs: add and use helpers for reading and writing last_log_commitFilipe Manana
2023-10-12btrfs: support cloned-device mount capabilityAnand Jain
2023-10-12btrfs: stop reserving excessive space for block group item updatesFilipe Manana
2023-10-12btrfs: reject devices with CHANGING_FSID_V2Anand Jain
2023-10-12btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroupsBoris Burkov
2023-10-12btrfs: qgroup: track metadata relocation COW with simple quotaBoris Burkov
2023-10-12btrfs: read raid stripe tree from diskJohannes Thumshirn
2023-10-12btrfs: mark transaction id check as unlikely at btrfs_mark_buffer_dirty()Filipe Manana
2023-10-12btrfs: use btrfs_crit at btrfs_mark_buffer_dirty()Filipe Manana
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-10-12btrfs: stop doing excessive space reservation for csum deletionFilipe Manana
2023-10-12btrfs: reserve space for delayed refs on a per ref basisFilipe Manana
2023-10-12btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY optionQu Wenruo
2023-10-12btrfs: check-integrity: remove btrfsic_unmount() functionQu Wenruo
2023-10-12btrfs: check-integrity: remove btrfsic_mount() functionQu Wenruo
2023-10-12btrfs: check-integrity: remove btrfsic_check_bio() functionQu Wenruo
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba
2023-10-12btrfs: sipmlify uuid parameters of alloc_fs_devices()Anand Jain
2023-09-08btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo
2023-09-08btrfs: do not block starts waiting on previous transaction commitJosef Bacik
2023-08-21btrfs: drop redundant check to use fs_devices::metadata_uuidAnand Jain
2023-08-21btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain
2023-08-21btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie
2023-08-21btrfs: zoned: reserve zones for an active metadata/system block groupNaohiro Aota
2023-08-21btrfs: make btrfs_cleanup_fs_roots() staticFilipe Manana
2023-08-21btrfs: store the error that turned the fs into error stateFilipe Manana
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana
2023-08-21btrfs: make btrfs_destroy_pinned_extent() return voidFilipe Manana
2023-08-21btrfs: make btrfs_destroy_marked_extents() return voidFilipe Manana
2023-08-10btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo
2023-08-10btrfs: avoid race between qgroup tree creation and relocationQu Wenruo
2023-07-20btrfs: zoned: do not enable async discardNaohiro Aota
2023-06-19btrfs: add xxhash to fast checksum implementationsDavid Sterba
2023-06-19btrfs: make btrfs_destroy_delayed_refs() return voidFilipe Manana
2023-06-19btrfs: remove unnecessary prototype declarations at disk-io.cFilipe Manana
2023-06-19btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_nodeFilipe Manana
2023-06-19btrfs: use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo
2023-06-19btrfs: remove a pointless NULL check in btrfs_lookup_fs_rootChristoph Hellwig