summaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Collapse)Author
2010-12-31[SCSI] target: Add LIO target core v4.0.0-rc6Nicholas Bellinger
LIO target is a full featured in-kernel target framework with the following feature set: High-performance, non-blocking, multithreaded architecture with SIMD support. Advanced SCSI feature set: * Persistent Reservations (PRs) * Asymmetric Logical Unit Assignment (ALUA) * Protocol and intra-nexus multiplexing, load-balancing and failover (MC/S) * Full Error Recovery (ERL=0,1,2) * Active/active task migration and session continuation (ERL=2) * Thin LUN provisioning (UNMAP and WRITE_SAMExx) Multiprotocol target plugins Storage media independence: * Virtualization of all storage media; transparent mapping of IO to LUNs * No hard limits on number of LUNs per Target; maximum LUN size ~750 TB * Backstores: SATA, SAS, SCSI, BluRay, DVD, FLASH, USB, ramdisk, etc. Standards compliance: * Full compliance with IETF (RFC 3720) * Full implementation of SPC-4 PRs and ALUA [jejb: fix up for new block bdev exclusive interface. Fixed includes and depends from Randy Dunlap.] Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2010-12-31Merge remote branch 'cleancache/linux-next'Stephen Rothwell
Conflicts: fs/ocfs2/super.c fs/super.c include/linux/fs.h mm/Kconfig
2010-12-31Merge remote branch 'usb/usb-next'Stephen Rothwell
Conflicts: arch/arm/mach-omap2/Kconfig arch/arm/mach-omap2/clock3xxx_data.c arch/arm/mach-omap2/clock44xx_data.c arch/sh/Kconfig
2010-12-31Merge remote branch 'tty/tty-next'Stephen Rothwell
2010-12-31Merge remote branch 'drivers-x86/linux-next'Stephen Rothwell
2010-12-31Merge remote branch 'workqueues/for-next'Stephen Rothwell
Conflicts: Documentation/feature-removal-schedule.txt drivers/media/video/bt8xx/bttv-input.c drivers/rtc/rtc-dev.c
2010-12-31Merge remote branch 'tip/auto-latest'Stephen Rothwell
2010-12-31Merge remote branch 'spi/next-spi'Stephen Rothwell
2010-12-31Merge remote branch 'devicetree/next-devicetree'Stephen Rothwell
2010-12-31Merge remote branch 'suspend/linux-next'Stephen Rothwell
2010-12-31Merge remote branch 'trivial/for-next'Stephen Rothwell
Conflicts: fs/ext4/ext4.h
2010-12-31Merge remote branch 'security-testing/next'Stephen Rothwell
2010-12-31Merge remote branch 'slab/for-next'Stephen Rothwell
2010-12-31Merge remote branch 'block/for-next'Stephen Rothwell
2010-12-31Merge remote branch 'input/next'Stephen Rothwell
Conflicts: drivers/input/keyboard/Kconfig include/linux/input.h
2010-12-31Merge branch 'quilt/rr'Stephen Rothwell
2010-12-31Merge remote branch 'sound/for-next'Stephen Rothwell
2010-12-31Merge remote branch 'net/master'Stephen Rothwell
Conflicts: net/9p/protocol.c
2010-12-31Merge remote branch 'scsi/master'Stephen Rothwell
2010-12-31Merge remote branch 'kvm/linux-next'Stephen Rothwell
2010-12-31Merge remote branch 'acpi/test'Stephen Rothwell
2010-12-31Merge remote branch 'kbuild/for-next'Stephen Rothwell
2010-12-31Merge remote branch 'v4l-dvb/master'Stephen Rothwell
2010-12-31Merge branch 'quilt/kernel-doc'Stephen Rothwell
2010-12-31Merge remote branch 'hwmon-staging/hwmon-next'Stephen Rothwell
2010-12-31Merge branch 'quilt/jdelvare-hwmon'Stephen Rothwell
2010-12-31Merge branch 'quilt/i2c'Stephen Rothwell
2010-12-31Merge remote branch 'hid/for-next'Stephen Rothwell
2010-12-31Merge remote branch 'vfs-scale/vfs-scale-working'Stephen Rothwell
Conflicts: Documentation/filesystems/Locking fs/cifs/dir.c fs/fuse/inode.c fs/hfsplus/hfsplus_fs.h fs/hfsplus/unicode.c
2010-12-31Merge remote branch 'powerpc/next'Stephen Rothwell
2010-12-31Merge remote branch 'ia64/test'Stephen Rothwell
2010-12-31Merge remote branch 'omap/for-next'Stephen Rothwell
Conflicts: arch/arm/plat-omap/Kconfig
2010-12-31Merge remote branch 'arm/devel'Stephen Rothwell
2010-12-30update Documentation/filesystems/LockingChristoph Hellwig
Mostly inspired by all the recent BKL removal changes, but a lot of older updates also weren't properly recorded. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-12-29[media] bt819: the ioctls in the header are internal to the kernelHans Verkuil
Remove bt819.h from ioctl-number.txt and make a note in the header that these ioctls are for internal use only. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] saa6588: rename rds.h to saa6588.hHans Verkuil
The naming of the media/rds.h header suggested that it was a generic RDS header, when in fact it is just a saa6588 module API that is internal to the kernel. Rename the header and the struct and defines in it to make this clear. Also removed the header include in radio-si470x.h (not used anymore) and from ioctl-number.txt (it's internal to the kernel and never called from userspace). Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] cardlist: Update lists for em28xx and saa7134Mauro Carvalho Chehab
PS.: The cardlists are auto-generated via scripts. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] saa7134: Add support for Compro VideoMate Vista M1FRamiro Morales
Signed-off-by: Pavel Osnova <pvosnova@gmail.com> Signed-off-by: Ramiro Morales <ramiro@rmorales.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] feature_removal_schedule.txt: mark VIDIOC_*_OLD ioctls to dieMauro Carvalho Chehab
There are some old broken definitions of ioctl's, where the read/write arguments were marked wrong. The last one were added on 2.6.6 kernel. Remove them, in order to cleanup some copy_from_user/copy_to_user logic done inside V4L core. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] Remove the old V4L1 v4lgrab.c fileMauro Carvalho Chehab
This example file uses the old V4L1 API. It also doesn't use libv4l. So, it is completely obsolete. A good example already exists at v4l-utils (v4l2grab.c): http://git.linuxtv.org/v4l-utils.git Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] Fix videodev.h references at the V4L DocBookMauro Carvalho Chehab
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] Documentation/ioctl/ioctl-number.txt: Remove some now freed ioctl rangesMauro Carvalho Chehab
The V4L1 removal patches removed a few ioctls. Update it at the docspace. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] V4L1 removal: Remove linux/videodev.hMauro Carvalho Chehab
There's no sense on keeping it on 2.6.38, as nobody is using it anymore, at the kernel tree, and installing it at the userspace API. As two deprecated drivers still need it, move it to their internal directories. Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] feature-removal: update V4L1 removal statusHans Verkuil
While the V4L1 compatibility module has been removed, we still have two V4L1 drivers that prevent full V4L1 removal. Those drivers have been moved to staging and will be removed in 2.6.39, together with the last V4L1 support. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] cpia, stradis: remove deprecated V4L1 driversHans Verkuil
Nobody stepped in to convert these drivers to V4L2, so they are now removed from the kernel. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] documentation: update some files to reflect the V4L1 compat removalHans Verkuil
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] zoran: remove V4L1 compat code and zoran custom ioctlsHans Verkuil
All the functionality is now handled through V4L2. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] gspca - sq905c: Adds the Lego BionicleTheodore Kilgore
This patch adds the Vendor:Product number of the Lego Bionicle camera to the existing gspca/sq905c.c and also a line for the camera in gspca.txt. The camera works "out of the box" with these small changes. So this is just in time for Christmas. Think of the children. Signed-off-by: Theodore Kilgore <kilgota@auburn.edu> Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] Documentation/lmedm04: Fix firmware extract informationMalcolm Priestley
Corrected Firmware Information for LG on LME2510. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-29[media] em28xx: Add support for Leadership ISDB-TMauro Carvalho Chehab
This device uses an em2874B + Sharp 921 One Seg frontend. Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>