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
Age
Commit message (
Expand
)
Author
2016-10-11
xfs: convert COW blocks to real blocks before unwritten extent conversion
Christoph Hellwig
2016-10-10
xfs: rework refcount cow recovery error handling
Darrick J. Wong
2016-10-10
xfs: clear reflink flag if setting realtime flag
Darrick J. Wong
2016-10-10
xfs: fix error initialization
Darrick J. Wong
2016-10-10
xfs: fix label inaccuracies
Darrick J. Wong
2016-10-10
xfs: remove isize check from unshare operation
Darrick J. Wong
2016-10-10
xfs: reduce stack usage of _reflink_clear_inode_flag
Darrick J. Wong
2016-10-10
xfs: check inode reflink flag before calling reflink functions
Darrick J. Wong
2016-10-05
xfs: implement swapext for rmap filesystems
Darrick J. Wong
2016-10-05
xfs: refactor swapext code
Darrick J. Wong
2016-10-05
xfs: various swapext cleanups
Darrick J. Wong
2016-10-05
xfs: recognize the reflink feature bit
Darrick J. Wong
2016-10-05
xfs: simulate per-AG reservations being critically low
Darrick J. Wong
2016-10-05
xfs: don't mix reflink and DAX mode for now
Darrick J. Wong
2016-10-05
xfs: check for invalid inode reflink flags
Darrick J. Wong
2016-10-05
xfs: set a default CoW extent size of 32 blocks
Darrick J. Wong
2016-10-05
xfs: convert unwritten status of reverse mappings for shared files
Darrick J. Wong
2016-10-05
xfs: use interval query for rmap alloc operations on shared files
Darrick J. Wong
2016-10-05
xfs: add shared rmap map/unmap/convert log item types
Darrick J. Wong
2016-10-05
xfs: increase log reservations for reflink
Darrick J. Wong
2016-10-05
xfs: garbage collect old cowextsz reservations
Darrick J. Wong
2016-10-05
xfs: try other AGs to allocate a BMBT block
Darrick J. Wong
2016-10-05
xfs: don't allow reflink when the AG is low on space
Darrick J. Wong
2016-10-05
xfs: preallocate blocks for worst-case btree expansion
Darrick J. Wong
2016-10-05
xfs: create a separate cow extent size hint for the allocator
Darrick J. Wong
2016-10-05
xfs: unshare a range of blocks via fallocate
Darrick J. Wong
2016-10-05
xfs: swap inode reflink flags when swapping inode extents
Darrick J. Wong
2016-10-05
xfs: teach get_bmapx about shared extents and the CoW fork
Darrick J. Wong
2016-10-05
xfs: add dedupe range vfs function
Darrick J. Wong
2016-10-05
xfs: add clone file and clone range vfs functions
Darrick J. Wong
2016-10-05
xfs: reflink extents from one file to another
Darrick J. Wong
2016-10-05
xfs: store in-progress CoW allocations in the refcount btree
Darrick J. Wong
2016-10-05
xfs: cancel pending CoW reservations when destroying inodes
Darrick J. Wong
2016-10-05
xfs: cancel CoW reservations and clear inode reflink flag when freeing blocks
Darrick J. Wong
2016-10-05
xfs: implement CoW for directio writes
Darrick J. Wong
2016-10-05
xfs: report shared extent mappings to userspace correctly
Darrick J. Wong
2016-10-05
xfs: move mappings from cow fork to data fork after copy-write
Darrick J. Wong
2016-10-05
xfs: support removing extents from CoW fork
Darrick J. Wong
2016-10-04
xfs: allocate delayed extents in CoW fork
Darrick J. Wong
2016-10-04
xfs: support allocating delayed extents in CoW fork
Darrick J. Wong
2016-10-04
xfs: create delalloc extents in CoW fork
Darrick J. Wong
2016-10-04
xfs: support bmapping delalloc extents in the CoW fork
Darrick J. Wong
2016-10-04
xfs: introduce the CoW fork
Darrick J. Wong
2016-10-04
xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
Darrick J. Wong
2016-10-04
xfs: add reflink feature flag to geometry
Darrick J. Wong
2016-10-04
xfs: define tracepoints for reflink activities
Darrick J. Wong
2016-10-04
xfs: return work remaining at the end of a bunmapi operation
Darrick J. Wong
2016-10-04
xfs: when replaying bmap operations, don't let unlinked inodes get reaped
Darrick J. Wong
2016-10-04
xfs: implement deferred bmbt map/unmap operations
Darrick J. Wong
2016-10-04
xfs: pass bmapi flags through to bmap_del_extent
Darrick J. Wong
[next]