index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ordered-data.c
Age
Commit message (
Expand
)
Author
2024-07-11
btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inode
David Sterba
2024-07-11
btrfs: update panic message when splitting ordered extent
Filipe Manana
2024-07-11
btrfs: mark ordered extent insertion failure checks as unlikely
Filipe Manana
2024-07-11
btrfs: avoid removal and re-insertion of split ordered extent
Filipe Manana
2024-07-11
btrfs: add comment about locking to btrfs_split_ordered_extent()
Filipe Manana
2024-07-11
btrfs: reduce critical section at btrfs_wait_ordered_extents()
Filipe Manana
2024-07-11
btrfs: reduce critical section at btrfs_wait_ordered_roots()
Filipe Manana
2024-07-11
btrfs: cleanup duplicated parameters related to create_io_em()
Qu Wenruo
2024-07-11
btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extent
Qu Wenruo
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
2024-07-11
btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()
Filipe Manana
2024-07-11
btrfs: pass a btrfs_inode to btrfs_fdatawrite_range()
Filipe Manana
2024-07-11
btrfs: make btrfs_finish_ordered_extent() return void
Filipe Manana
2024-07-11
btrfs: fix function name in comment for btrfs_remove_ordered_extent()
Filipe Manana
2024-05-28
btrfs: ensure fast fsync waits for ordered extents after a write failure
Filipe Manana
2024-05-07
btrfs: handle errors in btrfs_reloc_clone_csums properly
Josef Bacik
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
2024-04-30
btrfs: set correct ram_bytes when splitting ordered extent
Qu Wenruo
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_ordered_extent cache
Kunwu Chan
2024-03-04
btrfs: remove unused included headers
David Sterba
2023-12-15
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
2023-12-06
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
2023-12-06
btrfs: free qgroup reserve when ORDERED_IOERR is set
Boris Burkov
2023-10-12
btrfs: open code btrfs_ordered_inode_tree in btrfs_inode
David Sterba
2023-10-12
btrfs: merge ordered work callbacks in btrfs_work into one
David Sterba
2023-10-12
btrfs: add support for inserting raid stripe extents
Johannes Thumshirn
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
[next]