Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
65eed012d1f2d0f0bf0ffc036826d58147de77b8
/
fs
/
xfs
/
xfs_iomap.c
d392bc8
xfs: remove the unused trimmed argument from xfs_reflink_trim_around_shared
by Christoph Hellwig
· 6 years ago
fc43946
xfs: remove the unused shared argument to xfs_reflink_reserve_cow
by Christoph Hellwig
· 6 years ago
0365c5d
xfs: handle zeroing in xfs_file_iomap_begin_delay
by Christoph Hellwig
· 6 years ago
2ba090d
xfs: use WRITE_ONCE to update if_seq
by Christoph Hellwig
· 6 years ago
a819866
xfs: automatic dfops inode relogging
by Brian Foster
· 6 years ago
488c919
xfs: add missing defer ijoins for held inodes
by Brian Foster
· 6 years ago
e666aa3
xfs: avoid COW fork extent lookups in writeback if the fork didn't change
by Christoph Hellwig
· 6 years ago
c8eac49
xfs: remove all boilerplate defer init/finish code
by Brian Foster
· 6 years ago
5fdd979
xfs: remove xfs_defer_init() firstblock param
by Brian Foster
· 6 years ago
a7beabe
xfs: remove xfs_bmapi_write() firstblock param
by Brian Foster
· 6 years ago
650919f
xfs: use ->t_firstblock for all xfs_bmapi_write() callers
by Brian Foster
· 6 years ago
bcd2c9f
xfs: refactor dfops init to attach to transaction
by Brian Foster
· 6 years ago
6e702a5
xfs: remove xfs_bmapi_write() dfops param
by Brian Foster
· 6 years ago
175d1a0
xfs: use ->t_dfops for all xfs_bmapi_write() callers
by Brian Foster
· 6 years ago
98c1a7c0
xfs: update my copyrights for the writeback and iomap code
by Christoph Hellwig
· 6 years ago
82cb141
xfs: add support for sub-pagesize writeback without buffer_heads
by Christoph Hellwig
· 6 years ago
ac8ee54
xfs: allow writeback on pages without buffer heads
by Christoph Hellwig
· 6 years ago
d438017
xfs: move locking into xfs_bmap_punch_delalloc_range
by Christoph Hellwig
· 6 years ago
c2efdfc
Merge branch 'iomap-4.19-merge' into xfs-4.19-merge
by Darrick J. Wong
· 6 years ago
5bd88d1
xfs: recheck reflink state after grabbing ILOCK_SHARED for a write
by Darrick J. Wong
· 7 years ago
c03cea4
iomap: add initial support for writes without buffer heads
by Christoph Hellwig
· 7 years ago
9bb54cb
xfs: clean up MIN/MAX
by Dave Chinner
· 7 years ago
0b61f8a
xfs: convert to SPDX license tags
by Dave Chinner
· 7 years ago
4882c19
xfs: split out dqget for inodes from regular dqget
by Darrick J. Wong
· 7 years ago
c14cfcc
xfs: remove unnecessary xfs_qm_dqattach parameter
by Darrick J. Wong
· 7 years ago
dfa03a5
xfs: clean up locking in xfs_file_iomap_begin
by Dave Chinner
· 7 years ago
d064178
xfs: simplify xfs_file_iomap_begin() logic
by Dave Chinner
· 7 years ago
ff3d8b9
xfs: don't block on the ilock for RWF_NOWAIT
by Christoph Hellwig
· 7 years ago
af5b5af
xfs: don't start out with the exclusive ilock for direct I/O
by Christoph Hellwig
· 7 years ago
172ed39
xfs: don't allocate COW blocks for zeroing holes or unwritten extents
by Christoph Hellwig
· 7 years ago
b4d8ad7f
xfs: fix s_maxbytes overflow problems
by Darrick J. Wong
· 7 years ago
b7e0b6f
xfs: make iomap_begin functions trim iomaps consistently
by Darrick J. Wong
· 7 years ago
a3841f9
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
808eb24
Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
aaa422c
fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax core
by Dan Williams
· 7 years ago
b2b1712
xfs: introduce the xfs_iext_cursor abstraction
by Christoph Hellwig
· 7 years ago
a39e596
xfs: support for synchronous DAX faults
by Christoph Hellwig
· 7 years ago
e9e899a
xfs: move error injection tags into their own file
by Darrick J. Wong
· 7 years ago
19fe5f6
iomap: Switch from blkno to disk offset
by Andreas Gruenbacher
· 7 years ago
ee70daa
xfs: update i_size after unwritten conversion in dio completion
by Eryu Guan
· 7 years ago
89fd915
Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
f91fb95
xfs: remove unused flags arg from xfs_file_iomap_begin_delay
by Eric Sandeen
· 7 years ago
8ad7c629
xfs: remove the ip argument to xfs_defer_finish
by Christoph Hellwig
· 7 years ago
486aff5
xfs: perform dax_device lookup at mount
by Dan Williams
· 7 years ago
642338b
Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
f8c4725
xfs: convert drop_writes to use the errortag mechanism
by Darrick J. Wong
· 8 years ago
9e24cfd
xfs: remove unneeded parameter from XFS_TEST_ERROR
by Darrick J. Wong
· 8 years ago
29a5d29
xfs: nowait aio support
by Goldwyn Rodrigues
· 8 years ago
f5705aa8c
dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case
by Dan Williams
· 8 years ago
d484467
Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 8 years ago
fa5d932
ext2, ext4, xfs: retrieve dax_device for iomap operations
by Dan Williams
· 8 years ago
84358536d
xfs: actually report xattr extents via iomap
by Darrick J. Wong
· 8 years ago
63fbb4c
xfs: remove the ISUNWRITTEN macro
by Christoph Hellwig
· 8 years ago
f65e6fa
xfs: use iomap new flag for newly allocated delalloc blocks
by Brian Foster
· 8 years ago
9dbddd7
xfs: resurrect debug mode drop buffered writes mechanism
by Brian Foster
· 8 years ago
fa7f138
xfs: clear delalloc and cache on buffered write failure
by Brian Foster
· 8 years ago
3c68d44
xfs: allocate direct I/O COW blocks in iomap_begin
by Christoph Hellwig
· 8 years ago
f13eb20
xfs: introduce xfs_aligned_fsb_count
by Christoph Hellwig
· 8 years ago
54a4ef8
xfs: reject all unaligned direct writes to reflinked files
by Christoph Hellwig
· 8 years ago
5eda430
xfs: mark speculative prealloc CoW fork extents unwritten
by Darrick J. Wong
· 8 years ago
8ff6daa
iomap: constify struct iomap_ops
by Christoph Hellwig
· 8 years ago
d2b3964
xfs: fix COW writeback race
by Christoph Hellwig
· 8 years ago
acdda3a
xfs: use iomap_dio_rw
by Christoph Hellwig
· 8 years ago
f782088
xfs: pass post-eof speculative prealloc blocks to bmapi
by Brian Foster
· 8 years ago
974ae92
xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
by Brian Foster
· 8 years ago
656152e
xfs: use new extent lookup helpers xfs_file_iomap_begin_delay
by Christoph Hellwig
· 8 years ago
65c5f41
xfs: remove prev argument to xfs_bmapi_reserve_delalloc
by Christoph Hellwig
· 8 years ago
3ba020b
xfs: optimize writes to reflink files
by Christoph Hellwig
· 8 years ago
5f9268c
xfs: don't bother looking at the refcount tree for reads
by Christoph Hellwig
· 8 years ago
f7ca352
xfs: create a separate cow extent size hint for the allocator
by Darrick J. Wong
· 8 years ago
db1327b
xfs: report shared extent mappings to userspace correctly
by Darrick J. Wong
· 8 years ago
60b4984
xfs: support allocating delayed extents in CoW fork
by Darrick J. Wong
· 8 years ago
2a06705
xfs: create delalloc extents in CoW fork
by Darrick J. Wong
· 8 years ago
be51f81
xfs: support bmapping delalloc extents in the CoW fork
by Darrick J. Wong
· 8 years ago
6c31f495
xfs: use iomap to implement DAX
by Christoph Hellwig
· 8 years ago
66642c5
xfs: take the ilock shared if possible in xfs_file_iomap_begin
by Christoph Hellwig
· 8 years ago
ecd5072
iomap: add IOMAP_F_NEW flag
by Christoph Hellwig
· 8 years ago
51446f5
xfs: rewrite and optimize the delalloc write path
by Christoph Hellwig
· 8 years ago
f8e3a82
xfs: factor our a helper to calculate the EOF alignment
by Christoph Hellwig
· 8 years ago
e9c4973
xfs: move xfs_bmbt_to_iomap up
by Christoph Hellwig
· 8 years ago
32438cf
Merge branch 'iomap-fixes-4.8-rc3' into for-next
by Dave Chinner
· 8 years ago
1d4795e
xfs: (re-)implement FIEMAP_FLAG_XATTR
by Christoph Hellwig
· 8 years ago
b95a212
xfs: simplify xfs_file_iomap_begin
by Christoph Hellwig
· 8 years ago
0af32fb
xfs: fix bogus space reservation in xfs_iomap_write_allocate
by Christoph Hellwig
· 8 years ago
2c3234d
xfs: rename flist/free_list to dfops
by Darrick J. Wong
· 8 years ago
310a75a
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
by Darrick J. Wong
· 8 years ago
3ab78df
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
by Darrick J. Wong
· 8 years ago
68a9f5e
xfs: implement iomap based buffered write path
by Christoph Hellwig
· 9 years ago
3b3dce0
xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c
by Christoph Hellwig
· 9 years ago
253f491
xfs: better xfs_trans_alloc interface
by Christoph Hellwig
· 9 years ago
dde7f55
Merge branch 'xfs-misc-fixes-for-4.5-2' into for-next
by Dave Chinner
· 9 years ago
f6106ef
xfs: eliminate committed arg from xfs_bmap_finish
by Eric Sandeen
· 9 years ago
3b0fe47
xfs: Don't use reserved blocks for data blocks with DAX
by Dave Chinner
· 9 years ago
264e89a
Merge branch 'xfs-dax-updates' into for-next
by Dave Chinner
· 9 years ago
1ca1915
xfs: Don't use unwritten extents for DAX
by Dave Chinner
· 9 years ago
8a56d7c
Merge branch 'xfs-io-fixes' into for-next
by Dave Chinner
· 9 years ago
316433b
Merge branch 'xfs-logging-fixes' into for-next
by Dave Chinner
· 9 years ago
ff6d6af
xfs: per-filesystem stats counter implementation
by Bill O'Donnell
· 9 years ago
dbd5c8c
xfs: pass total block res. as total xfs_bmapi_write() parameter
by Brian Foster
· 9 years ago
009c6e8
xfs: add missing ilock around dio write last extent alignment
by Brian Foster
· 9 years ago
Next »