index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ordered-data.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
1
-1
/
+1
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_ordered_extent cache
Kunwu Chan
1
-4
/
+1
2024-03-04
btrfs: remove unused included headers
David Sterba
1
-1
/
+0
2023-12-16
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
1
-2
/
+3
2023-12-07
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
1
-3
/
+4
2023-12-07
btrfs: free qgroup reserve when ORDERED_IOERR is set
Boris Burkov
1
-1
/
+3
2023-10-12
btrfs: open code btrfs_ordered_inode_tree in btrfs_inode
David Sterba
1
-68
/
+54
2023-10-12
btrfs: merge ordered work callbacks in btrfs_work into one
David Sterba
1
-2
/
+2
2023-10-12
btrfs: add support for inserting raid stripe extents
Johannes Thumshirn
1
-0
/
+1
2023-09-08
btrfs: check for BTRFS_FS_ERROR in pending ordered assert
Josef Bacik
1
-1
/
+1
2023-08-21
btrfs: use LIST_HEAD() to initialize the list_head
Ruan Jinjie
1
-3
/
+1
2023-08-21
btrfs: remove btrfs_writepage_endio_finish_ordered
Christoph Hellwig
1
-0
/
+4
2023-06-19
btrfs: add a btrfs_finish_ordered_extent helper
Christoph Hellwig
1
-0
/
+19
2023-06-19
btrfs: factor out a btrfs_queue_ordered_fn helper
Christoph Hellwig
1
-9
/
+12
2023-06-19
btrfs: factor out a can_finish_ordered_extent helper
Christoph Hellwig
1
-45
/
+55
2023-06-19
btrfs: remove btrfs_add_ordered_extent
Christoph Hellwig
1
-24
/
+1
2023-06-19
btrfs: handle completed ordered extents in btrfs_split_ordered_extent
Christoph Hellwig
1
-8
/
+32
2023-06-19
btrfs: atomically insert the new extent in btrfs_split_ordered_extent
Christoph Hellwig
1
-16
/
+27
2023-06-19
btrfs: split btrfs_alloc_ordered_extent to allocation and insertion helpers
Christoph Hellwig
1
-49
/
+65
2023-06-19
btrfs: return the new ordered_extent from btrfs_split_ordered_extent
Christoph Hellwig
1
-9
/
+10
2023-06-19
btrfs: optimize the logical to physical mapping for zoned writes
Christoph Hellwig
1
-1
/
+0
2023-04-17
btrfs: fold btrfs_clone_ordered_extent into btrfs_split_ordered_extent
Christoph Hellwig
1
-23
/
+14
2023-04-17
btrfs: sink parameter len to btrfs_split_ordered_extent
Christoph Hellwig
1
-16
/
+15
2023-04-17
btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...
Christoph Hellwig
1
-0
/
+10
2023-04-17
btrfs: pass flags as unsigned long to btrfs_add_ordered_extent
Boris Burkov
1
-1
/
+1
2023-04-17
btrfs: add function to create and return an ordered extent
Boris Burkov
1
-9
/
+37
2023-02-13
btrfs: remove the wait argument to btrfs_start_ordered_extent
Christoph Hellwig
1
-14
/
+11
2022-12-13
Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-10
/
+15
2022-12-05
btrfs: pass btrfs_inode to btrfs_add_delayed_iput
David Sterba
1
-1
/
+1
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file prototypes to file.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: update function comments
David Sterba
1
-6
/
+7
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: use cached_state for btrfs_check_nocow_lock
Josef Bacik
1
-3
/
+4
2022-12-05
btrfs: add a cached_state to try_lock_extent
Josef Bacik
1
-1
/
+1
2022-11-25
btrfs: replace INT_LIMIT(loff_t) with OFFSET_MAX
Zhen Lei
1
-3
/
+3
2022-09-29
btrfs: add btrfs_try_lock_ordered_range
Josef Bacik
1
-0
/
+25
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
1
-2
/
+2
2022-09-26
btrfs: add lockdep annotations for the ordered extents wait event
Ioannis Angelakopoulos
1
-0
/
+18
2022-09-26
btrfs: add lockdep annotations for pending_ordered wait event
Ioannis Angelakopoulos
1
-0
/
+3
2022-07-25
btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finished
Christoph Hellwig
1
-6
/
+11
2022-07-25
btrfs: add tracepoints for ordered extents
Johannes Thumshirn
1
-3
/
+16
2022-07-25
btrfs: fix typos in comments
David Sterba
1
-2
/
+2
2022-03-14
btrfs: add BTRFS_IOC_ENCODED_WRITE
Omar Sandoval
1
-3
/
+9
2022-03-14
btrfs: add ram_bytes and offset to btrfs_ordered_extent
Omar Sandoval
1
-85
/
+35
2021-09-07
btrfs: zoned: fix double counting of split ordered extent
Naohiro Aota
1
-0
/
+8
2021-08-23
btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending
David Sterba
1
-4
/
+1
2021-07-22
btrfs: store a block_device in struct btrfs_ordered_extent
Christoph Hellwig
1
-2
/
+0
2021-06-21
btrfs: make page Ordered bit to be subpage compatible
Qu Wenruo
1
-2
/
+3
2021-06-21
btrfs: rename PagePrivate2 to PageOrdered inside btrfs
Qu Wenruo
1
-4
/
+4
[next]