index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
direct.c
Age
Commit message (
Expand
)
Author
2020-01-15
NFS: Fix nfs_direct_write_reschedule_io()
Trond Myklebust
2020-01-15
NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()
Trond Myklebust
2019-10-09
NFS: Remove redundant mirror tracking in O_DIRECT
Trond Myklebust
2019-10-09
NFS: Fix O_DIRECT accounting of number of bytes read/written
Trond Myklebust
2019-08-19
NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0
Trond Myklebust
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-04-25
pNFS: Add tracking to limit the number of pNFS retries
Trond Myklebust
2019-04-25
NFS: Remove unused argument from nfs_create_request()
Trond Myklebust
2019-02-20
NFS: Pass error information to the pgio error cleanup routine
Trond Myklebust
2019-02-20
NFS: Clean up list moves of struct nfs_page
Trond Myklebust
2018-12-02
nfs: don't dirty kernel pages read by direct-io
Dave Kleikamp
2018-08-08
NFS: Use an appropriate work queue for direct-write completion
NeilBrown
2018-03-08
NFS: Fix an incorrect type in struct nfs_direct_req
Trond Myklebust
2018-01-16
NFS: commit direct writes even if they fail partially
J. Bruce Fields
2017-08-15
NFSv4: Use a mutex to protect the per-inode commit lists
Trond Myklebust
2017-05-10
Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2017-04-20
NFS: Clean up nfs_direct_commit_complete()
Anna Schumaker
2017-04-20
NFS: Remove nfs_direct_readpage_release()
Anna Schumaker
2017-04-17
fix nfs O_DIRECT advancing iov_iter too much
Al Viro
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-01
NFS: Remove unused argument from nfs_direct_write_complete()
Anna Schumaker
2016-09-23
NFS: direct: use complete() instead of complete_all()
Daniel Wagner
2016-07-30
Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2016-07-28
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-07-24
Merge branch 'writeback'
Trond Myklebust
2016-07-05
NFS: Cleanup nfs_direct_complete()
Trond Myklebust
2016-07-05
NFS: Do not serialise O_DIRECT reads and writes
Trond Myklebust
2016-07-05
NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.c
Trond Myklebust
2016-07-05
NFS: Remove racy size manipulations in O_DIRECT
Trond Myklebust
2016-07-05
NFS: Ensure we reset the write verifier 'committed' value on resend.
Trond Myklebust
2016-07-05
NFS: Fix O_DIRECT verifier problems
Trond Myklebust
2016-06-24
NFS: Fix up O_DIRECT results
Trond Myklebust
2016-05-29
missed comment updates from ->direct_IO() prototype change
Al Viro
2016-05-26
Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2016-05-17
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-05-09
NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock
Dave Wysochanski
2016-05-09
nfs: add debug to directio "good_bytes" counting
Weston Andros Adamson
2016-05-02
Merge getxattr prototype change into work.lookups
Al Viro
2016-05-01
fs: simplify the generic_write_sync prototype
Christoph Hellwig
2016-05-01
fs: add IOCB_SYNC and IOCB_DSYNC
Christoph Hellwig
2016-05-01
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
2016-04-10
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
Al Viro
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-01-22
wrappers for ->i_mutex access
Al Viro
2016-01-04
Merge branch 'pnfs_generic'
Trond Myklebust
2015-12-31
NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid
Trond Myklebust
2015-12-31
NFS: Allow multiple commit requests in flight per file
Trond Myklebust
2015-12-31
NFS/pNFS: Fix up pNFS write reschedule layering violations and bugs
Trond Myklebust
2015-12-28
NFS41: pop some layoutget errors to application
Peng Tao
2015-09-22
NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is set
Kinglong Mee
[next]