summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: convert try_release_extent_buffer() to take a folioLi Zetao11 days1-1/+1
* btrfs: subpage: remove btrfs_fs_info::subpage_info memberQu Wenruo11 days1-12/+2
* Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2024-07-171-67/+61
|\
| * btrfs: fix data race when accessing the last_trans field of a rootFilipe Manana2024-07-111-2/+2
| * btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo2024-07-111-4/+12
| * btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo2024-07-111-6/+12
| * btrfs: output the unrecognized super block flags as hexQu Wenruo2024-07-111-1/+1
| * btrfs: fix typo in error message in btrfs_validate_super()Mark Harmstone2024-07-111-1/+1
| * btrfs: remove all extra btrfs_check_eb_owner() callsJosef Bacik2024-07-111-4/+0
| * btrfs: constify pointer parameters where applicableDavid Sterba2024-07-111-9/+9
| * btrfs: rename err to ret in btrfs_cleanup_fs_roots()Anand Jain2024-07-111-18/+19
| * btrfs: add and use helper to commit the current transactionFilipe Manana2024-07-111-11/+1
| * btrfs: avoid create and commit empty transaction when committing superFilipe Manana2024-07-111-3/+7
| * btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba2024-07-111-1/+1
| * btrfs: move btrfs_block_group_root() to block-group.cAnand Jain2024-07-111-7/+0
| * btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana2024-07-111-2/+1
| * btrfs: remove location key from struct btrfs_inodeFilipe Manana2024-07-111-3/+1
| * btrfs: remove inode_lock from struct btrfs_root and use xarray locksFilipe Manana2024-07-111-1/+0
| * btrfs: use an xarray to track open inodes in a rootFilipe Manana2024-07-111-3/+3
* | Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-121-0/+2
|\ \ | |/ |/|
| * btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana2024-07-111-0/+2
* | Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-071-9/+1
|\|
| * btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana2024-06-051-9/+1
* | Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-3/+3
|\ \ | |/ |/|
| * use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2024-05-031-3/+3
* | btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)2024-05-071-27/+19
* | btrfs: use the folio iterator in btrfs_end_super_write()Matthew Wilcox (Oracle)2024-05-071-13/+6
* | btrfs: convert super block writes to folio in write_dev_supers()Matthew Wilcox (Oracle)2024-05-071-10/+13
* | btrfs: convert super block writes to folio in wait_dev_supers()Matthew Wilcox (Oracle)2024-05-071-11/+12
* | btrfs: use btrfs_is_testing() everywhereDavid Sterba2024-05-071-2/+2
* | btrfs: initialize delayed inodes xarray without GFP_ATOMICFilipe Manana2024-05-071-2/+1
* | btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana2024-05-071-0/+9
* | btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik2024-05-071-18/+18
* | btrfs: remove list_empty() check at warn_about_uncommitted_trans()Filipe Manana2024-05-071-3/+0
* | btrfs: free PERTRANS at the end of cleanup_transaction()Boris Burkov2024-05-071-4/+1
|/
* btrfs: merge btrfs_del_delalloc_inode() helpersDavid Sterba2024-03-041-1/+1
* btrfs: stop passing root argument to __btrfs_del_delalloc_inode()Filipe Manana2024-03-041-1/+1
* btrfs: add helper to get fs_info from struct inode pointerDavid Sterba2024-03-041-3/+3
* btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba2024-03-041-1/+1
* btrfs: add helpers to get inode from page/folio pointersDavid Sterba2024-03-041-1/+2
* btrfs: change BUG_ON to assertion in btrfs_read_roots()David Sterba2024-03-041-1/+1
* btrfs: handle invalid root reference found in btrfs_init_root_free_objectid()David Sterba2024-03-041-1/+8
* btrfs: remove unused included headersDavid Sterba2024-03-041-1/+0
* btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba2024-03-041-0/+2
* btrfs: WARN_ON_ONCE() in our leak detection codeJosef Bacik2024-03-041-0/+1
* btrfs: cache folio size and shift in extent_bufferQu Wenruo2024-03-041-1/+1
* btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana2024-02-291-11/+11
* btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo2024-01-311-2/+11
* btrfs: migrate btrfs_repair_io_failure() to folio interfacesQu Wenruo2023-12-151-6/+7
* btrfs: migrate subpage code to folio interfacesQu Wenruo2023-12-151-2/+2