index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_aops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-09
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+5
2019-02-21
xfs: introduce an always_cow mode
Christoph Hellwig
1
-1
/
+1
2019-02-21
xfs: also truncate holes covered by COW blocks
Christoph Hellwig
1
-15
/
+16
2019-02-17
xfs: retry COW fork delalloc conversion when no extent was found
Christoph Hellwig
1
-2
/
+16
2019-02-17
xfs: remove the truncate short cut in xfs_map_blocks
Christoph Hellwig
1
-20
/
+0
2019-02-17
xfs: move xfs_iomap_write_allocate to xfs_aops.c
Christoph Hellwig
1
-6
/
+45
2019-02-17
xfs: remove the s_maxbytes checks in xfs_map_blocks
Christoph Hellwig
1
-6
/
+2
2019-02-17
xfs: remove the io_type field from the writeback context and ioend
Christoph Hellwig
1
-51
/
+42
2019-02-15
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
1
-0
/
+2
2019-02-15
block: enable multipage bvecs
Ming Lei
1
-2
/
+2
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
1
-2
/
+3
2019-02-12
xfs: remove superfluous writeback mapping eof trimming
Brian Foster
1
-15
/
+0
2019-02-12
xfs: validate writeback mapping using data fork seq counter
Brian Foster
1
-13
/
+47
2019-02-04
xfs: eof trim writeback mapping as soon as it is cached
Brian Foster
1
-0
/
+2
2018-10-18
xfs: remove XFS_IO_INVALID
Christoph Hellwig
1
-2
/
+2
2018-08-07
xfs: use WRITE_ONCE to update if_seq
Christoph Hellwig
1
-2
/
+2
2018-07-31
xfs: avoid COW fork extent lookups in writeback if the fork didn't change
Christoph Hellwig
1
-5
/
+33
2018-07-30
xfs: introduce a new xfs_inode_has_cow_data helper
Christoph Hellwig
1
-2
/
+2
2018-07-12
xfs: update my copyrights for the writeback and iomap code
Christoph Hellwig
1
-0
/
+1
2018-07-12
xfs: add support for sub-pagesize writeback without buffer_heads
Christoph Hellwig
1
-434
/
+58
2018-07-12
xfs: allow writeback on pages without buffer heads
Christoph Hellwig
1
-14
/
+37
2018-07-12
xfs: refactor the tail of xfs_writepage_map
Christoph Hellwig
1
-33
/
+32
2018-07-12
xfs: remove xfs_start_page_writeback
Christoph Hellwig
1
-26
/
+20
2018-07-12
xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
Christoph Hellwig
1
-17
/
+5
2018-07-12
xfs: don't look at buffer heads in xfs_add_to_ioend
Christoph Hellwig
1
-36
/
+32
2018-07-12
xfs: remove the imap_valid flag
Christoph Hellwig
1
-51
/
+38
2018-07-12
xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
Christoph Hellwig
1
-14
/
+5
2018-07-12
xfs: remove xfs_reflink_find_cow_mapping
Christoph Hellwig
1
-6
/
+13
2018-07-12
xfs: make xfs_writepage_map extent map centric
Dave Chinner
1
-52
/
+36
2018-07-12
xfs: rename the offset variable in xfs_writepage_map
Christoph Hellwig
1
-10
/
+10
2018-07-12
xfs: remove xfs_map_cow
Christoph Hellwig
1
-98
/
+97
2018-07-12
xfs: remove xfs_reflink_trim_irec_to_next_cow
Christoph Hellwig
1
-7
/
+0
2018-07-12
xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks
Christoph Hellwig
1
-4
/
+1
2018-07-12
xfs: don't clear imap_valid for a non-uptodate buffers
Christoph Hellwig
1
-7
/
+2
2018-07-12
xfs: do not set the page uptodate in xfs_writepage_map
Christoph Hellwig
1
-6
/
+0
2018-07-12
xfs: move locking into xfs_bmap_punch_delalloc_range
Christoph Hellwig
1
-2
/
+0
2018-07-12
xfs: simplify xfs_aops_discard_page
Christoph Hellwig
1
-76
/
+9
2018-07-12
xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
Christoph Hellwig
1
-0
/
+4
2018-06-13
Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-13
/
+12
2018-06-08
xfs: xfs_reflink_convert_cow() memory allocation deadlock
Dave Chinner
1
-0
/
+11
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-06-05
Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-6
/
+15
2018-06-02
xfs: use iomap_bmap
Christoph Hellwig
1
-6
/
+3
2018-05-31
xfs: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-1
/
+1
2018-05-16
iomap: add a swapfile activation function
Darrick J. Wong
1
-0
/
+12
2018-04-11
export __set_page_dirty
Matthew Wilcox
1
-13
/
+2
2018-04-10
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-16
/
+18
2018-04-06
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2018-03-30
xfs, dax: introduce xfs_dax_aops
Dan Williams
1
-16
/
+18
2018-03-19
vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalents
Ingo Molnar
1
-1
/
+1
[next]