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
/
ctree.h
Age
Commit message (
Expand
)
Author
2020-03-23
btrfs: kill the subvol_srcu
Josef Bacik
2020-03-23
btrfs: make the extent buffer leak check per fs info
Josef Bacik
2020-03-23
btrfs: add helper to get the end offset of a file extent item
Filipe Manana
2020-03-23
btrfs: Remove block_rsv parameter from btrfs_drop_snapshot
Nikolay Borisov
2020-03-23
btrfs: relocation: add error injection points for cancelling balance
Qu Wenruo
2020-03-23
Btrfs: move all reflink implementation code into its own file
Filipe Manana
2020-03-23
btrfs: simplify parameters of btrfs_set_disk_extent_flags
David Sterba
2020-03-23
btrfs: open code trivial helper btrfs_header_chunk_tree_uuid
David Sterba
2020-03-23
btrfs: open code trivial helper btrfs_header_fsid
David Sterba
2020-03-23
btrfs: convert snapshot/nocow exlcusion to drew lock
Nikolay Borisov
2020-03-23
btrfs: Implement DREW lock
Nikolay Borisov
2020-03-23
btrfs: export helpers for subvolume name/id resolution
Marcos Paulo de Souza
2020-03-23
btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterate
Nikolay Borisov
2020-03-23
btrfs: switch to per-transaction pinned extents
Nikolay Borisov
2020-03-23
btrfs: Make btrfs_pin_extent_for_log_replay take transaction handle
Nikolay Borisov
2020-03-23
btrfs: Make btrfs_pin_reserved_extent take transaction handle
Nikolay Borisov
2020-03-23
btrfs: Make btrfs_pin_extent take trans handle
Nikolay Borisov
2020-03-23
btrfs: add a leak check for roots
Josef Bacik
2020-03-23
btrfs: export and rename free_fs_info
Josef Bacik
2020-03-23
btrfs: introduce per-inode file extent tree
Josef Bacik
2020-01-31
Btrfs: fix race between adding and putting tree mod seq elements and nodes
Filipe Manana
2020-01-23
btrfs: separate definition of assertion failure handlers
David Sterba
2020-01-20
btrfs: keep track of discard reuse stats
Dennis Zhou
2020-01-20
btrfs: have multiple discard lists
Dennis Zhou
2020-01-20
btrfs: make max async discard size tunable
Dennis Zhou
2020-01-20
btrfs: add kbps discard rate limit for async discard
Dennis Zhou
2020-01-20
btrfs: calculate discard delay based on number of extents
Dennis Zhou
2020-01-20
btrfs: keep track of discardable_bytes for async discard
Dennis Zhou
2020-01-20
btrfs: track discardable extents for async discard
Dennis Zhou
2020-01-20
btrfs: sysfs: add UUID/debug/discard directory
Dennis Zhou
2020-01-20
btrfs: sysfs: make UUID/debug have its own kobject
Dennis Zhou
2020-01-20
btrfs: handle empty block_group removal for async discard
Dennis Zhou
2020-01-20
btrfs: add the beginning of async discard, discard workqueue
Dennis Zhou
2020-01-20
btrfs: rename DISCARD mount option to to DISCARD_SYNC
Dennis Zhou
2020-01-20
btrfs: drop create parameter to btrfs_get_extent()
Omar Sandoval
2020-01-20
btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()
Omar Sandoval
2020-01-20
btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappers
Omar Sandoval
2020-01-20
btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extent
Nikolay Borisov
2019-12-13
Btrfs: fix missing data checksums after replaying a log tree
Filipe Manana
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
2019-11-18
btrfs: add incompat for raid1 with 3, 4 copies
David Sterba
2019-11-18
btrfs: add support for 4-copy replication (raid1c4)
David Sterba
2019-11-18
btrfs: add support for 3-copy replication (raid1c3)
David Sterba
2019-11-18
btrfs: rename extent buffer block group item accessors
David Sterba
2019-11-18
btrfs: rename block_group_item on-stack accessors to follow naming
David Sterba
2019-11-18
btrfs: add member for a specific checksum driver
David Sterba
2019-11-18
btrfs: sysfs: export supported checksums
David Sterba
2019-11-18
Btrfs: delete the entire async bio submission framework
Chris Mason
2019-11-18
btrfs: add __pure attribute to functions
David Sterba
2019-11-18
btrfs: add const function attribute
David Sterba
[next]