aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-06-129-16/+154
|\
| * [SCSI] Merge branch 'linus'James Bottomley2009-06-12131-1117/+4576
| |\
| * | [SCSI] osduld: use filp_open() when looking up an osd-deviceBoaz Harrosh2009-06-101-0/+1
| * | [SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queueBoaz Harrosh2009-06-101-0/+5
| * | [SCSI] libosd: osd_req_{read,write} takes a length parameterBoaz Harrosh2009-06-101-2/+2
| * | [SCSI] libosd: osd_req_{read,write}_kern new APIBoaz Harrosh2009-06-101-0/+4
| * | [SCSI] libosd: OSD2r05: Attribute definitionsBoaz Harrosh2009-06-101-2/+72
| * | [SCSI] libosd: OSD2r05: Additional command enumsBoaz Harrosh2009-06-101-0/+8
| * | [SCSI] iscsi class: Add new NETLINK_ISCSI messages for cnic/bnx2i driver.Michael Chan2009-06-092-0/+47
| * | [SCSI] net, libfcoe: Add the FCoE Initialization Protocol ethertypeJoe Eykholt2009-06-082-7/+1
| * | [SCSI] libfc,fcoe,fnic: Separate rport and lport max retry countsAbhijeet Joglekar2009-05-231-0/+1
| * | [SCSI] libiscsi: add task aborted stateMike Christie2009-05-231-0/+2
| * | [SCSI] libiscsi: handle cleanup task racesMike Christie2009-05-231-3/+2
| * | [SCSI] libiscsi: export iscsi_itt_to_task for bnx2iMike Christie2009-05-231-0/+1
| * | [SCSI] iscsi: pass ep connect shostMike Christie2009-05-232-2/+8
| * | Merge branch 'scsi-fixes' into merge-baseJames Bottomley2009-05-201-2/+2
| |\ \
* | \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds2009-06-122-1/+6
|\ \ \ \
| * | | | lguest: remove obsolete LHREQ_BREAK callRusty Russell2009-06-121-1/+1
| * | | | lguest: use eventfds for device notificationRusty Russell2009-06-121-0/+1
| * | | | lguest: improve interrupt handling, speed up stream networkingRusty Russell2009-06-121-0/+4
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtioLinus Torvalds2009-06-124-18/+64
|\ \ \ \
| * | | | virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin2009-06-121-0/+5
| * | | | virtio: teach virtio_has_feature() about transport featuresMark McLoughlin2009-06-121-1/+3
| * | | | virtio_pci: optional MSI-X supportMichael S. Tsirkin2009-06-121-1/+9
| * | | | virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-121-11/+36
| * | | | virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-123-7/+14
| * | | | virtio: fix obsolete documentation on probe functionRusty Russell2009-06-121-2/+1
| |/ / /
* | | | Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...Linus Torvalds2009-06-121-0/+31
|\ \ \ \
| * | | | CUSE: implement CUSE - Character device in UserspaceTejun Heo2009-06-091-0/+31
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds2009-06-123-11/+35
|\ \ \ \ \
| * | | | | module: trim exception table on init free.Rusty Russell2009-06-121-0/+1
| * | | | | module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell2009-06-121-9/+23
| * | | | | module_param: add __same_type convenience wrapper for __builtin_types_compati...Rusty Russell2009-06-121-0/+5
| * | | | | module_param: split perm field into flags and permRusty Russell2009-06-121-2/+6
| * | | | | module_param: invbool should take a 'bool', not an 'int'Rusty Russell2009-06-121-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-123-26/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ide: add IDE_DFLAG_NIEN_QUIRK device flagBartlomiej Zolnierkiewicz2009-06-071-1/+1
| * | | | ide: respect quirk_drives[] list on all controllersBartlomiej Zolnierkiewicz2009-06-071-0/+1
| * | | | Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-06-073-2/+7
| |\ \ \ \
| | * | | | ide: preserve Host Protected Area by default (v2)Bartlomiej Zolnierkiewicz2009-06-071-0/+2
| | * | | | ide-gd: implement block device ->set_capacity method (v2)Bartlomiej Zolnierkiewicz2009-06-071-2/+2
| | * | | | partitions: add ->set_capacity block device methodBartlomiej Zolnierkiewicz2009-06-072-0/+3
| * | | | | Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-05-222-2/+2
| |\ \ \ \ \ | | |/ / / /
| * | | | | ide: remove hw_regs_t typedefBartlomiej Zolnierkiewicz2009-05-171-7/+7
| * | | | | ide: pass number of ports to ide_host_{alloc,add}() (v2)Bartlomiej Zolnierkiewicz2009-05-171-2/+3
| * | | | | ide: remove chipset field from hw_regs_tBartlomiej Zolnierkiewicz2009-05-171-1/+0
| * | | | | ide: replace special_t typedef by IDE_SFLAG_* flagsBartlomiej Zolnierkiewicz2009-05-171-15/+6
* | | | | | fs/qnx4: sanitize includesAl Viro2009-06-112-60/+1
* | | | | | Sanitize qnx4 fsync handlingAl Viro2009-06-111-2/+0
* | | | | | New helper - simple_fsync()Al Viro2009-06-111-0/+2