index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
NFS: Make nfs_fsync methods consistent
Chuck Lever
2008-07-09
2
-6
/
+9
|
*
NFS: do_setlk(): don't flush caches when we have a delegation
Trond Myklebust
2008-07-09
1
-1
/
+2
|
*
NFS: Revert commit 44dd151d
Trond Myklebust
2008-07-09
1
-11
/
+2
|
*
NFS: Optimise append writes with holes
Trond Myklebust
2008-07-09
2
-9
/
+23
|
*
NFS: Add correct bounds checking to NFSv2 locks
Trond Myklebust
2008-07-09
2
-5
/
+39
|
*
NFS: Fix a preemption count leak in nfs_update_request
Trond Myklebust
2008-07-09
1
-7
/
+4
|
*
NFS: Reduce the stack usage in NFSv3 create operations
Trond Myklebust
2008-07-09
1
-129
/
+142
|
*
NFS: Reduce the stack usage in NFSv4 create operations
Trond Myklebust
2008-07-09
1
-107
/
+97
*
|
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
2008-07-14
21
-182
/
+208
|
\
\
|
|
/
|
*
NFS: Fix readdir cache invalidation
Trond Myklebust
2008-07-08
1
-1
/
+1
|
*
NFS: nfs_updatepage(): don't mark page as dirty if an error occurred
Trond Myklebust
2008-06-23
1
-3
/
+4
|
*
NFS: Fix filehandle size comparisons in the mount code
Trond Myklebust
2008-06-23
2
-6
/
+7
|
*
NFS: Reduce the NFS mount code stack usage.
Trond Myklebust
2008-06-23
1
-28
/
+40
|
*
nfs: make nfs4_drop_state_owner() static
Adrian Bunk
2008-05-16
2
-2
/
+1
|
*
nfs: path_{get,put}() cleanups
Jan Blunck
2008-05-16
3
-8
/
+4
|
*
nfs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-05-16
18
-123
/
+123
|
*
nfs/lsm: make NFSv4 set LSM mount options
Eric Paris
2008-05-16
1
-0
/
+10
|
*
NFSv4: Check the return value of decode_compound_hdr_arg()
Trond Myklebust
2008-05-16
1
-11
/
+11
|
*
nfs: fix race in nfs_dirty_request
Fred Isaman
2008-05-16
1
-1
/
+1
|
*
NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute caching
Trond Myklebust
2008-05-16
1
-0
/
+7
*
|
Remove BKL from remote_llseek v2
Andi Kleen
2008-07-02
1
-1
/
+5
|
/
*
mm: bdi: expose the BDI object in sysfs for NFS
Miklos Szeredi
2008-04-30
1
-0
/
+26
*
nfs: use proc_create to setup de->proc_fops
Denis V. Lunev
2008-04-29
1
-8
/
+6
*
proc: remove proc_root_fs
Alexey Dobriyan
2008-04-29
1
-3
/
+3
*
[PATCH] restore sane ->umount_begin() API
Al Viro
2008-04-25
1
-5
/
+3
*
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2008-04-24
17
-392
/
+671
|
\
|
*
Merge branch 'devel'
Trond Myklebust
2008-04-24
17
-392
/
+671
|
|
\
|
|
*
make nfs_automount_list static
Adrian Bunk
2008-04-19
1
-1
/
+1
|
|
*
NFS: remove duplicate flags assignment from nfs_validate_mount_data
Jeff Layton
2008-04-19
1
-1
/
+0
|
|
*
NFS - fix potential NULL pointer dereference v2
Cyrill Gorcunov
2008-04-19
1
-0
/
+16
|
|
*
NFSv4: Attempt to use machine credentials in SETCLIENTID calls
Trond Myklebust
2008-04-19
1
-4
/
+37
|
|
*
NFSv4: Reintroduce machine creds
Trond Myklebust
2008-04-19
1
-0
/
+7
|
|
*
NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()
Trond Myklebust
2008-04-19
1
-1
/
+1
|
|
*
nfs: fix printout of multiword bitfields
Fred Isaman
2008-04-19
1
-5
/
+5
|
|
*
nfs: return negative error value from nfs{,4}_stat_to_errno
Benny Halevy
2008-04-19
3
-95
/
+95
|
|
*
NFS: Remove the buggy lock-if-signalled case from do_setlk()
Trond Myklebust
2008-04-19
1
-10
/
+2
|
|
*
NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlck
Trond Myklebust
2008-04-19
1
-0
/
+2
|
|
*
NFSv4: Only increment the sequence id if the server saw it
Trond Myklebust
2008-04-19
2
-7
/
+23
|
|
*
NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()
Trond Myklebust
2008-04-19
1
-4
/
+1
|
|
*
NFS: Ensure that rpc_run_task() errors are propagated back to the caller
Trond Myklebust
2008-04-19
3
-26
/
+40
|
|
*
NFS: Ensure that the write code cleans up properly when rpc_run_task() fails
Trond Myklebust
2008-04-19
2
-46
/
+71
|
|
*
NFS: Ensure that the read code cleans up properly when rpc_run_task() fails
Trond Myklebust
2008-04-19
2
-26
/
+46
|
|
*
NFS: Fix nfs_wb_page() to always exit with an error or a clean page
Trond Myklebust
2008-04-19
1
-11
/
+12
|
|
*
NFS: Always enable NFS direct I/O
Chuck Lever
2008-03-19
3
-13
/
+1
|
|
*
NFS: Show most mount options via nfs_show_options()
Chuck Lever
2008-03-19
1
-2
/
+65
|
|
*
NFS: Save the values of the "mount*=" mount options
Chuck Lever
2008-03-19
1
-0
/
+10
|
|
*
NFS: Save the value of the "port=" mount option
Chuck Lever
2008-03-19
3
-31
/
+11
|
|
*
NFS: Fix up data types of fields in nfs_parsed_mount_options
Chuck Lever
2008-03-19
1
-3
/
+3
|
|
*
NFS: numeric mount parameters are unsigned
Chuck Lever
2008-03-19
1
-13
/
+13
|
|
*
NFS: clean up short packet handling for NFSv4 readdir
Jeff Layton
2008-03-19
1
-10
/
+27
[prev]
[next]