summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2024-03-04btrfs: merge btrfs_del_delalloc_inode() helpersDavid Sterba
2024-03-04btrfs: stop passing root argument to __btrfs_del_delalloc_inode()Filipe Manana
2024-03-04btrfs: add helper to get fs_info from struct inode pointerDavid Sterba
2024-03-04btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba
2024-03-04btrfs: add helpers to get inode from page/folio pointersDavid Sterba
2024-03-04btrfs: change BUG_ON to assertion in btrfs_read_roots()David Sterba
2024-03-04btrfs: handle invalid root reference found in btrfs_init_root_free_objectid()David Sterba
2024-03-04btrfs: remove unused included headersDavid Sterba
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba
2024-03-04btrfs: WARN_ON_ONCE() in our leak detection codeJosef Bacik
2024-03-04btrfs: cache folio size and shift in extent_bufferQu Wenruo
2024-02-29btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana
2024-01-31btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo
2023-12-15btrfs: migrate btrfs_repair_io_failure() to folio interfacesQu Wenruo
2023-12-15btrfs: migrate subpage code to folio interfacesQu Wenruo
2023-12-15btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to foliosQu Wenruo
2023-12-15btrfs: cleanup metadata page pointer usageQu Wenruo
2023-12-15btrfs: migrate extent_buffer::pages[] to folioQu Wenruo
2023-12-15btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-treeDavid Sterba
2023-12-15btrfs: set clear_cache if we use usebackuprootJosef Bacik
2023-12-15btrfs: move one shot mount option clearing to super.cJosef Bacik
2023-12-15btrfs: move the device specific mount options to super.cJosef Bacik
2023-12-15btrfs: switch to the new mount APIJosef Bacik
2023-12-15btrfs: add a NOSPACECACHE mount option flagJosef Bacik
2023-12-15btrfs: do not allow free space tree rebuild on extent tree v2Josef Bacik
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