Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f884dcaead5f17bf586ac5fe6a3ad07b5203616a
f884dca
Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32
by Trond Myklebust
· 16 years ago
976a6f9
Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32
by Trond Myklebust
· 16 years ago
e576e05
nfs: remove superfluous BUG_ON()s
by Bartlomiej Zolnierkiewicz
· 16 years ago
38c7304
NFS: read-modify-write page updating
by Peter Staubach
· 16 years ago
074cc1d
NFS: Add a ->migratepage() aop for NFS
by Trond Myklebust
· 16 years ago
8854e82
SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code
by Trond Myklebust
· 16 years ago
173912a
SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache code
by Trond Myklebust
· 16 years ago
bc74b4f
SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms
by Trond Myklebust
· 16 years ago
da77005
SUNRPC: Remove the global temporary write buffer in net/sunrpc/cache.c
by Trond Myklebust
· 16 years ago
5b7a1b9
SUNRPC: Ensure we initialise the cache_detail before creating procfs files
by Trond Myklebust
· 16 years ago
2da8ca2
NFSD: Clean up the idmapper warning...
by Trond Myklebust
· 16 years ago
e57aed7
SUNRPC: One more clean up for rpc_create_client_dir()
by Trond Myklebust
· 16 years ago
23ac658
SUNRPC: clean up rpc_setup_pipedir()
by Trond Myklebust
· 16 years ago
7d217ca
SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_path
by Trond Myklebust
· 16 years ago
7d59d1e
SUNRPC: Clean up rpc_create_client_dir()
by Trond Myklebust
· 16 years ago
458adb8b
SUNRPC: Rename rpc_mkdir to rpc_create_client_dir()
by Trond Myklebust
· 16 years ago
bb15674
SUNRPC: rpc_pipefs cleanup
by Trond Myklebust
· 16 years ago
ac6fece
SUNRPC: Clean up rpc_populate/depopulate
by Trond Myklebust
· 16 years ago
cfeaa4a
SUNRPC: Clean up rpc_lookup_create
by Trond Myklebust
· 16 years ago
810d90b
SUNRPC: Clean up rpc_unlink()
by Trond Myklebust
· 16 years ago
7589806
SUNRPC: Clean up file creation code in rpc_pipefs
by Trond Myklebust
· 16 years ago
b5bb61d
SUNRPC: Clean up rpc_pipefs lookup code...
by Trond Myklebust
· 16 years ago
7364af6
SUNRPC: Allow rpc_pipefs_ops to have null values for upcall and downcall
by Trond Myklebust
· 16 years ago
b693ba4
SUNRPC: Constify rpc_pipe_ops...
by Trond Myklebust
· 16 years ago
c05988c
SUNRPC: Add documenting comments in net/sunrpc/timer.c
by Chuck Lever
· 16 years ago
9dc3b09
SUNRPC: Update xprt address strings after an rpcbind completes
by Chuck Lever
· 16 years ago
c740eff
SUNRPC: Kill RPC_DISPLAY_ALL
by Chuck Lever
· 16 years ago
fbfffbd
SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddr
by Chuck Lever
· 16 years ago
f8b761e
SUNRPC: Eliminate PROC macro from rpcb_clnt
by Chuck Lever
· 16 years ago
0e47f0d
SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.c
by Chuck Lever
· 16 years ago
c0c077d
SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.c
by Chuck Lever
· 16 years ago
7ed0ff9
SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSET
by Chuck Lever
· 16 years ago
0d36c4f
SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.c
by Chuck Lever
· 16 years ago
6f2c2db
SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.c
by Chuck Lever
· 16 years ago
4116092
NFSD: Support IPv6 addresses in write_failover_ip()
by Chuck Lever
· 16 years ago
c15128c
lockd: Replace nsm_display_address() with rpc_ntop()
by Chuck Lever
· 16 years ago
b97a567
lockd: Replace nlm_clear_port()
by Chuck Lever
· 16 years ago
ec6ee61
NFS: Replace nfs_set_port() with rpc_set_port()
by Chuck Lever
· 16 years ago
53a0b9c
NFS: Replace nfs_parse_ip_address() with rpc_pton()
by Chuck Lever
· 16 years ago
c877b84
SUNRPC: Use rpc_ntop() for constructing transport address strings
by Chuck Lever
· 16 years ago
ba80913
SUNRPC: Remove duplicate universal address generation
by Chuck Lever
· 16 years ago
a02d692
SUNRPC: Provide functions for managing universal addresses
by Chuck Lever
· 16 years ago
0b10bf5
SUNRPC: Move XDR data type size macros
by Chuck Lever
· 16 years ago
169026a
SUNRPC: Clean up RPCBIND_MAXUADDRLEN definitions
by Chuck Lever
· 16 years ago
ec88f28
NFS: Use the authentication flavor list returned by mountd
by Chuck Lever
· 16 years ago
059f90b
NFS: Fix auth flavor len accounting
by Chuck Lever
· 16 years ago
0b52412
NFS: Add ability to send MOUNTPROC_UMNT to the kernel's mountd client
by Chuck Lever
· 16 years ago
f3f4f4e
NFS: Fix up new minorversion= option
by Chuck Lever
· 16 years ago
c140aa9
NFSv4: Clean up the nfs.callback_tcpport option
by Trond Myklebust
· 16 years ago
cbf1107
SUNRPC: convert some sysctls into module parameters
by Trond Myklebust
· 16 years ago
80e52ac
NFSv4: Don't do idmapper upcalls for asynchronous RPC calls
by Trond Myklebust
· 16 years ago
62ab460
NFSv4: Add 'server capability' flags for NFSv4 recommended attributes
by Trond Myklebust
· 16 years ago
a78cb57
NFSv4: Don't loop forever on state recovery failure...
by Trond Myklebust
· 16 years ago
dd8ac1d
nfs: Keep index within mnt_errtbl[]
by Roel Kluin
· 16 years ago
7b2aa03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 16 years ago
710ad84
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
by Linus Torvalds
· 16 years ago
b32b8e6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 16 years ago
d6a0967
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 16 years ago
fb38500
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hch/xfs-icache-races
by Linus Torvalds
· 16 years ago
749d00d
Staging: rspiusb: Fix buffer overflow
by Roel Kluin
· 16 years ago
5fb4d25
staging: add dependencies on PCI for drivers that require it
by Jeff Mahoney
· 16 years ago
ce9c010
Staging: rtl8192su: fix build error
by Greg Kroah-Hartman
· 16 years ago
2c63abf
Staging: rt2870: Revert d44ca7 Removal of kernel_thread() API
by Mike Galbraith
· 16 years ago
4d2da07
Staging: rt2870: Add USB ID for Linksys, Planex Communications, Belkin
by Jakob Gruber
· 16 years ago
cf7fdd5
USB: fix oops on disconnect in cdc-acm
by Oliver Neukum
· 16 years ago
c15e3ca
USB: storage: include Prolific Technology USB drive in unusual_devs list
by Rogerio Brito
· 16 years ago
50d0678
USB: ftdi_sio: add product_id for Marvell OpenRD Base, Client
by Dhaval Vasa
· 16 years ago
c47aacc6
USB: ftdi_sio: add vendor and product id for Bayer glucose meter serial converter cable
by Marko Hänninen
· 16 years ago
ef4638f
USB: EHCI: fix counting of transaction error retries
by Alan Stern
· 16 years ago
7a0f0d9
USB: EHCI: fix two new bugs related to Clear-TT-Buffer
by Alan Stern
· 16 years ago
01105a2
USB: usbfs: fix -ENOENT error code to be -ENODEV
by Alan Stern
· 16 years ago
e8e2ff4
USB: musb: fix the nop registration for OMAP3EVM
by Gupta, Ajay Kumar
· 16 years ago
18753eb
USB: devio: Properly do access_ok() checks
by Michael Buesch
· 16 years ago
4927656
USB: pl2303: New vendor and product id
by Khanh-Dang Nguyen Thu Lam
· 16 years ago
ceab36e
Btrfs: fix balancing oops when invalidate_inode_pages2 returns EBUSY
by Yan Zheng
· 16 years ago
60f2e8f
Btrfs: correct error-handling zlib error handling
by Julia Lawall
· 16 years ago
4baf8c9
Btrfs: remove superfluous NULL pointer check in btrfs_rename()
by Bartlomiej Zolnierkiewicz
· 16 years ago
36b8659
Merge master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 16 years ago
cba8784
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
9cf9d28
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 16 years ago
ff1649f
Merge git://git.infradead.org/~dwmw2/iommu-2.6.31
by Linus Torvalds
· 16 years ago
da758dd
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
389623f
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 16 years ago
3858612
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 16 years ago
131f734
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 16 years ago
3440625
flat: fix uninitialized ptr with shared libs
by Linus Torvalds
· 16 years ago
9e5cf0c
lib/decompress_*: only include <linux/slab.h> if STATIC is not defined
by Albin Tonnerre
· 16 years ago
b1af431
bzip2/lzma: remove nasty uncompressed size hack in pre-boot environment
by Phillip Lougher
· 16 years ago
daeb6b6
bzip2/lzma/gzip: fix comments describing decompressor API
by Phillip Lougher
· 16 years ago
9c8a822
execve: must clear current->clear_child_tid
by Eric Dumazet
· 16 years ago
2198a64
drivers/mmc: correct error-handling code
by Julia Lawall
· 16 years ago
20de03d
i.MX31: fix framebuffer locking regressions
by Guennadi Liakhovetski
· 16 years ago
2d8dd38
vfs: mnt_want_write_file(): fix special file handling
by OGAWA Hirofumi
· 16 years ago
69130c7
compat_ioctl: hook up compat handler for FIEMAP ioctl
by Eric Sandeen
· 16 years ago
0035fe0
fbcon: don't use vc_resize() on initialization
by Johannes Weiner
· 16 years ago
5215944
viafb: fix rmmod bug
by Florian Tobias Schandinat
· 16 years ago
4bfc449
mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY aware
by KAMEZAWA Hiroyuki
· 16 years ago
93274e4
fbcon: fix rotate upside down crash
by Stefani Seibold
· 16 years ago
69dd647
generic-ipi: fix hotplug_cfd()
by Xiao Guangrong
· 16 years ago
2020002
drivers/w1/masters/omap_hdq.c: fix missing mutex unlock
by Stoyan Gaydarov
· 16 years ago
Next »