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
2019-04-29
btrfs: get fs_info from eb in btrfs_check_leaf_full
David Sterba
2019-04-29
btrfs: replace pending/pinned chunks lists with io tree
Jeff Mahoney
2019-04-29
btrfs: Transpose btrfs_close_devices/btrfs_mapping_tree_free in close_ctree
Nikolay Borisov
2019-04-29
btrfs: combine device update operations during transaction commit
Nikolay Borisov
2019-04-29
btrfs: qgroup: remove obsolete fs_info members
David Sterba
2019-04-29
btrfs: get fs_info from eb in btrfs_verify_level_key
David Sterba
2019-04-29
btrfs: get fs_info from eb in btree_read_extent_buffer_pages
David Sterba
2019-04-29
btrfs: get fs_info from eb in clean_tree_block
David Sterba
2019-04-29
btrfs: get fs_info from eb in check_tree_block_fsid
David Sterba
2019-04-29
btrfs: get fs_info from eb in repair_eb_io_failure
David Sterba
2019-04-29
btrfs: move tree block wait and write helpers to tree-log
David Sterba
2019-04-29
btrfs: disk-io: Show the timing of corrupted tree block explicitly
Qu Wenruo
2019-04-29
btrfs: Always output error message when key/level verification fails
Qu Wenruo
2019-04-29
btrfs: Check the first key and level for cached extent buffer
Qu Wenruo
2019-04-29
btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages fails
Nikolay Borisov
2019-04-29
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
Qu Wenruo
2019-04-29
btrfs: switch extent_io_tree::track_uptodate to bool
David Sterba
2019-04-29
btrfs: Introduce fs_info to extent_io_tree
Qu Wenruo
2019-04-29
btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_block
Johannes Thumshirn
2019-04-29
btrfs: factor our read/write stage off csum_tree_block into its callers
Johannes Thumshirn
2019-03-12
mm: refactor readahead defines in mm.h
Nikolay Borisov
2019-03-08
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-02-25
btrfs: scrub: convert scrub_workers_refcnt to refcount_t
Anand Jain
2019-02-25
btrfs: replace cleaner_delayed_iput_mutex with a waitqueue
Josef Bacik
2019-02-25
btrfs: open code now trivial btrfs_set_lock_blocking
David Sterba
2019-02-25
btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpers
David Sterba
2019-02-25
btrfs: qgroup: Introduce per-root swapped blocks infrastructure
Qu Wenruo
2019-02-25
btrfs: relocation: Delay reloc tree deletion after merge_reloc_roots
Qu Wenruo
2019-02-25
btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_head
Josef Bacik
2019-02-25
btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lock
Josef Bacik
2019-02-25
Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()
Filipe Manana
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-01-18
btrfs: wakeup cleaner thread when adding delayed iput
Josef Bacik
2019-01-18
btrfs: wait on ordered extents on abort cleanup
Josef Bacik
2019-01-18
btrfs: handle delayed ref head accounting cleanup in abort
Josef Bacik
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-12-17
btrfs: introduce delayed_refs_rsv
Josef Bacik
2018-12-17
btrfs: dev-replace: remove custom read/write blocking scheme
David Sterba
2018-12-17
btrfs: dev-replace: swich locking to rw semaphore
David Sterba
2018-12-17
btrfs: document extent mapping assumptions in checksum
Johannes Thumshirn
2018-12-17
btrfs: Remove extent_io_ops::readpage_io_failed_hook
Nikolay Borisov
2018-12-17
btrfs: merge btrfs_submit_bio_done to its caller
David Sterba
2018-12-17
Btrfs: allow clear_extent_dirty() to receive a cached extent state record
Filipe Manana
2018-12-17
btrfs: Add handling for disk split-brain scenario during fsid change
Nikolay Borisov
2018-12-17
btrfs: Remove fsid/metadata_fsid fields from btrfs_info
Nikolay Borisov
2018-12-17
btrfs: Introduce support for FSID change without metadata rewrite
Nikolay Borisov
2018-12-17
Btrfs: prevent ioctls from interfering with a swap file
Omar Sandoval
2018-11-13
btrfs: Always try all copies when reading extent buffers
Nikolay Borisov
2018-11-07
Btrfs: fix missing delayed iputs on unmount
Omar Sandoval
2018-11-06
btrfs: fix pinned underflow after transaction aborted
Lu Fengqi
[prev]
[next]