index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
|
*
NFS: clean up short packet handling for NFSv3 readdir
Jeff Layton
2008-03-19
1
-9
/
+28
|
|
*
NFS: clean up short packet handling for NFSv2 readdir
Jeff Layton
2008-03-19
1
-9
/
+28
|
|
*
nfs: remove duplicate initializations of nfs_read_data field
Fred Isaman
2008-03-19
1
-2
/
+0
|
|
*
nfs: nfs_redirty_request
Fred
2008-03-19
1
-9
/
+14
|
|
*
Merge branch 'hotfixes' into devel
Trond Myklebust
2008-03-19
2
-2
/
+11
|
|
|
\
|
|
*
|
NFS: fix encode_fsinfo_maxsz
Fred Isaman
2008-03-14
1
-1
/
+1
|
|
*
|
SUNRPC: Add a helper rpcauth_lookup_generic_cred()
Trond Myklebust
2008-03-14
4
-7
/
+7
|
|
*
|
Merge commit 'origin' into devel
Trond Myklebust
2008-03-08
4
-4
/
+71
|
|
|
\
\
|
|
*
\
\
Merge branch 'cleanups' into next
Trond Myklebust
2008-02-28
1
-15
/
+19
|
|
|
\
\
\
|
|
|
*
|
|
nfs: use GFP_NOFS preloads for radix-tree insertion
Nick Piggin
2008-02-13
1
-15
/
+19
|
|
*
|
|
|
SUNRPC: Remove now-redundant RCU-safe rpc_task free path
Trond Myklebust
2008-02-28
2
-21
/
+3
|
|
*
|
|
|
SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues
Trond Myklebust
2008-02-28
2
-1
/
+7
|
|
*
|
|
|
SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs
Trond Myklebust
2008-02-25
2
-2
/
+2
|
|
*
|
|
|
SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task
Trond Myklebust
2008-02-25
1
-1
/
+1
|
|
*
|
|
|
NFS: Ensure that the asynchronous RPC calls complete on nfsiod.
Trond Myklebust
2008-02-25
4
-0
/
+13
|
|
*
|
|
|
NFS: Add an nfsiod workqueue
Trond Myklebust
2008-02-25
2
-0
/
+38
|
|
*
|
|
|
NFS: Fix a deadlock with lazy umount
Trond Myklebust
2008-02-25
4
-8
/
+23
|
|
*
|
|
|
NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c
Trond Myklebust
2008-02-25
1
-1
/
+1
*
|
|
|
|
|
NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2)
Jeff Layton
2008-04-23
1
-6
/
+12
*
|
|
|
|
|
nfsd: fix comment
J. Bruce Fields
2008-04-23
1
-1
/
+1
*
|
|
|
|
|
NFS: convert nfs4 callback thread to kthread API
Jeff Layton
2008-04-23
1
-38
/
+35
[next]