Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
d9838b1d39283c1200c13f9076474c7624b8ec34
/
fs
/
xfs
/
xfs_aops.c
c2f0921
xfs: fix missing CoW blocks writeback conversion retry
by Darrick J. Wong
· 4 years, 2 months ago
763e4cd
iomap: support partial page discard on writeback block mapping failure
by Brian Foster
· 4 years, 3 months ago
24addd8
fs: Introduce i_blocks_per_page
by Matthew Wilcox (Oracle)
· 4 years, 4 months ago
16d9154
Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 4 years, 8 months ago
9d24a13
iomap: convert from readpages to readahead
by Matthew Wilcox (Oracle)
· 4 years, 8 months ago
f7e67b2
xfs: move the fork format fields into struct xfs_ifork
by Christoph Hellwig
· 4 years, 8 months ago
4ab45e2
xfs: ratelimit xfs_discard_page messages
by Christoph Hellwig
· 5 years ago
3f666c5
dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()
by Vivek Goyal
· 5 years ago
30fa529
xfs: add a xfs_inode_buftarg helper
by Christoph Hellwig
· 5 years ago
690c2a3
xfs: split out a new set of read-only iomap ops
by Christoph Hellwig
· 5 years ago
598ecfb
iomap: lift the xfs writeback code to iomap
by Christoph Hellwig
· 5 years ago
9e91c57
iomap: lift common tracing code from xfs to iomap
by Christoph Hellwig
· 5 years ago
760fea8
xfs: remove the fork fields in the writepage_ctx and ioend
by Christoph Hellwig
· 5 years ago
5653017
xfs: turn io_append_trans into an io_private void pointer
by Christoph Hellwig
· 5 years ago
433dad9
xfs: refactor the ioend merging code
by Christoph Hellwig
· 5 years ago
4e087a3
xfs: use a struct iomap in xfs_writepage_ctx
by Christoph Hellwig
· 5 years ago
9637d51
Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
4ce9d18
Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
79d08f8
block: fix .bi_size overflow
by Ming Lei
· 6 years ago
73d30d4
xfs: remove XFS_TRANS_NOFS
by Christoph Hellwig
· 6 years ago
fe64e0d
xfs: simplify xfs_ioend_can_merge
by Christoph Hellwig
· 6 years ago
7dbae9f
xfs: allow merging ioends over append boundaries
by Christoph Hellwig
· 6 years ago
0290d9c
xfs: fix a comment typo in xfs_submit_ioend
by Christoph Hellwig
· 6 years ago
250d4b4
xfs: remove unused header files
by Eric Sandeen
· 6 years ago
adfb5fb
xfs: implement cgroup aware writeback
by Christoph Hellwig
· 6 years ago
a247373
xfs: simplify xfs_chain_bio
by Christoph Hellwig
· 6 years ago
ff89673
block: return from __bio_try_merge_page if merging occured in the same page
by Christoph Hellwig
· 6 years ago
67a2422
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
2b070cf
block: remove the i argument to bio_for_each_segment_all
by Christoph Hellwig
· 6 years ago
3994fc4
xfs: merge adjacent io completions of the same type
by Darrick J. Wong
· 6 years ago
cb357bf
xfs: implement per-inode writeback completion queues
by Darrick J. Wong
· 6 years ago
80201fe
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
66ae56a
xfs: introduce an always_cow mode
by Christoph Hellwig
· 6 years ago
12df89f
xfs: also truncate holes covered by COW blocks
by Christoph Hellwig
· 6 years ago
7588cbe
xfs: retry COW fork delalloc conversion when no extent was found
by Christoph Hellwig
· 6 years ago
19c8e4e
xfs: remove the truncate short cut in xfs_map_blocks
by Christoph Hellwig
· 6 years ago
4ad765e
xfs: move xfs_iomap_write_allocate to xfs_aops.c
by Christoph Hellwig
· 6 years ago
b4e2903
xfs: remove the s_maxbytes checks in xfs_map_blocks
by Christoph Hellwig
· 6 years ago
be225fe
xfs: remove the io_type field from the writeback context and ioend
by Christoph Hellwig
· 6 years ago
6fb845f
Merge tag 'v5.0-rc6' into for-5.1/block
by Jens Axboe
· 6 years ago
07173c3
block: enable multipage bvecs
by Ming Lei
· 6 years ago
6dc4f10
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
by Ming Lei
· 6 years ago
3b35089
xfs: remove superfluous writeback mapping eof trimming
by Brian Foster
· 6 years ago
d9252d5
xfs: validate writeback mapping using data fork seq counter
by Brian Foster
· 6 years ago
aa6ee4a
xfs: eof trim writeback mapping as soon as it is cached
by Brian Foster
· 6 years ago
97e5a6e
xfs: remove XFS_IO_INVALID
by Christoph Hellwig
· 6 years ago
2ba090d
xfs: use WRITE_ONCE to update if_seq
by Christoph Hellwig
· 6 years ago
e666aa3
xfs: avoid COW fork extent lookups in writeback if the fork didn't change
by Christoph Hellwig
· 7 years ago
51d6269
xfs: introduce a new xfs_inode_has_cow_data helper
by Christoph Hellwig
· 7 years ago
98c1a7c0
xfs: update my copyrights for the writeback and iomap code
by Christoph Hellwig
· 7 years ago
82cb141
xfs: add support for sub-pagesize writeback without buffer_heads
by Christoph Hellwig
· 7 years ago
ac8ee54
xfs: allow writeback on pages without buffer heads
by Christoph Hellwig
· 7 years ago
8e1f065
xfs: refactor the tail of xfs_writepage_map
by Christoph Hellwig
· 7 years ago
1b65d3dd
xfs: remove xfs_start_page_writeback
by Christoph Hellwig
· 7 years ago
6d465e8
xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
by Christoph Hellwig
· 7 years ago
3faed66
xfs: don't look at buffer heads in xfs_add_to_ioend
by Christoph Hellwig
· 7 years ago
889c65b
xfs: remove the imap_valid flag
by Christoph Hellwig
· 7 years ago
3345746
xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
by Christoph Hellwig
· 7 years ago
060d4ea
xfs: remove xfs_reflink_find_cow_mapping
by Christoph Hellwig
· 7 years ago
e2f6ad4
xfs: make xfs_writepage_map extent map centric
by Dave Chinner
· 7 years ago
6a4c950
xfs: rename the offset variable in xfs_writepage_map
by Christoph Hellwig
· 7 years ago
5c665e5
xfs: remove xfs_map_cow
by Christoph Hellwig
· 7 years ago
fca8c80
xfs: remove xfs_reflink_trim_irec_to_next_cow
by Christoph Hellwig
· 7 years ago
a7b28f7
xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks
by Christoph Hellwig
· 7 years ago
c57371a
xfs: don't clear imap_valid for a non-uptodate buffers
by Christoph Hellwig
· 7 years ago
91cdfd1
xfs: do not set the page uptodate in xfs_writepage_map
by Christoph Hellwig
· 7 years ago
d438017
xfs: move locking into xfs_bmap_punch_delalloc_range
by Christoph Hellwig
· 7 years ago
0362572
xfs: simplify xfs_aops_discard_page
by Christoph Hellwig
· 7 years ago
8b2e77c
xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
by Christoph Hellwig
· 7 years ago
a205f0c
Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
4a2d01b
xfs: xfs_reflink_convert_cow() memory allocation deadlock
by Dave Chinner
· 7 years ago
0b61f8a
xfs: convert to SPDX license tags
by Dave Chinner
· 7 years ago
6567af7
Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
b84e772
xfs: use iomap_bmap
by Christoph Hellwig
· 7 years ago
e292d7b
xfs: convert to bioset_init()/mempool_init()
by Kent Overstreet
· 7 years ago
6748212
iomap: add a swapfile activation function
by Darrick J. Wong
· 7 years ago
f82b376
export __set_page_dirty
by Matthew Wilcox
· 7 years ago
9f3a094
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
9022ca6
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
6e2608d
xfs, dax: introduce xfs_dax_aops
by Dan Williams
· 7 years ago
793057e
vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalents
by Ingo Molnar
· 7 years ago
1d4352d
xfs: minor cleanup for xfs_get_blocks
by Christoph Hellwig
· 7 years ago
7d9df3c
xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocks
by Christoph Hellwig
· 7 years ago
4df0f7f
xfs: fix transaction allocation deadlock in IO path
by Dave Chinner
· 7 years ago
70c57dcd
xfs: skip CoW writes past EOF when writeback races with truncate
by Darrick J. Wong
· 7 years ago
c969004
xfs: use %px for data pointers when debugging
by Darrick J. Wong
· 7 years ago
b4d8ad7f
xfs: fix s_maxbytes overflow problems
by Darrick J. Wong
· 7 years ago
2d5f4b5
xfs: remove unused parameter from xfs_writepage_map
by Darrick J. Wong
· 7 years ago
22a6c83
xfs: ubsan fixes
by Darrick J. Wong
· 7 years ago
40214d1
xfs: trim writepage mapping to within eof
by Brian Foster
· 7 years ago
793d7db
xfs: cancel dirty pages on invalidation
by Dave Chinner
· 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
a0725ab
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
8353a81
xfs: open code end_buffer_async_write in xfs_finish_page_writeback
by Christoph Hellwig
· 7 years ago
486aff5
xfs: perform dax_device lookup at mount
by Dan Williams
· 7 years ago
74d4699
block: replace bi_bdev with a gendisk pointer and partitions index
by Christoph Hellwig
· 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
· 8 years ago
c6b1e36
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
31d7d58
xfs: add support for passing in write hints for buffered writes
by Jens Axboe
· 8 years ago
Next »