index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2014-12-16
27
-269
/
+525
|
\
|
*
nfsd4: fix xdr4 count of server in fs_location4
Benjamin Coddington
2014-12-09
1
-1
/
+1
|
*
nfsd4: fix xdr4 inclusion of escaped char
Benjamin Coddington
2014-12-09
1
-0
/
+3
|
*
sunrpc/cache: convert to use string_escape_str()
Andy Shevchenko
2014-12-09
1
-20
/
+6
|
*
sunrpc: only call test_bit once in svc_xprt_received
Jeff Layton
2014-12-09
1
-2
/
+4
|
*
fs: nfsd: Fix signedness bug in compare_blob
Rasmus Villemoes
2014-12-09
1
-8
/
+7
|
*
sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt
Jeff Layton
2014-12-09
2
-7
/
+109
|
*
sunrpc: convert to lockless lookup of queued server threads
Jeff Layton
2014-12-09
4
-103
/
+132
|
*
sunrpc: fix potential races in pool_stats collection
Jeff Layton
2014-12-09
2
-9
/
+9
|
*
sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it
Jeff Layton
2014-12-09
3
-5
/
+10
|
*
sunrpc: require svc_create callers to pass in meaningful shutdown routine
Jeff Layton
2014-12-09
2
-4
/
+1
|
*
sunrpc: have svc_wake_up only deal with pool 0
Jeff Layton
2014-12-09
1
-21
/
+16
|
*
sunrpc: convert sp_task_pending flag to use atomic bitops
Jeff Layton
2014-12-09
2
-5
/
+6
|
*
sunrpc: move rq_cachetype field to better optimize space
Jeff Layton
2014-12-09
1
-1
/
+1
|
*
sunrpc: move rq_splice_ok flag into rq_flags
Jeff Layton
2014-12-09
7
-12
/
+13
|
*
sunrpc: move rq_dropme flag into rq_flags
Jeff Layton
2014-12-09
5
-9
/
+9
|
*
sunrpc: move rq_usedeferral flag to rq_flags
Jeff Layton
2014-12-09
5
-9
/
+10
|
*
sunrpc: move rq_local field to rq_flags
Jeff Layton
2014-12-09
4
-5
/
+9
|
*
sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it
Jeff Layton
2014-12-09
5
-10
/
+22
|
*
Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch
J. Bruce Fields
2014-12-09
271
-1021
/
+2556
|
|
\
|
*
|
nfsd: minor off by one checks in __write_versions()
Dan Carpenter
2014-12-01
1
-3
/
+3
|
*
|
sunrpc: release svc_pool_map reference when serv allocation fails
Jeff Layton
2014-12-01
1
-5
/
+7
|
*
|
sunrpc: eliminate the XPT_DETACHED flag
Jeff Layton
2014-12-01
2
-7
/
+4
|
*
|
merge nfs bugfixes into nfsd for-3.19 branch
J. Bruce Fields
2014-11-19
1364
-11463
/
+24206
|
|
\
\
|
*
|
|
nfsd: convert nfs4_file searches to use RCU
Jeff Layton
2014-11-07
2
-23
/
+33
|
*
|
|
nfsd: Add DEALLOCATE support
Anna Schumaker
2014-11-07
3
-1
/
+17
|
*
|
|
nfsd: Add ALLOCATE support
Anna Schumaker
2014-11-07
5
-1
/
+85
|
*
|
|
VFS: Rename do_fallocate() to vfs_fallocate()
Anna Schumaker
2014-11-07
5
-6
/
+7
|
*
|
|
lockd: ratelimit "lockd: cannot monitor" messages
Jeff Layton
2014-11-06
1
-1
/
+1
|
*
|
|
SUNRPC: off by one in BUG_ON()
Dan Carpenter
2014-10-29
1
-1
/
+1
|
*
|
|
nfsd: clean up comments over nfs4_file definition
Jeff Layton
2014-10-23
1
-5
/
+9
|
*
|
|
NFSD: Always initialize cl_cb_addr
Chuck Lever
2014-10-23
1
-1
/
+1
|
*
|
|
rpc: change comments to assertions
J. Bruce Fields
2014-10-23
1
-2
/
+3
|
*
|
|
RPC: remove unneeded checks from xdr_truncate_encode()
J. Bruce Fields
2014-10-23
1
-2
/
+2
|
*
|
|
nfsd: fix inclusive vfs_fsync_range() end
Zach Brown
2014-10-23
1
-3
/
+7
*
|
|
|
Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-12-16
11
-45
/
+243
|
\
\
\
\
|
*
\
\
\
Merge tag 'of-iommu-configure' of git://git.kernel.org/pub/scm/linux/kernel/g...
Arnd Bergmann
2014-12-05
11
-44
/
+242
|
|
\
\
\
\
|
|
*
|
|
|
iommu: store DT-probed IOMMU data privately
Robin Murphy
2014-12-05
2
-10
/
+41
|
|
*
|
|
|
arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_ops
Will Deacon
2014-12-01
2
-14
/
+81
|
|
*
|
|
|
arm: call iommu_init before of_platform_populate
Will Deacon
2014-12-01
1
-0
/
+2
|
|
*
|
|
|
dma-mapping: detect and configure IOMMU in of_dma_configure
Will Deacon
2014-12-01
3
-9
/
+24
|
|
*
|
|
|
iommu: fix initialization without 'add_device' callback
Marek Szyprowski
2014-12-01
1
-1
/
+1
|
|
*
|
|
|
iommu: provide helper function to configure an IOMMU for an of master
Will Deacon
2014-12-01
3
-1
/
+40
|
|
*
|
|
|
iommu: add new iommu_ops callback for adding an OF device
Will Deacon
2014-12-01
1
-0
/
+6
|
|
*
|
|
|
dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops
Will Deacon
2014-12-01
3
-27
/
+19
|
|
*
|
|
|
iommu: provide early initialisation hook for IOMMU drivers
Will Deacon
2014-12-01
4
-0
/
+46
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'dt2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
2014-12-16
13
-29
/
+267
|
\
\
\
\
\
|
*
\
\
\
\
Merge tag 'tegra-for-3.19-dt' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
2014-12-04
48
-1551
/
+4232
|
|
\
\
\
\
\
|
|
*
|
|
|
|
ARM: tegra: Enable IOMMU for display controllers on Tegra124
Thierry Reding
2014-12-04
1
-0
/
+5
|
|
*
|
|
|
|
ARM: tegra: Enable IOMMU for display controllers on Tegra114
Thierry Reding
2014-12-04
1
-0
/
+5
[next]