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.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-01-21
nfs4: fix discover_server_trunking use after free
Weston Andros Adamson
1
-6
/
+4
2014-01-19
NFSv4.1: Handle errors correctly in nfs41_walk_client_list
Trond Myklebust
1
-3
/
+5
2014-01-18
nfs: always make sure page is up-to-date before extending a write to cover th...
Scott Mayhew
1
-5
/
+6
2014-01-14
nfs: page cache invalidation for dio
Christoph Hellwig
1
-2
/
+27
2014-01-14
nfs: take i_mutex during direct I/O reads
Christoph Hellwig
1
-2
/
+12
2014-01-14
nfs: merge nfs_direct_write into nfs_file_direct_write
Christoph Hellwig
1
-50
/
+41
2014-01-14
nfs: merge nfs_direct_read into nfs_file_direct_read
Christoph Hellwig
1
-58
/
+49
2014-01-14
nfs: increment i_dio_count for reads, too
Christoph Hellwig
1
-3
/
+6
2014-01-14
nfs: defer inode_dio_done call until size update is done
Christoph Hellwig
1
-17
/
+15
2014-01-14
nfs: fix size updates for aio writes
Christoph Hellwig
1
-5
/
+16
2014-01-14
nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAME
Weston Andros Adamson
1
-2
/
+2
2014-01-13
NFSv4.1: Fix a race in nfs4_write_inode
Trond Myklebust
2
-43
/
+38
2014-01-13
NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstanding
Trond Myklebust
3
-5
/
+35
2014-01-06
point to the right include file in a comment (left over from a9004abc3)
Toralf Förster
1
-2
/
+2
2014-01-06
NFS: dprintk() should not print negative fileids and inode numbers
Niels de Vos
8
-44
/
+45
2014-01-06
nfs: fix dead code of ipv6_addr_scope
Alexander Aring
1
-1
/
+1
2014-01-06
sunrpc: Fix infinite loop in RPC state machine
Weston Andros Adamson
1
-2
/
+6
2013-12-31
SUNRPC: Add tracepoint for socket errors
Trond Myklebust
2
-0
/
+2
2013-12-31
SUNRPC: Report connection error values to rpc_tasks on the pending queue
Trond Myklebust
1
-5
/
+36
2013-12-31
SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACH
Trond Myklebust
1
-1
/
+6
2013-12-31
SUNRPC: Ensure xprt_connect_status handles all potential connection errors
Trond Myklebust
1
-0
/
+5
2013-12-10
rpc_pipe: fix cleanup of dummy gssd directory when notification fails
Jeff Layton
1
-1
/
+13
2013-12-06
sunrpc: add an "info" file for the dummy gssd pipe
Jeff Layton
1
-1
/
+49
2013-12-06
rpc_pipe: remove the clntXX dir if creating the pipe fails
Jeff Layton
1
-0
/
+2
2013-12-06
nfs: check if gssd is running before attempting to use krb5i auth in SETCLIEN...
Jeff Layton
1
-1
/
+6
2013-12-06
sunrpc: replace sunrpc_net->gssd_running flag with a more reliable check
Jeff Layton
4
-16
/
+19
2013-12-06
sunrpc: create a new dummy pipe for gssd to hold open
Jeff Layton
4
-5
/
+100
2013-12-06
NFSv4: OPEN must handle the NFS4ERR_IO return code correctly
Trond Myklebust
1
-16
/
+31
2013-12-06
Linux 3.13-rc3
v3.13-rc3
Linus Torvalds
1
-1
/
+1
2013-12-06
Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-10
/
+3
2013-12-06
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
1
-2
/
+6
2013-12-06
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
31
-57
/
+129
2013-12-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
3
-6
/
+19
2013-12-06
Merge tag 'dt-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
12
-37
/
+59
2013-12-06
aio: clean up aio ring in the fail path
Gu Zheng
1
-2
/
+6
2013-12-06
Merge branch 'free-memory' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
James Morris
3
-6
/
+19
2013-12-06
Merge tag 'pm-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
9
-11
/
+87
2013-12-06
Merge branches 'pm-epoll', 'pnp' and 'powercap'
Rafael J. Wysocki
4
-5
/
+30
2013-12-06
Merge branches 'pm-cpuidle' and 'pm-cpufreq'
Rafael J. Wysocki
5
-6
/
+57
2013-12-06
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...
Linus Torvalds
1
-1
/
+2
2013-12-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
11
-127
/
+44
2013-12-06
Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
11
-40
/
+54
2013-12-06
ftrace: default to tilegx if ARCH=tile is specified
Tony Lu
1
-1
/
+2
2013-12-05
tracing: Only run synchronize_sched() at instance deletion time
Steven Rostedt
2
-10
/
+3
2013-12-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...
Linus Torvalds
1
-1
/
+2
2013-12-05
Merge tag 'fbdev-fixes-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-20
/
+19
2013-12-05
Merge tag 'sound-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
18
-87
/
+146
2013-12-05
Merge tag 'pinctrl-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-8
/
+9
2013-12-05
blk-mq: fix use-after-free of request
Ming Lei
1
-2
/
+2
2013-12-05
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
12
-37
/
+201
[next]