summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ordered-data.c
AgeCommit message (Expand)AuthorLines
2025-01-23btrfs: fix assertion failure when splitting ordered extent after transaction ...Filipe Manana-0/+12
2024-11-22Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-5/+5
2024-11-08range: Add range_overlaps()Ira Weiny-5/+5
2024-10-04btrfs: Switch from using the private_2 flag to owner_2Matthew Wilcox (Oracle)-2/+2
2024-09-10btrfs: add and use helper to verify the calling task has locked the inodeFilipe Manana-1/+1
2024-09-10btrfs: convert btrfs_mark_ordered_io_finished() to take a folioJosef Bacik-5/+4
2024-09-10btrfs: convert btrfs_finish_ordered_extent() to take a folioJosef Bacik-3/+3
2024-09-10btrfs: convert can_finish_ordered_extent() to use a folioJosef Bacik-10/+11
2024-07-11btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inodeDavid Sterba-11/+11
2024-07-11btrfs: update panic message when splitting ordered extentFilipe Manana-1/+1
2024-07-11btrfs: mark ordered extent insertion failure checks as unlikelyFilipe Manana-2/+2
2024-07-11btrfs: avoid removal and re-insertion of split ordered extentFilipe Manana-14/+6
2024-07-11btrfs: add comment about locking to btrfs_split_ordered_extent()Filipe Manana-0/+17
2024-07-11btrfs: reduce critical section at btrfs_wait_ordered_extents()Filipe Manana-1/+1
2024-07-11btrfs: reduce critical section at btrfs_wait_ordered_roots()Filipe Manana-3/+3
2024-07-11btrfs: cleanup duplicated parameters related to create_io_em()Qu Wenruo-1/+1
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extentQu Wenruo-6/+28
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba-7/+21
2024-07-11btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()Filipe Manana-4/+4
2024-07-11btrfs: pass a btrfs_inode to btrfs_fdatawrite_range()Filipe Manana-1/+1
2024-07-11btrfs: make btrfs_finish_ordered_extent() return voidFilipe Manana-2/+1
2024-07-11btrfs: fix function name in comment for btrfs_remove_ordered_extent()Filipe Manana-1/+1
2024-05-28btrfs: ensure fast fsync waits for ordered extents after a write failureFilipe Manana-0/+31
2024-05-07btrfs: handle errors in btrfs_reloc_clone_csums properlyJosef Bacik-0/+6
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik-1/+1
2024-04-30btrfs: set correct ram_bytes when splitting ordered extentQu Wenruo-0/+1
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou-1/+1
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_ordered_extent cacheKunwu Chan-4/+1
2024-03-04btrfs: remove unused included headersDavid Sterba-1/+0
2023-12-15btrfs: migrate subpage code to folio interfacesQu Wenruo-2/+3
2023-12-06btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov-3/+4
2023-12-06btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov-1/+3
2023-10-12btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeDavid Sterba-68/+54
2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba-2/+2
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn-0/+1
2023-09-08btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik-1/+1
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie-3/+1
2023-08-21btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig-0/+4
2023-06-19btrfs: add a btrfs_finish_ordered_extent helperChristoph Hellwig-0/+19
2023-06-19btrfs: factor out a btrfs_queue_ordered_fn helperChristoph Hellwig-9/+12
2023-06-19btrfs: factor out a can_finish_ordered_extent helperChristoph Hellwig-45/+55
2023-06-19btrfs: remove btrfs_add_ordered_extentChristoph Hellwig-24/+1
2023-06-19btrfs: handle completed ordered extents in btrfs_split_ordered_extentChristoph Hellwig-8/+32
2023-06-19btrfs: atomically insert the new extent in btrfs_split_ordered_extentChristoph Hellwig-16/+27
2023-06-19btrfs: split btrfs_alloc_ordered_extent to allocation and insertion helpersChristoph Hellwig-49/+65
2023-06-19btrfs: return the new ordered_extent from btrfs_split_ordered_extentChristoph Hellwig-9/+10
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig-1/+0
2023-04-17btrfs: fold btrfs_clone_ordered_extent into btrfs_split_ordered_extentChristoph Hellwig-23/+14
2023-04-17btrfs: sink parameter len to btrfs_split_ordered_extentChristoph Hellwig-16/+15
2023-04-17btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...Christoph Hellwig-0/+10