index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2021-06-29
fs: remove noop_set_page_dirty()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-06-29
iomap: use __set_page_dirty_nobuffers
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-05-04
iomap: remove unused private field from ioend
Brian Foster
1
-1
/
+1
2021-04-15
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
1
-2
/
+1
2021-04-09
xfs: drop unnecessary setfilesize helper
Brian Foster
1
-20
/
+9
2021-04-09
xfs: drop unused ioend private merge and setfilesize code
Brian Foster
1
-45
/
+1
2021-04-09
xfs: open code ioend needs workqueue helper
Brian Foster
1
-8
/
+3
2021-04-09
xfs: drop submit side trans alloc for append ioends
Brian Foster
1
-42
/
+3
2021-04-08
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2021-03-26
xfs: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-02-25
xfs: use current->journal_info for detecting transaction recursion
Dave Chinner
1
-2
/
+15
2020-11-04
xfs: fix missing CoW blocks writeback conversion retry
Darrick J. Wong
1
-2
/
+4
2020-11-04
iomap: support partial page discard on writeback block mapping failure
Brian Foster
1
-6
/
+8
2020-09-21
fs: Introduce i_blocks_per_page
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-06-03
Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2020-06-02
iomap: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-8
/
+5
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
1
-1
/
+1
2020-03-03
xfs: ratelimit xfs_discard_page messages
Christoph Hellwig
1
-1
/
+1
2020-01-03
dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()
Vivek Goyal
1
-1
/
+1
2019-10-28
xfs: add a xfs_inode_buftarg helper
Christoph Hellwig
1
-29
/
+5
2019-10-21
xfs: split out a new set of read-only iomap ops
Christoph Hellwig
1
-4
/
+5
2019-10-21
iomap: lift the xfs writeback code to iomap
Christoph Hellwig
1
-581
/
+58
2019-10-21
iomap: lift common tracing code from xfs to iomap
Christoph Hellwig
1
-24
/
+3
2019-10-21
xfs: remove the fork fields in the writepage_ctx and ioend
Christoph Hellwig
1
-26
/
+45
2019-10-21
xfs: turn io_append_trans into an io_private void pointer
Christoph Hellwig
1
-13
/
+13
2019-10-21
xfs: refactor the ioend merging code
Christoph Hellwig
1
-31
/
+42
2019-10-21
xfs: use a struct iomap in xfs_writepage_ctx
Christoph Hellwig
1
-44
/
+38
2019-07-16
Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2019-07-13
Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-56
/
+65
2019-07-01
block: fix .bi_size overflow
Ming Lei
1
-1
/
+1
2019-06-30
xfs: remove XFS_TRANS_NOFS
Christoph Hellwig
1
-13
/
+22
2019-06-30
xfs: simplify xfs_ioend_can_merge
Christoph Hellwig
1
-12
/
+2
2019-06-30
xfs: allow merging ioends over append boundaries
Christoph Hellwig
1
-7
/
+21
2019-06-30
xfs: fix a comment typo in xfs_submit_ioend
Christoph Hellwig
1
-1
/
+1
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-5
/
+0
2019-06-29
xfs: implement cgroup aware writeback
Christoph Hellwig
1
-1
/
+3
2019-06-29
xfs: simplify xfs_chain_bio
Christoph Hellwig
1
-18
/
+17
2019-06-17
block: return from __bio_try_merge_page if merging occured in the same page
Christoph Hellwig
1
-3
/
+8
2019-05-08
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+1
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
1
-2
/
+1
2019-04-16
xfs: merge adjacent io completions of the same type
Darrick J. Wong
1
-0
/
+86
2019-04-16
xfs: implement per-inode writeback completion queues
Darrick J. Wong
1
-11
/
+38
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
[next]