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
starfive-6.6.48-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
/
nfs
/
direct.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-24
NFS: Fix up O_DIRECT results
Trond Myklebust
1
-3
/
+7
2016-05-26
Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-7
/
+10
2016-05-18
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-11
/
+10
2016-05-09
NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock
Dave Wysochanski
1
-5
/
+5
2016-05-09
nfs: add debug to directio "good_bytes" counting
Weston Andros Adamson
1
-2
/
+5
2016-05-03
Merge getxattr prototype change into work.lookups
Al Viro
1
-1
/
+1
2016-05-02
fs: simplify the generic_write_sync prototype
Christoph Hellwig
1
-1
/
+3
2016-05-02
fs: add IOCB_SYNC and IOCB_DSYNC
Christoph Hellwig
1
-1
/
+1
2016-05-02
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
1
-10
/
+7
2016-04-11
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
Al Viro
1
-1
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-4
/
+4
2016-01-23
wrappers for ->i_mutex access
Al Viro
1
-6
/
+6
2016-01-04
Merge branch 'pnfs_generic'
Trond Myklebust
1
-9
/
+24
2015-12-31
NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid
Trond Myklebust
1
-0
/
+12
2015-12-31
NFS: Allow multiple commit requests in flight per file
Trond Myklebust
1
-6
/
+0
2015-12-31
NFS/pNFS: Fix up pNFS write reschedule layering violations and bugs
Trond Myklebust
1
-6
/
+15
2015-12-28
NFS41: pop some layoutget errors to application
Peng Tao
1
-1
/
+14
2015-09-23
NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is set
Kinglong Mee
1
-2
/
+5
2015-04-27
Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-21
/
+18
2015-04-24
direct-io: only inc/dec inode->i_dio_count for file systems
Jens Axboe
1
-5
/
+5
2015-04-23
nfs: remove WARN_ON_ONCE from nfs_direct_good_bytes
Peng Tao
1
-2
/
+0
2015-04-23
nfs: fix DIO good bytes calculation
Peng Tao
1
-12
/
+17
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-2
/
+2
2015-04-15
nfs: generic_write_checks() shouldn't be done on swapout...
Al Viro
1
-9
/
+3
2015-04-12
switch generic_write_checks() to iocb and iter
Al Viro
1
-15
/
+10
2015-04-12
generic_write_checks(): drop isblk argument
Al Viro
1
-1
/
+1
2015-04-12
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
1
-2
/
+1
2015-04-12
direct_IO: use iov_iter_rw() instead of rw everywhere
Omar Sandoval
1
-1
/
+1
2015-04-12
Merge branch 'iocb' into for-next
Al Viro
1
-2
/
+2
2015-03-27
NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECT
Trond Myklebust
1
-0
/
+1
2015-03-13
fs: split generic and aio kiocb
Christoph Hellwig
1
-1
/
+1
2015-03-13
nfs: clean up nfs_direct_IO
Peng Tao
1
-7
/
+0
2015-03-13
fs: remove ki_nbytes
Christoph Hellwig
1
-1
/
+1
2015-02-14
NFS: struct nfs_commit_info.lock must always point to inode->i_lock
Trond Myklebust
1
-1
/
+1
2015-02-04
Merge branch 'flexfiles'
Trond Myklebust
1
-17
/
+95
2015-02-03
nfs: count DIO good bytes correctly with mirroring
Peng Tao
1
-4
/
+8
2015-02-03
nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes
Peng Tao
1
-0
/
+6
2015-02-03
pnfs: fail comparison when bucket verifier not set
Weston Andros Adamson
1
-1
/
+5
2015-02-03
nfs: mirroring support for direct io
Weston Andros Adamson
1
-14
/
+57
2015-02-03
nfs: add mirroring support to pgio layer
Weston Andros Adamson
1
-3
/
+14
2015-02-03
pnfs: pass ds_commit_idx through the commit path
Weston Andros Adamson
1
-2
/
+3
2015-02-03
nfs: rename pgio header ds_idx to ds_commit_idx
Weston Andros Adamson
1
-8
/
+6
2015-02-03
pnfs: Do not grab the commit_info lock twice when rescheduling writes
Tom Haynes
1
-4
/
+15
2015-01-22
nfs: fix dio deadlock when O_DIRECT flag is flipped
Peng Tao
1
-0
/
+6
2014-11-12
nfs: fix pnfs direct write memory leak
Peng Tao
1
-0
/
+1
2014-10-18
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+5
2014-10-14
block: Remove REQ_KERNEL
Martin K. Petersen
1
-7
/
+5
2014-09-12
NFS: Unconditionally enable commit code
Anna Schumaker
1
-14
/
+0
2014-07-13
Merge branch 'bugfixes' into linux-next
Trond Myklebust
1
-2
/
+0
2014-07-13
NFS: Remove 2 unused variables
Trond Myklebust
1
-2
/
+0
[next]