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_file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-10
Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-362
/
+16
2017-07-08
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2017-07-06
xfs: minimal conversion to errseq_t writeback error reporting
Jeff Layton
1
-1
/
+1
2017-07-03
xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA
Christoph Hellwig
1
-361
/
+14
2017-06-28
xfs: free cowblocks and retry on buffered write ENOSPC
Brian Foster
1
-0
/
+1
2017-06-20
xfs: pass along transaction context when reading directory block buffers
Darrick J. Wong
1
-1
/
+1
2017-06-20
xfs: nowait aio support
Goldwyn Rodrigues
1
-6
/
+26
2017-05-25
xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...
Jan Kara
1
-30
/
+8
2017-05-25
xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()
Jan Kara
1
-1
/
+1
2017-05-25
xfs: Fix missed holes in SEEK_HOLE implementation
Jan Kara
1
-20
/
+9
2017-05-25
xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
Eryu Guan
1
-1
/
+1
2017-02-28
fs: add i_blocksize()
Fabian Frederick
1
-2
/
+2
2017-02-25
mm: replace FAULT_FLAG_SIZE with parameter to huge_fault
Dave Jiang
1
-4
/
+5
2017-02-25
mm,fs,dax: change ->pmd_fault to ->huge_fault
Dave Jiang
1
-5
/
+5
2017-02-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-14
/
+11
2017-02-23
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-9
/
+6
2017-02-23
mm, dax: change pmd_fault() to take only vmf parameter
Dave Jiang
1
-4
/
+3
2017-02-23
mm, dax: make pmd_fault() and friends be the same as fault()
Dave Jiang
1
-6
/
+4
2017-02-07
xfs: allocate direct I/O COW blocks in iomap_begin
Christoph Hellwig
1
-8
/
+0
2017-02-07
xfs: reject all unaligned direct writes to reflinked files
Christoph Hellwig
1
-0
/
+9
2017-02-03
xfs: fail _dir_open when readahead fails
Darrick J. Wong
1
-2
/
+2
2017-01-31
xfs: sync eofblocks scans under iolock are livelock prone
Brian Foster
1
-4
/
+9
2016-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-19
/
+0
2016-12-10
fs: try to clone files first in vfs_copy_file_range
Christoph Hellwig
1
-19
/
+0
2016-12-09
Merge branch 'xfs-4.10-misc-fixes-4' into for-next
Dave Chinner
1
-17
/
+12
2016-12-09
xfs: Always flush caches when integrity is required
Dave Chinner
1
-17
/
+12
2016-12-07
Merge branch 'xfs-4.10-misc-fixes-3' into for-next
Dave Chinner
1
-9
/
+0
2016-12-05
xfs: don't cap maximum dedupe request length
Darrick J. Wong
1
-9
/
+0
2016-11-30
xfs: use iomap_dio_rw
Christoph Hellwig
1
-89
/
+60
2016-11-30
xfs: remove i_iolock and use i_rwsem in the VFS inode instead
Christoph Hellwig
1
-56
/
+23
2016-11-30
Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directio
Dave Chinner
1
-199
/
+33
2016-11-08
xfs: use struct iomap based DAX PMD fault path
Ross Zwisler
1
-1
/
+1
2016-11-08
dax: correct dax iomap code namespace
Ross Zwisler
1
-4
/
+4
2016-10-20
xfs: merge xfs_reflink_remap_range and xfs_file_share_range
Christoph Hellwig
1
-129
/
+3
2016-10-20
xfs: remove xfs_file_wait_for_io
Christoph Hellwig
1
-29
/
+10
2016-10-20
xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_range
Christoph Hellwig
1
-21
/
+41
2016-10-20
xfs: fix the same_inode check in xfs_file_share_range
Christoph Hellwig
1
-1
/
+1
2016-10-20
xfs: remove the same fs check from xfs_file_share_range
Christoph Hellwig
1
-3
/
+0
2016-10-20
xfs: don't take the IOLOCK exclusive for direct I/O page invalidation
Christoph Hellwig
1
-68
/
+30
2016-10-14
Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-4
/
+217
2016-10-10
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2016-10-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-10-10
fix ITER_PIPE interaction with direct_IO
Al Viro
1
-1
/
+1
2016-10-10
xfs: fix label inaccuracies
Darrick J. Wong
1
-4
/
+4
2016-10-08
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
1
-1
/
+1
2016-10-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2016-10-08
ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings
Toshi Kani
1
-0
/
+1
2016-10-08
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-40
/
+1
2016-10-06
xfs: don't mix reflink and DAX mode for now
Darrick J. Wong
1
-0
/
+4
2016-10-06
xfs: garbage collect old cowextsz reservations
Darrick J. Wong
1
-0
/
+3
[next]