index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-13
auth_gss: fetch the acceptor name out of the downcall
Jeff Layton
2
-3
/
+18
2014-07-13
nfs4: turn free_lock_state into a void return operation
Jeff Layton
2
-8
/
+8
2014-07-13
nfs4: queue free_lock_state job submission to nfsiod
Jeff Layton
2
-12
/
+25
2014-07-13
nfs4: treat lock owners as opaque values
Jeff Layton
2
-48
/
+10
2014-07-13
nfs41: layout return on close in delegation return
Peng Tao
1
-1
/
+16
2014-07-13
nfs41: return layout on last close
Peng Tao
1
-1
/
+43
2014-07-13
nfs4: add nfs4_check_delegation
Peng Tao
2
-9
/
+26
2014-07-13
pnfs/filelayout: retry ds commit if nfs_commitdata_alloc fails
Peng Tao
1
-13
/
+26
2014-07-13
pnfs/filelayout: fix race between mark_request_commit and scan_commit_lists
Peng Tao
1
-18
/
+25
2014-07-13
NFSv4: Fix OPEN w/create access mode checking
Trond Myklebust
1
-5
/
+13
2014-07-08
nfs: check hostname in nfs_get_client
Peng Tao
1
-2
/
+7
2014-07-08
nfsv4: set hostname when creating nfsv4 ds connection
Peng Tao
1
-0
/
+5
2014-07-03
SUNRPC: Handle EPIPE in xprt_connect_status
Trond Myklebust
2
-0
/
+2
2014-06-30
SUNRPC: Ensure that we handle ENOBUFS errors correctly.
Trond Myklebust
2
-0
/
+9
2014-06-26
FS/NFS: replace count*size kzalloc by kcalloc
Fabian Frederick
2
-2
/
+2
2014-06-26
nfs: get rid of duplicate dprintk
Weston Andros Adamson
1
-6
/
+0
2014-06-25
nfs: Fix unused variable error
Anna Schumaker
1
-3
/
+2
2014-06-25
nfs: remove unneeded EXPORTs
Weston Andros Adamson
1
-2
/
+0
2014-06-25
pnfs: clean up *_resend_to_mds
Weston Andros Adamson
5
-68
/
+47
2014-06-25
nfs: remove pgio_header refcount, related cleanup
Weston Andros Adamson
3
-32
/
+11
2014-06-25
nfs: remove unused writeverf code
Weston Andros Adamson
7
-46
/
+18
2014-06-25
nfs: merge nfs_pgio_data into _header
Weston Andros Adamson
19
-482
/
+460
2014-06-25
nfs: rename members of nfs_pgio_data
Weston Andros Adamson
5
-21
/
+25
2014-06-25
nfs: move nfs_pgio_data and remove nfs_rw_header
Weston Andros Adamson
8
-119
/
+71
2014-06-25
NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support
Andy Adamson
4
-45
/
+58
2014-06-25
NFS Return -EPERM if no supported or matching SECINFO flavor
Andy Adamson
1
-7
/
+4
2014-06-25
NFS check the return of nfs4_negotiate_security in nfs4_submount
Andy Adamson
1
-2
/
+5
2014-06-25
NFS: Don't mark the data cache as invalid if it has been flushed
Trond Myklebust
1
-35
/
+40
2014-06-25
NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file size
Trond Myklebust
1
-0
/
+1
2014-06-25
nfs: Fix cache_validity check in nfs_write_pageuptodate()
Scott Mayhew
1
-1
/
+3
2014-06-22
Linux 3.16-rc2
v3.16-rc2
Linus Torvalds
1
-1
/
+1
2014-06-22
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-0
/
+1216
2014-06-22
Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
Linus Torvalds
2
-1
/
+7
2014-06-22
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...
Linus Torvalds
4
-11
/
+12
2014-06-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
11
-172
/
+359
2014-06-22
Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-0
/
+79
2014-06-21
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
41
-126
/
+1249
2014-06-21
Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm...
Linus Torvalds
3
-35
/
+218
2014-06-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
26
-456
/
+505
2014-06-21
Merge tag 'for-linus' of git://github.com/gxt/linux
Linus Torvalds
16
-102
/
+88
2014-06-21
Merge tag 'char-misc-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-3
/
+12
2014-06-21
Merge tag 'staging-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
14
-34
/
+49
2014-06-21
Merge tag 'tty-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
38
-44
/
+60
2014-06-21
Merge tag 'usb-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
6
-42
/
+119
2014-06-20
MAINTAINERS: add entry for VMware Balloon driver
Dmitry Torokhov
2
-1
/
+10
2014-06-20
Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
17
-60
/
+167
2014-06-20
Merge tag 'sound-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
19
-133
/
+213
2014-06-20
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
48
-832
/
+1373
2014-06-20
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
11
-96
/
+50
2014-06-20
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
44
-158
/
+123
[next]