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
/
xfs
/
xfs_iomap.c
Age
Commit message (
Expand
)
Author
2019-10-21
xfs: set IOMAP_F_NEW more carefully
Christoph Hellwig
2019-10-21
xfs: initialize iomap->flags in xfs_bmbt_to_iomap
Christoph Hellwig
2019-10-17
iomap: iomap that extends beyond EOF should be marked dirty
Dave Chinner
2019-09-03
xfs: add a xfs_valid_startblock helper
Christoph Hellwig
2019-06-30
xfs: remove XFS_TRANS_NOFS
Christoph Hellwig
2019-06-28
xfs: remove unused header files
Eric Sandeen
2019-02-25
xfs: rework breaking of shared extents in xfs_file_iomap_begin
Darrick J. Wong
2019-02-25
xfs: don't pass iomap flags to xfs_reflink_allocate_cow
Darrick J. Wong
2019-02-21
xfs: introduce an always_cow mode
Christoph Hellwig
2019-02-21
xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay
Christoph Hellwig
2019-02-21
xfs: merge COW handling into xfs_file_iomap_begin_delay
Christoph Hellwig
2019-02-21
xfs: don't use delalloc extents for COW on files with extsize hints
Christoph Hellwig
2019-02-21
xfs: fix SEEK_DATA for speculative COW fork preallocation
Christoph Hellwig
2019-02-21
xfs: make xfs_bmbt_to_iomap more useful
Christoph Hellwig
2019-02-17
xfs: move xfs_iomap_write_allocate to xfs_aops.c
Christoph Hellwig
2019-02-17
xfs: move stat accounting to xfs_bmapi_convert_delalloc
Christoph Hellwig
2019-02-17
xfs: move transaction handling to xfs_bmapi_convert_delalloc
Christoph Hellwig
2019-02-17
xfs: remove the io_type field from the writeback context and ioend
Christoph Hellwig
2019-02-11
xfs: use the latest extent at writeback delalloc conversion time
Brian Foster
2019-02-11
xfs: validate writeback mapping using data fork seq counter
Brian Foster
2018-10-18
xfs: remove the unused trimmed argument from xfs_reflink_trim_around_shared
Christoph Hellwig
2018-10-18
xfs: remove the unused shared argument to xfs_reflink_reserve_cow
Christoph Hellwig
2018-10-18
xfs: handle zeroing in xfs_file_iomap_begin_delay
Christoph Hellwig
2018-08-07
xfs: use WRITE_ONCE to update if_seq
Christoph Hellwig
2018-08-02
xfs: automatic dfops inode relogging
Brian Foster
2018-08-02
xfs: add missing defer ijoins for held inodes
Brian Foster
2018-07-31
xfs: avoid COW fork extent lookups in writeback if the fork didn't change
Christoph Hellwig
2018-07-26
xfs: remove all boilerplate defer init/finish code
Brian Foster
2018-07-11
xfs: remove xfs_defer_init() firstblock param
Brian Foster
2018-07-11
xfs: remove xfs_bmapi_write() firstblock param
Brian Foster
2018-07-11
xfs: use ->t_firstblock for all xfs_bmapi_write() callers
Brian Foster
2018-07-11
xfs: refactor dfops init to attach to transaction
Brian Foster
2018-07-11
xfs: remove xfs_bmapi_write() dfops param
Brian Foster
2018-07-11
xfs: use ->t_dfops for all xfs_bmapi_write() callers
Brian Foster
2018-07-11
xfs: update my copyrights for the writeback and iomap code
Christoph Hellwig
2018-07-11
xfs: add support for sub-pagesize writeback without buffer_heads
Christoph Hellwig
2018-07-11
xfs: allow writeback on pages without buffer heads
Christoph Hellwig
2018-07-11
xfs: move locking into xfs_bmap_punch_delalloc_range
Christoph Hellwig
2018-07-11
Merge branch 'iomap-4.19-merge' into xfs-4.19-merge
Darrick J. Wong
2018-06-24
xfs: recheck reflink state after grabbing ILOCK_SHARED for a write
Darrick J. Wong
2018-06-20
iomap: add initial support for writes without buffer heads
Christoph Hellwig
2018-06-08
xfs: clean up MIN/MAX
Dave Chinner
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2018-05-10
xfs: split out dqget for inodes from regular dqget
Darrick J. Wong
2018-05-10
xfs: remove unnecessary xfs_qm_dqattach parameter
Darrick J. Wong
2018-05-09
xfs: clean up locking in xfs_file_iomap_begin
Dave Chinner
2018-05-09
xfs: simplify xfs_file_iomap_begin() logic
Dave Chinner
2018-03-01
xfs: don't block on the ilock for RWF_NOWAIT
Christoph Hellwig
2018-03-01
xfs: don't start out with the exclusive ilock for direct I/O
Christoph Hellwig
2018-03-01
xfs: don't allocate COW blocks for zeroing holes or unwritten extents
Christoph Hellwig
[next]