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
/
disk-io.c
Age
Commit message (
Expand
)
Author
2025-01-13
btrfs: split waiting from read_extent_buffer_pages(), drop parameter wait
David Sterba
2025-01-13
btrfs: add tracking of read blocks for read policy
Anand Jain
2025-01-13
btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late()
Anand Jain
2025-01-13
btrfs: validate system chunk array at btrfs_validate_super()
Qu Wenruo
2024-12-06
btrfs: flush delalloc workers queue before stopping cleaner kthread during un...
Filipe Manana
2024-11-11
btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction()
Filipe Manana
2024-11-11
btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()
Filipe Manana
2024-11-11
btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.c
Filipe Manana
2024-11-11
btrfs: remove BUG_ON() at btrfs_destroy_delayed_refs()
Filipe Manana
2024-11-11
btrfs: rename extent map shrinker members from struct btrfs_fs_info
Filipe Manana
2024-11-11
btrfs: simplify tracking progress for the extent map shrinker
Filipe Manana
2024-11-11
btrfs: make the extent map shrinker run asynchronously as a work queue job
Filipe Manana
2024-11-11
btrfs: drop unused parameter transaction from alloc_log_tree()
David Sterba
2024-11-11
btrfs: drop unused parameter options from open_ctree()
David Sterba
2024-10-24
Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-10-22
btrfs: qgroup: set a more sane default value for subtree drop threshold
Qu Wenruo
2024-10-04
Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-01
btrfs: wait for fixup workers before stopping cleaner kthread during umount
Filipe Manana
2024-09-10
btrfs: convert try_release_extent_buffer() to take a folio
Li Zetao
2024-09-10
btrfs: subpage: remove btrfs_fs_info::subpage_info member
Qu Wenruo
2024-07-17
Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-07-12
Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-07-11
btrfs: avoid races when tracking progress for extent map shrinking
Filipe Manana
2024-07-11
btrfs: fix data race when accessing the last_trans field of a root
Filipe Manana
2024-07-11
btrfs: introduce new "rescue=ignoresuperflags" mount option
Qu Wenruo
2024-07-11
btrfs: introduce new "rescue=ignoremetacsums" mount option
Qu Wenruo
2024-07-11
btrfs: output the unrecognized super block flags as hex
Qu Wenruo
2024-07-11
btrfs: fix typo in error message in btrfs_validate_super()
Mark Harmstone
2024-07-11
btrfs: remove all extra btrfs_check_eb_owner() calls
Josef Bacik
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
2024-07-11
btrfs: rename err to ret in btrfs_cleanup_fs_roots()
Anand Jain
2024-07-11
btrfs: add and use helper to commit the current transaction
Filipe Manana
2024-07-11
btrfs: avoid create and commit empty transaction when committing super
Filipe Manana
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
2024-07-11
btrfs: move btrfs_block_group_root() to block-group.c
Anand Jain
2024-07-11
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
2024-07-11
btrfs: remove location key from struct btrfs_inode
Filipe Manana
2024-07-11
btrfs: remove inode_lock from struct btrfs_root and use xarray locks
Filipe Manana
2024-07-11
btrfs: use an xarray to track open inodes in a root
Filipe Manana
2024-06-07
Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-06-05
btrfs: fix leak of qgroup extent records after transaction abort
Filipe Manana
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-07
btrfs: count super block write errors in device instead of tracking folio err...
Matthew Wilcox (Oracle)
2024-05-07
btrfs: use the folio iterator in btrfs_end_super_write()
Matthew Wilcox (Oracle)
2024-05-07
btrfs: convert super block writes to folio in write_dev_supers()
Matthew Wilcox (Oracle)
2024-05-07
btrfs: convert super block writes to folio in wait_dev_supers()
Matthew Wilcox (Oracle)
2024-05-07
btrfs: use btrfs_is_testing() everywhere
David Sterba
2024-05-07
btrfs: initialize delayed inodes xarray without GFP_ATOMIC
Filipe Manana
2024-05-07
btrfs: add a global per cpu counter to track number of used extent maps
Filipe Manana
[next]