aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: count super block write errors in device instead of tracking folio err...Gravatar Matthew Wilcox (Oracle) 1-27/+19
2024-05-07btrfs: use the folio iterator in btrfs_end_super_write()Gravatar Matthew Wilcox (Oracle) 1-13/+6
2024-05-07btrfs: convert super block writes to folio in write_dev_supers()Gravatar Matthew Wilcox (Oracle) 1-10/+13
2024-05-07btrfs: convert super block writes to folio in wait_dev_supers()Gravatar Matthew Wilcox (Oracle) 1-11/+12
2024-05-07btrfs: use btrfs_is_testing() everywhereGravatar David Sterba 1-2/+2
2024-05-07btrfs: initialize delayed inodes xarray without GFP_ATOMICGravatar Filipe Manana 1-2/+1
2024-05-07btrfs: add a global per cpu counter to track number of used extent mapsGravatar Filipe Manana 1-0/+9
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Gravatar Josef Bacik 1-18/+18
2024-05-07btrfs: remove list_empty() check at warn_about_uncommitted_trans()Gravatar Filipe Manana 1-3/+0
2024-05-07btrfs: free PERTRANS at the end of cleanup_transaction()Gravatar Boris Burkov 1-4/+1
2024-03-04btrfs: merge btrfs_del_delalloc_inode() helpersGravatar David Sterba 1-1/+1
2024-03-04btrfs: stop passing root argument to __btrfs_del_delalloc_inode()Gravatar Filipe Manana 1-1/+1
2024-03-04btrfs: add helper to get fs_info from struct inode pointerGravatar David Sterba 1-3/+3
2024-03-04btrfs: add helpers to get fs_info from page/folio pointersGravatar David Sterba 1-1/+1
2024-03-04btrfs: add helpers to get inode from page/folio pointersGravatar David Sterba 1-1/+2
2024-03-04btrfs: change BUG_ON to assertion in btrfs_read_roots()Gravatar David Sterba 1-1/+1
2024-03-04btrfs: handle invalid root reference found in btrfs_init_root_free_objectid()Gravatar David Sterba 1-1/+8
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-1/+0
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeGravatar David Sterba 1-0/+2
2024-03-04btrfs: WARN_ON_ONCE() in our leak detection codeGravatar Josef Bacik 1-0/+1
2024-03-04btrfs: cache folio size and shift in extent_bufferGravatar Qu Wenruo 1-1/+1
2024-02-29btrfs: fix double free of anonymous device after snapshot creation failureGravatar Filipe Manana 1-11/+11
2024-01-31btrfs: do not ASSERT() if the newly created subvolume already got readGravatar Qu Wenruo 1-2/+11
2023-12-15btrfs: migrate btrfs_repair_io_failure() to folio interfacesGravatar Qu Wenruo 1-6/+7
2023-12-15btrfs: migrate subpage code to folio interfacesGravatar Qu Wenruo 1-2/+2
2023-12-15btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to foliosGravatar Qu Wenruo 1-1/+1
2023-12-15btrfs: cleanup metadata page pointer usageGravatar Qu Wenruo 1-0/+6
2023-12-15btrfs: migrate extent_buffer::pages[] to folioGravatar Qu Wenruo 1-9/+10
2023-12-15btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-treeGravatar David Sterba 1-1/+2
2023-12-15btrfs: set clear_cache if we use usebackuprootGravatar Josef Bacik 1-3/+0
2023-12-15btrfs: move one shot mount option clearing to super.cGravatar Josef Bacik 1-15/+1
2023-12-15btrfs: move the device specific mount options to super.cGravatar Josef Bacik 1-23/+0
2023-12-15btrfs: switch to the new mount APIGravatar Josef Bacik 1-2/+9
2023-12-15btrfs: add a NOSPACECACHE mount option flagGravatar Josef Bacik 1-0/+1
2023-12-15btrfs: do not allow free space tree rebuild on extent tree v2Gravatar Josef Bacik 1-1/+5
2023-12-15btrfs: move space cache settings into open_ctreeGravatar Josef Bacik 1-11/+6
2023-12-15btrfs: set default compress type at btrfs_init_fs_info timeGravatar Josef Bacik 1-7/+3
2023-12-15btrfs: allow extent buffer helpers to skip cross-page handlingGravatar Qu Wenruo 1-3/+14
2023-12-15btrfs: zoned: don't clear dirty flag of extent bufferGravatar Johannes Thumshirn 1-1/+6
2023-12-15btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTGravatar Johannes Thumshirn 1-1/+1
2023-12-15btrfs: use a dedicated data structure for chunk mapsGravatar Filipe Manana 1-3/+4
2023-12-15btrfs: remove log_extents_lock and logged_list from struct btrfs_rootGravatar Filipe Manana 1-4/+0
2023-12-06btrfs: free qgroup pertrans reserve on transaction abortGravatar Boris Burkov 1-0/+28
2023-11-23btrfs: add dmesg output for first mount and last unmount of a filesystemGravatar Qu Wenruo 1-0/+1
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedGravatar Filipe Manana 1-4/+5
2023-10-12btrfs: add and use helpers for reading and writing log_transidGravatar Filipe Manana 1-2/+2
2023-10-12btrfs: add and use helpers for reading and writing last_log_commitGravatar Filipe Manana 1-2/+2
2023-10-12btrfs: support cloned-device mount capabilityGravatar Anand Jain 1-1/+2
2023-10-12btrfs: stop reserving excessive space for block group item updatesGravatar Filipe Manana 1-1/+1
2023-10-12btrfs: reject devices with CHANGING_FSID_V2Gravatar Anand Jain 1-10/+0