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
2021-02-08
btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectid
Nikolay Borisov
2021-01-07
btrfs: print the actual offset in btrfs_root_name
Josef Bacik
2020-12-18
btrfs: add assertion for empty list of transactions at late stage of umount
Filipe Manana
2020-12-18
btrfs: fix race between RO remount and the cleaner task
Filipe Manana
2020-12-18
btrfs: fix transaction leak and crash after cleaning up orphans on RO mount
Filipe Manana
2020-12-09
btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offset
Qu Wenruo
2020-12-09
btrfs: fix lockdep warning when creating free space tree
Boris Burkov
2020-12-09
btrfs: keep sb cache_generation consistent with space_cache
Boris Burkov
2020-12-09
btrfs: clear free space tree on ro->rw remount
Boris Burkov
2020-12-09
btrfs: clear oneshot options on mount and remount
Boris Burkov
2020-12-09
btrfs: create free space tree on ro->rw remount
Boris Burkov
2020-12-09
btrfs: start orphan cleanup on ro->rw remount
Boris Burkov
2020-12-09
btrfs: lift read-write mount setup from mount and remount
Boris Burkov
2020-12-09
btrfs: remove inode number cache feature
Nikolay Borisov
2020-12-09
btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.c
Nikolay Borisov
2020-12-09
btrfs: implement log-structured superblock for ZONED mode
Naohiro Aota
2020-12-09
btrfs: check and enable ZONED mode
Naohiro Aota
2020-12-08
btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_buffer
Qu Wenruo
2020-12-08
btrfs: drop unused argument step from btrfs_free_extra_devids
Anand Jain
2020-12-08
btrfs: set the lockdep class for extent buffers on creation
Josef Bacik
2020-12-08
btrfs: pass the owner_root and level to alloc_extent_buffer
Josef Bacik
2020-12-08
btrfs: pass root owner to read_tree_block
Josef Bacik
2020-12-08
btrfs: cleanup extent buffer readahead
Josef Bacik
2020-12-08
btrfs: remove lockdep classes for the fs tree
Josef Bacik
2020-12-08
btrfs: pass bvec to csum_dirty_buffer instead of page
Qu Wenruo
2020-12-08
btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer()
Qu Wenruo
2020-12-08
btrfs: make csum_tree_block() handle node smaller than page
Qu Wenruo
2020-12-08
btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirty
Qu Wenruo
2020-12-08
btrfs: locking: remove all the blocking helpers
Josef Bacik
2020-12-08
btrfs: remove unnecessary local variables for checksum size
David Sterba
2020-12-08
btrfs: switch cached fs_info::csum_size from u16 to u32
David Sterba
2020-12-08
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
2020-12-08
btrfs: precalculate checksums per leaf once
David Sterba
2020-12-08
btrfs: store precalculated csum_size in fs_info
David Sterba
2020-12-08
btrfs: use precalculated sectorsize_bits from fs_info
David Sterba
2020-12-08
btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bio
Qu Wenruo
2020-12-08
btrfs: add set/get accessors for root_item::drop_level
David Sterba
2020-12-08
btrfs: use root_item helpers for limit and flags in btrfs_create_tree
David Sterba
2020-12-08
btrfs: generate lockdep keyset names at compile time
David Sterba
2020-12-08
btrfs: use the right number of levels for lockdep keysets
David Sterba
2020-12-08
btrfs: introduce mount option rescue=ignoredatacsums
Josef Bacik
2020-12-08
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
2020-12-08
btrfs: show rescue=usebackuproot in /proc/mounts
Josef Bacik
2020-12-08
btrfs: calculate more accurate remaining time to sleep in transaction_kthread
Nikolay Borisov
2020-12-08
btrfs: record delta directly in transaction_kthread
Nikolay Borisov
2020-12-08
btrfs: remove redundant time check in transaction kthread loop
Nikolay Borisov
2020-12-07
btrfs: use helpers to convert from seconds to jiffies in transaction_kthread
Nikolay Borisov
2020-10-30
Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-26
btrfs: add a helper to read the tree_root commit root for backref lookup
Josef Bacik
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
[next]