index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failed
Kinglong Mee
2014-03-30
1
-0
/
+2
*
NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp
Kinglong Mee
2014-03-30
4
-23
/
+30
*
SUNRPC: New helper for creating client with rpc_xprt
Kinglong Mee
2014-03-30
2
-25
/
+35
*
NFSD: Free backchannel xprt in bc_destroy
Kinglong Mee
2014-03-30
1
-0
/
+4
*
NFSD: Clear wcc data between compound ops
Kinglong Mee
2014-03-30
2
-1
/
+15
*
nfsd: Don't return NFS4ERR_STALE_STATEID for NFSv4.1+
Trond Myklebust
2014-03-30
1
-1
/
+4
*
nfsd4: fix nfs4err_resource in 4.1 case
J. Bruce Fields
2014-03-29
1
-0
/
+8
*
nfsd4: fix setclientid encode size
J. Bruce Fields
2014-03-29
1
-1
/
+2
*
nfsd4: remove redundant check from nfsd4_check_resp_size
J. Bruce Fields
2014-03-29
1
-2
/
+0
*
nfsd4: use more generous NFS4_ACL_MAX
J. Bruce Fields
2014-03-29
1
-3
/
+7
*
nfsd4: minor nfsd4_replay_cache_entry cleanup
J. Bruce Fields
2014-03-29
1
-2
/
+1
*
nfsd4: nfsd4_replay_cache_entry should be static
J. Bruce Fields
2014-03-29
2
-3
/
+1
*
nfsd4: update comments with obsolete function name
J. Bruce Fields
2014-03-29
2
-2
/
+2
*
rpc: Allow xdr_buf_subsegment to operate in-place
J. Bruce Fields
2014-03-29
1
-6
/
+16
*
NFSD: Using free_conn free connection
Kinglong Mee
2014-03-29
1
-1
/
+2
*
SUNRPC: fix memory leak of peer addresses in XPRT
Kinglong Mee
2014-03-29
1
-8
/
+11
*
svcrdma: fix offset calculation for non-page aligned sge entries
Jeff Layton
2014-03-28
1
-0
/
+1
*
xprtrdma: add separate Kconfig options for NFSoRDMA client and server support
Jeff Layton
2014-03-28
3
-16
/
+30
*
Fix regression in NFSRDMA server
Tom Tucker
2014-03-28
2
-8
/
+5
*
nfsd: typo in nfsd_rename comment
J. Bruce Fields
2014-03-28
1
-3
/
+3
*
NFSD: simplify saved/current fh uses in nfsd4_proc_compound
Kinglong Mee
2014-03-28
1
-13
/
+15
*
lockd: ensure we tear down any live sockets when socket creation fails during...
Jeff Layton
2014-03-28
1
-0
/
+1
*
NFSD: Traverse unconfirmed client through hash-table
Kinglong Mee
2014-03-28
1
-8
/
+5
*
svcrpc: explicitly reject compounds that are not padded out to 4-byte multiple
Jeff Layton
2014-03-27
1
-1
/
+6
*
net: Mark functions as static in net/sunrpc/svc_xprt.c
Rashika Kheria
2014-03-27
1
-3
/
+3
*
svcrdma: fix printk when memory allocation fails
Jeff Layton
2014-03-27
1
-2
/
+1
*
nfsd: notify_change needs elevated write count
J. Bruce Fields
2014-03-27
1
-0
/
+9
*
nfsd4: fix test_stateid error reply encoding
J. Bruce Fields
2014-03-27
1
-0
/
+3
*
nfsd4: leave reply buffer space for failed setattr
J. Bruce Fields
2014-03-27
1
-1
/
+1
*
nfsd4: make set of large acl return efbig, not resource
J. Bruce Fields
2014-03-27
1
-1
/
+1
*
nfsd4: session needs room for following op to error out
J. Bruce Fields
2014-03-27
1
-0
/
+6
*
nfsd4: buffer-length check for SUPPATTR_EXCLCREAT
J. Bruce Fields
2014-03-27
1
-0
/
+2
*
nfsd: fix lost nfserrno() call in nfsd_setattr()
J. R. Okajima
2014-02-18
1
-0
/
+1
*
lockd: send correct lock when granting a delayed lock.
NeilBrown
2014-02-13
1
-0
/
+8
*
nfsd4: fix acl buffer overrun
J. Bruce Fields
2014-02-11
1
-6
/
+3
*
Linux 3.14-rc2
v3.14-rc2
Linus Torvalds
2014-02-10
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2014-02-10
2
-0
/
+6
|
\
|
*
Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...
James Morris
2014-02-10
2
-0
/
+6
|
|
\
|
|
*
SELinux: Fix kernel BUG on empty security contexts.
Stephen Smalley
2014-02-05
1
-0
/
+4
|
|
*
selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message types
Paul Moore
2014-02-05
1
-0
/
+2
|
|
*
Merge tag 'v3.13' into stable-3.14
Paul Moore
2014-02-05
9747
-199713
/
+403621
|
|
|
\
*
|
|
\
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-02-10
8
-31
/
+17
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fix a kmap leak in virtio_console
Al Viro
2014-02-09
1
-6
/
+3
|
*
|
|
fix O_SYNC|O_APPEND syncing the wrong range on write()
Al Viro
2014-02-09
7
-25
/
+14
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-02-09
4
-8
/
+9
|
\
\
\
\
|
*
|
|
|
Btrfs: fix data corruption when reading/updating compressed extents
Filipe David Borba Manana
2014-02-09
1
-0
/
+2
|
*
|
|
|
Btrfs: don't loop forever if we can't run because of the tree mod log
Josef Bacik
2014-02-09
1
-0
/
+1
|
*
|
|
|
btrfs: reserve no transaction units in btrfs_ioctl_set_features
David Sterba
2014-02-09
1
-1
/
+1
|
*
|
|
|
btrfs: commit transaction after setting label and features
Jeff Mahoney
2014-02-09
1
-2
/
+2
|
*
|
|
|
Btrfs: fix assert screwup for the pending move stuff
Josef Bacik
2014-02-09
1
-5
/
+3
[next]