index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ordered-data.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-15
btrfs: fold error checks when allocating ordered extent and update comments
Filipe Manana
1
-12
/
+14
2025-05-15
btrfs: check we grabbed inode reference when allocating an ordered extent
Filipe Manana
1
-8
/
+15
2025-05-15
btrfs: fix qgroup reservation leak on failure to allocate ordered extent
Filipe Manana
1
-3
/
+9
2025-05-15
btrfs: simplify csum list release at btrfs_put_ordered_extent()
Filipe Manana
1
-8
/
+4
2025-05-15
btrfs: use unsigned types for constants defined as bit shifts
David Sterba
1
-2
/
+2
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
1
-4
/
+4
2025-03-18
btrfs: introduce a read path dedicated extent lock helper
Qu Wenruo
1
-5
/
+18
2025-01-23
btrfs: fix assertion failure when splitting ordered extent after transaction abort
Filipe Manana
1
-0
/
+12
2024-11-22
Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-5
/
+5
2024-11-08
range: Add range_overlaps()
Ira Weiny
1
-5
/
+5
2024-10-04
btrfs: Switch from using the private_2 flag to owner_2
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-09-10
btrfs: add and use helper to verify the calling task has locked the inode
Filipe Manana
1
-1
/
+1
2024-09-10
btrfs: convert btrfs_mark_ordered_io_finished() to take a folio
Josef Bacik
1
-5
/
+4
2024-09-10
btrfs: convert btrfs_finish_ordered_extent() to take a folio
Josef Bacik
1
-3
/
+3
2024-09-10
btrfs: convert can_finish_ordered_extent() to use a folio
Josef Bacik
1
-10
/
+11
2024-07-11
btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inode
David Sterba
1
-11
/
+11
2024-07-11
btrfs: update panic message when splitting ordered extent
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: mark ordered extent insertion failure checks as unlikely
Filipe Manana
1
-2
/
+2
2024-07-11
btrfs: avoid removal and re-insertion of split ordered extent
Filipe Manana
1
-14
/
+6
2024-07-11
btrfs: add comment about locking to btrfs_split_ordered_extent()
Filipe Manana
1
-0
/
+17
2024-07-11
btrfs: reduce critical section at btrfs_wait_ordered_extents()
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: reduce critical section at btrfs_wait_ordered_roots()
Filipe Manana
1
-3
/
+3
2024-07-11
btrfs: cleanup duplicated parameters related to create_io_em()
Qu Wenruo
1
-1
/
+1
2024-07-11
btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extent
Qu Wenruo
1
-6
/
+28
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
1
-7
/
+21
2024-07-11
btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()
Filipe Manana
1
-4
/
+4
2024-07-11
btrfs: pass a btrfs_inode to btrfs_fdatawrite_range()
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: make btrfs_finish_ordered_extent() return void
Filipe Manana
1
-2
/
+1
2024-07-11
btrfs: fix function name in comment for btrfs_remove_ordered_extent()
Filipe Manana
1
-1
/
+1
2024-05-28
btrfs: ensure fast fsync waits for ordered extents after a write failure
Filipe Manana
1
-0
/
+31
2024-05-07
btrfs: handle errors in btrfs_reloc_clone_csums properly
Josef Bacik
1
-0
/
+6
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-1
/
+1
2024-04-30
btrfs: set correct ram_bytes when splitting ordered extent
Qu Wenruo
1
-0
/
+1
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-15
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
1
-2
/
+3
2023-12-06
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
1
-3
/
+4
2023-12-06
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
[next]