index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ordered-data.c
Age
Commit message (
Expand
)
Author
2023-09-08
btrfs: check for BTRFS_FS_ERROR in pending ordered assert
Josef Bacik
2023-08-21
btrfs: use LIST_HEAD() to initialize the list_head
Ruan Jinjie
2023-08-21
btrfs: remove btrfs_writepage_endio_finish_ordered
Christoph Hellwig
2023-06-19
btrfs: add a btrfs_finish_ordered_extent helper
Christoph Hellwig
2023-06-19
btrfs: factor out a btrfs_queue_ordered_fn helper
Christoph Hellwig
2023-06-19
btrfs: factor out a can_finish_ordered_extent helper
Christoph Hellwig
2023-06-19
btrfs: remove btrfs_add_ordered_extent
Christoph Hellwig
2023-06-19
btrfs: handle completed ordered extents in btrfs_split_ordered_extent
Christoph Hellwig
2023-06-19
btrfs: atomically insert the new extent in btrfs_split_ordered_extent
Christoph Hellwig
2023-06-19
btrfs: split btrfs_alloc_ordered_extent to allocation and insertion helpers
Christoph Hellwig
2023-06-19
btrfs: return the new ordered_extent from btrfs_split_ordered_extent
Christoph Hellwig
2023-06-19
btrfs: optimize the logical to physical mapping for zoned writes
Christoph Hellwig
2023-04-17
btrfs: fold btrfs_clone_ordered_extent into btrfs_split_ordered_extent
Christoph Hellwig
2023-04-17
btrfs: sink parameter len to btrfs_split_ordered_extent
Christoph Hellwig
2023-04-17
btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...
Christoph Hellwig
2023-04-17
btrfs: pass flags as unsigned long to btrfs_add_ordered_extent
Boris Burkov
2023-04-17
btrfs: add function to create and return an ordered extent
Boris Burkov
2023-02-13
btrfs: remove the wait argument to btrfs_start_ordered_extent
Christoph Hellwig
2022-12-12
Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2022-12-05
btrfs: pass btrfs_inode to btrfs_add_delayed_iput
David Sterba
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
2022-12-05
btrfs: move file prototypes to file.h
Josef Bacik
2022-12-05
btrfs: update function comments
David Sterba
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
2022-12-05
btrfs: use cached_state for btrfs_check_nocow_lock
Josef Bacik
2022-12-05
btrfs: add a cached_state to try_lock_extent
Josef Bacik
2022-11-25
btrfs: replace INT_LIMIT(loff_t) with OFFSET_MAX
Zhen Lei
2022-09-29
btrfs: add btrfs_try_lock_ordered_range
Josef Bacik
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
2022-09-26
btrfs: add lockdep annotations for the ordered extents wait event
Ioannis Angelakopoulos
2022-09-26
btrfs: add lockdep annotations for pending_ordered wait event
Ioannis Angelakopoulos
2022-07-25
btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finished
Christoph Hellwig
2022-07-25
btrfs: add tracepoints for ordered extents
Johannes Thumshirn
2022-07-25
btrfs: fix typos in comments
David Sterba
2022-03-14
btrfs: add BTRFS_IOC_ENCODED_WRITE
Omar Sandoval
2022-03-14
btrfs: add ram_bytes and offset to btrfs_ordered_extent
Omar Sandoval
2021-09-07
btrfs: zoned: fix double counting of split ordered extent
Naohiro Aota
2021-08-23
btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending
David Sterba
2021-07-22
btrfs: store a block_device in struct btrfs_ordered_extent
Christoph Hellwig
2021-06-21
btrfs: make page Ordered bit to be subpage compatible
Qu Wenruo
2021-06-21
btrfs: rename PagePrivate2 to PageOrdered inside btrfs
Qu Wenruo
2021-06-21
btrfs: introduce btrfs_lookup_first_ordered_range()
Qu Wenruo
2021-06-21
btrfs: refactor how we finish ordered extent io for endio functions
Qu Wenruo
2021-04-28
btrfs: zoned: fix silent data loss after failure splitting ordered extent
Filipe Manana
2021-04-19
btrfs: replace offset_in_entry with in_range
Nikolay Borisov
2021-02-09
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
2021-02-09
btrfs: save irq flags when looking up an ordered extent
Johannes Thumshirn
2021-02-09
btrfs: zoned: split ordered extent when bio is sent
Naohiro Aota
2021-02-08
btrfs: track ordered bytes instead of just dio ordered bytes
Josef Bacik
2021-02-08
btrfs: rework the order of btrfs_ordered_extent::flags
Qu Wenruo
[next]