index
:
tegra/linux
drm/core/mipi-dsi-non-continuous
drm/core/mipi-dsi-shutdown
drm/fixes
drm/for-next
drm/hdmi-for-3.9
drm/master
drm/panel/for-next
drm/tegra-for-3.9
drm/tegra/fixes
drm/tegra/for-next
drm/tegra/hpd-gpios-property
for-next
master
staging/base
staging/drm/fixes
staging/drm/panel
staging/drm/tegra
staging/gk20a
staging/host1x
staging/iommu
staging/master
staging/pci
staging/pwm
staging/tegra
staging/work
Linux kernel tree for NVIDIA Tegra DRM drivers
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-17
SUNRPC: Clean up the slot table allocation
Trond Myklebust
2
-29
/
+37
2011-07-17
SUNRPC: Initalise the struct xprt upon allocation
Trond Myklebust
1
-30
/
+37
2011-07-17
SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot
Trond Myklebust
4
-30
/
+49
2011-07-15
pnfs: simplify pnfs files module autoloading
J. Bruce Fields
2
-0
/
+4
2011-07-15
nfs: document nfsv4 sillyrename issues
J. Bruce Fields
1
-0
/
+8
2011-07-15
NFS: Convert nfs4_set_ds_client to EXPORT_SYMBOL_GPL
Trond Myklebust
1
-1
/
+1
2011-07-15
SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPL
Trond Myklebust
3
-4
/
+4
2011-07-15
SUNRPC: sunrpc should not explicitly depend on NFS config options
Trond Myklebust
13
-40
/
+39
2011-07-15
NFS: Clean up - simplify the switch to read/write-through-MDS
Trond Myklebust
5
-13
/
+8
2011-07-15
NFS: Move the pnfs write code into pnfs.c
Trond Myklebust
7
-37
/
+80
2011-07-15
NFS: Move the pnfs read code into pnfs.c
Trond Myklebust
7
-41
/
+83
2011-07-15
NFS: Allow the nfs_pageio_descriptor to signal that a re-coalesce is needed
Trond Myklebust
2
-4
/
+56
2011-07-15
NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write request
Trond Myklebust
2
-2
/
+2
2011-07-15
NFS: Cache rpc_ops in struct nfs_pageio_descriptor
Trond Myklebust
3
-24
/
+16
2011-07-15
NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/one
Trond Myklebust
2
-83
/
+102
2011-07-15
NFS: fix return value of nfs_pagein_one/nfs_flush_one
Peng Tao
2
-2
/
+3
2011-07-12
NFS: Clean up nfs_read_rpcsetup and nfs_write_rpcsetup
Trond Myklebust
3
-32
/
+53
2011-07-12
NFS: Don't use DATA_SYNC writes
Trond Myklebust
1
-4
/
+8
2011-07-12
NFSv4.1: do not use deviceids after MDS clientid invalidation
Andy Adamson
5
-0
/
+47
2011-07-12
NFSv4.1: Clean up layoutreturn
Trond Myklebust
3
-3
/
+5
2011-07-12
pnfs-obj: pnfs_osd_xdr: Remove dead code and cleanup
Boaz Harrosh
1
-29
/
+2
2011-07-12
NFSv4.1: File layout only supports whole file layouts
Andy Adamson
5
-4
/
+57
2011-07-12
NFSv4.1: Clean ups for the device id cache
Trond Myklebust
2
-34
/
+11
2011-07-12
NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segment
Trond Myklebust
6
-7
/
+15
2011-07-12
NFSv4.1: Add an initialisation callback for pNFS
Trond Myklebust
8
-59
/
+47
2011-07-12
NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfix
Trond Myklebust
8
-41
/
+131
2011-07-12
NFS: test and free stateids during recovery
Bryan Schumaker
1
-3
/
+34
2011-07-12
NFS: added FREE_STATEID call
Bryan Schumaker
4
-0
/
+121
2011-07-12
NFS: Added TEST_STATEID call
Bryan Schumaker
4
-0
/
+130
2011-07-12
NFS: Add SECINFO_NO_NAME procedure
Bryan Schumaker
7
-2
/
+166
2011-07-12
NFS: move pnfs layouts to nfs_server structure
Weston Andros Adamson
4
-28
/
+48
2011-07-12
NFS: fix comment
Weston Andros Adamson
1
-1
/
+1
2011-07-12
NFS: use scope from exchange_id to skip reclaim
Weston Andros Adamson
7
-2
/
+55
2011-07-12
NFS: pnfs: loop over multipath addrs on connect
Weston Andros Adamson
1
-5
/
+9
2011-07-12
NFS: Parse and store all multipath DS addresses
Weston Andros Adamson
2
-132
/
+243
2011-07-12
NFS: pnfs IPv6 support
Weston Andros Adamson
3
-76
/
+191
2011-07-12
lockd: properly convert be32 values in debug messages
Vasily Averin
1
-3
/
+6
2011-07-12
sunrpc: use dprint_status() macro in call_decode()
Vasily Averin
1
-2
/
+1
2011-07-12
SUNRPC: Fix use of static variable in rpcb_getport_async
Ben Greear
1
-1
/
+1
2011-07-11
NFSv4.1: update nfs4_fattr_bitmap_maxsz
Andy Adamson
1
-1
/
+1
2011-07-07
SUNRPC: Fix a race between work-queue and rpc_killall_tasks
Trond Myklebust
1
-16
/
+11
2011-06-28
pnfs: write: Set mds_offset in the generic layer - it is needed by all LDs
Boaz Harrosh
2
-1
/
+2
2011-06-27
Linux 3.0-rc5
Linus Torvalds
1
-1
/
+1
2011-06-27
drm/i915: more struct_mutex locking
Hugh Dickins
2
-2
/
+6
2011-06-27
drm/i915: use shmem_truncate_range
Hugh Dickins
1
-5
/
+2
2011-06-27
drm/i915: use shmem_read_mapping_page
Hugh Dickins
2
-17
/
+15
2011-06-27
drm/ttm: use shmem_read_mapping_page
Hugh Dickins
1
-2
/
+3
2011-06-27
drivers/tty/serial/8250_pci.c: fix warning
Andrew Morton
1
-1
/
+1
2011-06-27
drivers/misc/ioc4.c: fix section mismatch / race condition
Ralf Baechle
1
-1
/
+1
2011-06-27
drivers/leds/leds-lp5523.c: fix section mismatches
Ralf Baechle
1
-2
/
+2
[next]