summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2024-05-07btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)1-27/+19
2024-05-07btrfs: use the folio iterator in btrfs_end_super_write()Matthew Wilcox (Oracle)1-13/+6
2024-05-07btrfs: convert super block writes to folio in write_dev_supers()Matthew Wilcox (Oracle)1-10/+13
2024-05-07btrfs: convert super block writes to folio in wait_dev_supers()Matthew Wilcox (Oracle)1-11/+12
2024-05-07btrfs: use btrfs_is_testing() everywhereDavid Sterba1-2/+2
2024-05-07btrfs: initialize delayed inodes xarray without GFP_ATOMICFilipe Manana1-2/+1
2024-05-07btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana1-0/+9
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik1-18/+18
2024-05-07btrfs: remove list_empty() check at warn_about_uncommitted_trans()Filipe Manana1-3/+0
2024-05-07btrfs: free PERTRANS at the end of cleanup_transaction()Boris Burkov1-4/+1
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-3/+3
2024-03-04btrfs: merge btrfs_del_delalloc_inode() helpersDavid Sterba1-1/+1
2024-03-04btrfs: stop passing root argument to __btrfs_del_delalloc_inode()Filipe Manana1-1/+1
2024-03-04btrfs: add helper to get fs_info from struct inode pointerDavid Sterba1-3/+3
2024-03-04btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba1-1/+1
2024-03-04btrfs: add helpers to get inode from page/folio pointersDavid Sterba1-1/+2
2024-03-04btrfs: change BUG_ON to assertion in btrfs_read_roots()David Sterba1-1/+1
2024-03-04btrfs: handle invalid root reference found in btrfs_init_root_free_objectid()David Sterba1-1/+8
2024-03-04btrfs: remove unused included headersDavid Sterba1-1/+0
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba1-0/+2
2024-03-04btrfs: WARN_ON_ONCE() in our leak detection codeJosef Bacik1-0/+1
2024-03-04btrfs: cache folio size and shift in extent_bufferQu Wenruo1-1/+1
2024-03-01btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana1-11/+11
2024-01-31btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo1-2/+11
2023-12-16btrfs: migrate btrfs_repair_io_failure() to folio interfacesQu Wenruo1-6/+7
2023-12-16btrfs: migrate subpage code to folio interfacesQu Wenruo1-2/+2
2023-12-16btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to foliosQu Wenruo1-1/+1
2023-12-16btrfs: cleanup metadata page pointer usageQu Wenruo1-0/+6
2023-12-16btrfs: migrate extent_buffer::pages[] to folioQu Wenruo1-9/+10
2023-12-16btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-treeDavid Sterba1-1/+2
2023-12-15btrfs: set clear_cache if we use usebackuprootJosef Bacik1-3/+0
2023-12-15btrfs: move one shot mount option clearing to super.cJosef Bacik1-15/+1
2023-12-15btrfs: move the device specific mount options to super.cJosef Bacik1-23/+0
2023-12-15btrfs: switch to the new mount APIJosef Bacik1-2/+9
2023-12-15btrfs: add a NOSPACECACHE mount option flagJosef Bacik1-0/+1
2023-12-15btrfs: do not allow free space tree rebuild on extent tree v2Josef Bacik1-1/+5
2023-12-15btrfs: move space cache settings into open_ctreeJosef Bacik1-11/+6
2023-12-15btrfs: set default compress type at btrfs_init_fs_info timeJosef Bacik1-7/+3
2023-12-15btrfs: allow extent buffer helpers to skip cross-page handlingQu Wenruo1-3/+14
2023-12-15btrfs: zoned: don't clear dirty flag of extent bufferJohannes Thumshirn1-1/+6
2023-12-15btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTJohannes Thumshirn1-1/+1
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana1-3/+4
2023-12-15btrfs: remove log_extents_lock and logged_list from struct btrfs_rootFilipe Manana1-4/+0
2023-12-07btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov1-0/+28
2023-11-24btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo1-0/+1
2023-10-12btrfs: add and use helpers for reading and writing last_trans_committedFilipe Manana1-4/+5
2023-10-12btrfs: add and use helpers for reading and writing log_transidFilipe Manana1-2/+2
2023-10-12btrfs: add and use helpers for reading and writing last_log_commitFilipe Manana1-2/+2
2023-10-12btrfs: support cloned-device mount capabilityAnand Jain1-1/+2