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
/
inode.c
Age
Commit message (
Expand
)
Author
2023-08-14
btrfs: fix infinite directory reads
Filipe Manana
2023-08-10
btrfs: properly clear end of the unreserved range in cow_file_range
Christoph Hellwig
2023-07-18
btrfs: fix ordered extent split error handling in btrfs_dio_submit_io
Christoph Hellwig
2023-07-18
btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand
Josef Bacik
2023-07-18
btrfs: use irq safe locking when running and adding delayed iputs
Filipe Manana
2023-07-18
btrfs: fix iput() on error pointer after error during orphan cleanup
Filipe Manana
2023-07-18
btrfs: fix double iput() on inode after an error during orphan cleanup
Filipe Manana
2023-06-19
btrfs: do not BUG_ON after failure to migrate space during truncation
Filipe Manana
2023-06-19
btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
2023-06-19
btrfs: use btrfs_finish_ordered_extent to complete direct writes
Christoph Hellwig
2023-06-19
btrfs: add an ordered_extent pointer to struct btrfs_bio
Christoph Hellwig
2023-06-19
btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_io
Christoph Hellwig
2023-06-19
btrfs: pass an ordered_extent to btrfs_submit_compressed_write
Christoph Hellwig
2023-06-19
btrfs: pass an ordered_extent to btrfs_reloc_clone_csums
Christoph Hellwig
2023-06-19
btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocow
Christoph Hellwig
2023-06-19
btrfs: don't treat zoned writeback as being from an async helper thread
Christoph Hellwig
2023-06-19
btrfs: remove PAGE_SET_ERROR
Christoph Hellwig
2023-06-19
btrfs: stop setting PageError in the data I/O path
Christoph Hellwig
2023-06-19
btrfs: rename cow_file_range_async to run_delalloc_compressed
Christoph Hellwig
2023-06-19
btrfs: don't fail writeback when allocating the compression context fails
Christoph Hellwig
2023-06-19
btrfs: pass the new logical address to split_extent_map
Christoph Hellwig
2023-06-19
btrfs: defer splitting of ordered extents until I/O completion
Christoph Hellwig
2023-06-19
btrfs: return the new ordered_extent from btrfs_split_ordered_extent
Christoph Hellwig
2023-06-19
btrfs: reorder conditions in btrfs_extract_ordered_extent
Christoph Hellwig
2023-06-19
btrfs: move split_extent_map to extent_map.c
Christoph Hellwig
2023-06-19
btrfs: optimize the logical to physical mapping for zoned writes
Christoph Hellwig
2023-06-19
btrfs: rename the bytenr field in struct btrfs_ordered_sum to logical
Christoph Hellwig
2023-06-19
btrfs: drop gfp from parameter extent state helpers
David Sterba
2023-06-19
btrfs: open code set_extent_delalloc
David Sterba
2023-06-19
btrfs: change for_rename argument of btrfs_record_unlink_dir() to bool
Filipe Manana
2023-06-19
btrfs: handle tree backref walk error properly
Qu Wenruo
2023-06-19
btrfs: output affected files when relocation fails
Qu Wenruo
2023-06-19
btrfs: determine synchronous writers from bio or writeback control
Christoph Hellwig
2023-06-19
btrfs: use SECTOR_SHIFT to convert physical offset to LBA
Anand Jain
2023-06-13
btrfs: can_nocow_file_extent should pass down args->strict from callers
Chris Mason
2023-06-13
btrfs: fix iomap_begin length for nocow writes
Christoph Hellwig
2023-05-10
btrfs: zoned: zone finish data relocation BG with last IO
Naohiro Aota
2023-04-17
btrfs: introduce btrfs_bio::fs_info member
Qu Wenruo
2023-04-17
btrfs, block: move REQ_CGROUP_PUNT to btrfs
Christoph Hellwig
2023-04-17
btrfs: also use kthread_associate_blkcg for uncompressible ranges
Christoph Hellwig
2023-04-17
btrfs: don't free the async_extent in submit_uncompressed_range
Christoph Hellwig
2023-04-17
btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_write
Christoph Hellwig
2023-04-17
btrfs: split partial dio bios before submit
Boris Burkov
2023-04-17
btrfs: don't split NOCOW extent_maps in btrfs_extract_ordered_extent
Boris Burkov
2023-04-17
btrfs: pass an ordered_extent to btrfs_extract_ordered_extent
Christoph Hellwig
2023-04-17
btrfs: simplify extent map splitting and rename split_zoned_em
Christoph Hellwig
2023-04-17
btrfs: sink parameter len to btrfs_split_ordered_extent
Christoph Hellwig
2023-04-17
btrfs: simplify splitting logic in btrfs_extract_ordered_extent
Christoph Hellwig
2023-04-17
btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...
Christoph Hellwig
2023-04-17
btrfs: stash ordered extent in dio_data during iomap dio
Boris Burkov
[next]