summaryrefslogtreecommitdiff
path: root/fs/btrfs/ordered-data.c
AgeCommit message (Expand)Author
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba
2024-07-11btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()Filipe Manana
2024-07-11btrfs: pass a btrfs_inode to btrfs_fdatawrite_range()Filipe Manana
2024-07-11btrfs: make btrfs_finish_ordered_extent() return voidFilipe Manana
2024-07-11btrfs: fix function name in comment for btrfs_remove_ordered_extent()Filipe Manana
2024-05-28btrfs: ensure fast fsync waits for ordered extents after a write failureFilipe Manana
2024-05-07btrfs: handle errors in btrfs_reloc_clone_csums properlyJosef Bacik
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik
2024-04-30btrfs: set correct ram_bytes when splitting ordered extentQu Wenruo
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou
2024-03-04btrfs: use KMEM_CACHE() to create btrfs_ordered_extent cacheKunwu Chan
2024-03-04btrfs: remove unused included headersDavid Sterba
2023-12-15btrfs: migrate subpage code to folio interfacesQu Wenruo
2023-12-06btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov
2023-12-06btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov
2023-10-12btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeDavid Sterba
2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn
2023-09-08btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie
2023-08-21btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig
2023-06-19btrfs: add a btrfs_finish_ordered_extent helperChristoph Hellwig
2023-06-19btrfs: factor out a btrfs_queue_ordered_fn helperChristoph Hellwig
2023-06-19btrfs: factor out a can_finish_ordered_extent helperChristoph Hellwig
2023-06-19btrfs: remove btrfs_add_ordered_extentChristoph Hellwig
2023-06-19btrfs: handle completed ordered extents in btrfs_split_ordered_extentChristoph Hellwig
2023-06-19btrfs: atomically insert the new extent in btrfs_split_ordered_extentChristoph Hellwig
2023-06-19btrfs: split btrfs_alloc_ordered_extent to allocation and insertion helpersChristoph Hellwig
2023-06-19btrfs: return the new ordered_extent from btrfs_split_ordered_extentChristoph Hellwig
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig
2023-04-17btrfs: fold btrfs_clone_ordered_extent into btrfs_split_ordered_extentChristoph Hellwig
2023-04-17btrfs: sink parameter len to btrfs_split_ordered_extentChristoph Hellwig
2023-04-17btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...Christoph Hellwig
2023-04-17btrfs: pass flags as unsigned long to btrfs_add_ordered_extentBoris Burkov
2023-04-17btrfs: add function to create and return an ordered extentBoris Burkov
2023-02-13btrfs: remove the wait argument to btrfs_start_ordered_extentChristoph Hellwig
2022-12-12Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik
2022-12-05btrfs: move file prototypes to file.hJosef Bacik
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-12-05btrfs: use cached_state for btrfs_check_nocow_lockJosef Bacik
2022-12-05btrfs: add a cached_state to try_lock_extentJosef Bacik
2022-11-25btrfs: replace INT_LIMIT(loff_t) with OFFSET_MAXZhen Lei
2022-09-29btrfs: add btrfs_try_lock_ordered_rangeJosef Bacik
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik
2022-09-26btrfs: add lockdep annotations for the ordered extents wait eventIoannis Angelakopoulos
2022-09-26btrfs: add lockdep annotations for pending_ordered wait eventIoannis Angelakopoulos
2022-07-25btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedChristoph Hellwig