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
Age
Commit message (
Expand
)
Author
2021-08-23
btrfs: introduce btrfs_search_backwards function
Marcos Paulo de Souza
2021-08-23
btrfs: print if fsverity support is built in when loading module
David Sterba
2021-08-23
btrfs: verity metadata orphan items
Boris Burkov
2021-08-23
btrfs: initial fsverity support
Boris Burkov
2021-08-23
btrfs: add ro compat flags to inodes
Boris Burkov
2021-08-23
btrfs: simplify return values in btrfs_check_raid_min_devices
Anand Jain
2021-08-23
btrfs: remove the dead comment in writepage_delalloc()
Qu Wenruo
2021-08-23
btrfs: allow degenerate raid0/raid10
David Sterba
2021-08-23
btrfs: do not pin logs too early during renames
Filipe Manana
2021-08-23
btrfs: eliminate some false positives when checking if inode was logged
Filipe Manana
2021-08-23
btrfs: drop unnecessary ASSERT from btrfs_submit_direct()
Naohiro Aota
2021-08-23
btrfs: fix argument type of btrfs_bio_clone_partial()
Chaitanya Kulkarni
2021-08-23
btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking
Josef Bacik
2021-08-23
btrfs: wait on async extents when flushing delalloc
Josef Bacik
2021-08-23
btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc
Josef Bacik
2021-08-23
btrfs: enable a tracepoint when we fail tickets
Josef Bacik
2021-08-23
btrfs: wake up async_delalloc_pages waiters after submit
Josef Bacik
2021-08-23
btrfs: unify regular and subpage error paths in __extent_writepage()
Qu Wenruo
2021-08-23
btrfs: allow read-write for 4K sectorsize on 64K page size systems
Qu Wenruo
2021-08-23
btrfs: subpage: fix relocation potentially overwriting last page data
Qu Wenruo
2021-08-23
btrfs: subpage: fix false alert when relocating partial preallocated data ext...
Qu Wenruo
2021-08-23
btrfs: subpage: fix a potential use-after-free in writeback helper
Qu Wenruo
2021-08-23
btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage()
Qu Wenruo
2021-08-23
btrfs: subpage: reject raid56 filesystem and profile conversion
Qu Wenruo
2021-08-23
btrfs: subpage: allow submit_extent_page() to do bio split
Qu Wenruo
2021-08-23
btrfs: subpage: disable inline extent creation
Qu Wenruo
2021-08-23
btrfs: subpage: fix writeback which does not have ordered extent
Qu Wenruo
2021-08-23
btrfs: make relocate_one_page() handle subpage case
Qu Wenruo
2021-08-23
btrfs: reloc: factor out relocation page read and dirty part
Qu Wenruo
2021-08-23
btrfs: rework lzo_decompress_bio() to make it subpage compatible
Qu Wenruo
2021-08-23
btrfs: rework btrfs_decompress_buf2page()
Qu Wenruo
2021-08-23
btrfs: grab correct extent map for subpage compressed extent read
Qu Wenruo
2021-08-23
btrfs: disable compressed readahead for subpage
Qu Wenruo
2021-08-23
btrfs: subpage: check if there are compressed extents inside one page
Qu Wenruo
2021-08-23
btrfs: reset this_bio_flag to avoid inheriting old flags
Qu Wenruo
2021-08-23
btrfs: constify and cleanup variables in comparators
David Sterba
2021-08-23
btrfs: simplify data stripe calculation helpers
David Sterba
2021-08-23
btrfs: merge alloc_device helpers
David Sterba
2021-08-23
btrfs: uninline btrfs_bg_flags_to_raid_index
David Sterba
2021-08-23
btrfs: tree-checker: add missing stripe checks for raid1c3/4 profiles
David Sterba
2021-08-23
btrfs: tree-checker: use table values for stripe checks
David Sterba
2021-08-23
btrfs: make btrfs_next_leaf static inline
David Sterba
2021-08-23
btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending
David Sterba
2021-08-23
btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered
David Sterba
2021-08-23
btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()
Qu Wenruo
2021-08-23
btrfs: introduce btrfs_lookup_match_dir
Marcos Paulo de Souza
2021-08-23
btrfs: remove unneeded return variable in btrfs_lookup_file_extent
Marcos Paulo de Souza
2021-08-23
btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritems
Marcos Paulo de Souza
2021-08-23
btrfs: remove ignore_offset argument from btrfs_find_all_roots()
Filipe Manana
2021-08-23
btrfs: avoid unnecessary lock and leaf splits when updating inode in the log
Filipe Manana
[prev]
[next]