summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | [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
* | | | | | | | | | | | | | | linux/magic.h: move cramfs magic out of cramfs_fs.hMike Frysinger2009-06-112-2/+3
* | | | | | | | | | | | | | | fs: Rearrange inode structure elements to avoid waste due to paddingTheodore Ts'o2009-06-111-1/+1
* | | | | | | | | | | | | | | fs: Remove i_cindex from struct inodeTheodore Ts'o2009-06-112-1/+2
* | | | | | | | | | | | | | | Trim a bit of crap from fs.hAl Viro2009-06-111-3/+0
* | | | | | | | | | | | | | | dcache: extrace and use d_unlinked()Alexey Dobriyan2009-06-111-0/+5
* | | | | | | | | | | | | | | quota: Introduce writeout_quota_sb() (version 4)Jan Kara2009-06-111-0/+9
* | | | | | | | | | | | | | | quota: cleanup dquota sync functions (version 4)Christoph Hellwig2009-06-111-8/+3
* | | | | | | | | | | | | | | vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara2009-06-111-1/+1
* | | | | | | | | | | | | | | vfs: Move syncing code from super.c to sync.c (version 4)Jan Kara2009-06-111-2/+1
* | | | | | | | | | | | | | | vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara2009-06-112-2/+1
OpenPOWER on IntegriCloud