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
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-15
nfs: get clone_blksize when probing fsinfo
Peng Tao
3
-0
/
+27
2015-10-15
nfs42: add NFS_IOC_CLONE ioctl
Peng Tao
1
-0
/
+102
2015-10-15
nfs42: add CLONE proc functions
Peng Tao
3
-1
/
+74
2015-10-15
nfs42: add CLONE xdr functions
Peng Tao
2
-1
/
+97
2015-10-08
NFSv4: Unify synchronous and asynchronous error handling
Trond Myklebust
1
-74
/
+49
2015-10-08
NFSv4: Don't use synchronous delegation recall in exception handling
Trond Myklebust
2
-9
/
+5
2015-10-08
NFSv4: nfs4_async_handle_error should take a non-const nfs_server
Trond Myklebust
1
-3
/
+3
2015-10-08
NFSv4: Update the delay statistics counter for synchronous delays
Trond Myklebust
1
-1
/
+2
2015-10-08
NFSv4: Refactor NFSv4 error handling
Trond Myklebust
2
-9
/
+36
2015-10-07
NFS: Fix a tracepoint NULL-pointer dereference
Anna Schumaker
1
-1
/
+1
2015-10-02
nfs4: reset states to use open_stateid when returning delegation voluntarily
Jeff Layton
1
-0
/
+3
2015-10-02
NFSv4: Fix a nograce recovery hang
Benjamin Coddington
1
-0
/
+2
2015-10-02
NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FH
Trond Myklebust
1
-2
/
+8
2015-10-02
NFSv4: Don't try to reclaim unused state owners
Trond Myklebust
1
-1
/
+2
2015-10-02
NFS: Fix a write performance regression
Trond Myklebust
1
-1
/
+1
2015-10-02
NFS: Fix up page writeback accounting
Trond Myklebust
1
-6
/
+6
2015-09-29
fs: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
1
-1
/
+1
2015-09-23
NFS41: make close wait for layoutreturn
Peng Tao
3
-10
/
+49
2015-09-23
NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is set
Kinglong Mee
1
-2
/
+5
2015-09-21
NFSv4.x/pnfs: Don't try to recover stateids twice in layoutget
Trond Myklebust
1
-11
/
+17
2015-09-21
NFSv4: Recovery of recalled read delegations is broken
Trond Myklebust
3
-38
/
+53
2015-09-20
NFS: Fix an infinite loop when layoutget fail with BAD_STATEID
Kinglong Mee
1
-0
/
+1
2015-09-20
NFS: Do cleanup before resetting pageio read/write to mds
Kinglong Mee
2
-0
/
+6
2015-09-18
nfs/filelayout: Fix NULL reference caused by double freeing of fh_array
Kinglong Mee
1
-19
/
+12
2015-09-17
nfs: fix v4.2 SEEK on files over 2 gigs
J. Bruce Fields
1
-1
/
+3
2015-09-17
nfs: fix pg_test page count calculation
Peng Tao
1
-1
/
+1
2015-09-17
Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...
Olga Kornievskaia
1
-1
/
+1
2015-09-08
Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
32
-629
/
+966
2015-09-07
NFSv4: Respect the server imposed limit on how many changes we may cache
Trond Myklebust
5
-11
/
+55
2015-09-07
NFSv4: Express delegation limit in units of pages
Trond Myklebust
3
-9
/
+13
2015-09-06
Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+5
2015-09-04
Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files"
Trond Myklebust
1
-1
/
+6
2015-09-04
NFS: Optimise away the close-to-open getattr if there is no cached data
Trond Myklebust
1
-3
/
+10
2015-09-03
NFSv4.1/flexfiles: Clean up ff_layout_write_done_cb/ff_layout_commit_done_cb
Trond Myklebust
1
-11
/
+9
2015-09-03
NFSv4.1/flexfiles: Mark the layout for return in ff_layout_io_track_ds_error()
Trond Myklebust
1
-9
/
+1
2015-09-02
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+6
2015-09-02
nfs: Remove unneeded checking of the return value from scnprintf
Kinglong Mee
1
-18
/
+1
2015-09-02
nfs: Fix truncated client owner id without proto type
Kinglong Mee
1
-1
/
+1
2015-09-02
NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalid
Trond Myklebust
1
-15
/
+30
2015-09-02
NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are valid
Trond Myklebust
1
-2
/
+28
2015-09-02
NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid()
Trond Myklebust
1
-2
/
+2
2015-09-01
NFSv4.1/flexfiles: Fix freeing of mirrors
Trond Myklebust
1
-12
/
+2
2015-08-31
NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of file
Trond Myklebust
1
-0
/
+9
2015-08-31
NFSv4.1/pnfs: Handle LAYOUTGET return values correctly
Trond Myklebust
1
-1
/
+14
2015-08-31
NFSv4.1/pnfs: Don't ask for a read layout for an empty file.
Trond Myklebust
1
-0
/
+3
2015-08-31
NFSv4.1: Fix a protocol issue with CLOSE stateids
Trond Myklebust
1
-5
/
+10
2015-08-30
NFSv4.1/flexfiles: Don't mark the entire deviceid as bad for file errors
Trond Myklebust
1
-8
/
+16
2015-08-28
NFSv4.1/pnfs: Ensure layoutreturn reserves space for the opaque payload
Trond Myklebust
1
-1
/
+2
2015-08-28
NFSv4.1/flexfiles: Fix a protocol error in layoutreturn
Trond Myklebust
1
-2
/
+5
2015-08-28
NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1
Kinglong Mee
2
-12
/
+32
[prev]
[next]