sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / block / bsg.c
2009-09-19 Kay SieversDriver-Core: extend devnode callbacks to provide permis...
2009-07-01 Jens Axboeblock: get rid of queue-private command filter
2009-06-21 FUJITA Tomonoriblock: revert "bsg: setting rq->bio to NULL"
2009-06-16 Kay SieversDriver Core: bsg: add nodename for bsg driver
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-06-09 FUJITA Tomonoribsg: setting rq->bio to NULL
2009-05-11 Tejun Heoblock: add rq->resid_len
2009-03-26 Boaz Harroshbsg: Remove bogus check against request_queue->max_sectors
2009-03-24 Boaz Harroshbsg: add support for tail queuing
2009-02-18 Boaz Harroshbsg: Fix sense buffer bug in SG_IO
2009-01-06 Kay Sieversblock: struct device - replace bus_id with dev_name...
2008-12-05 Linus TorvaldsEnforce a minimum SG_IO timeout
2008-10-21 Al Viro[PATCH] switch scsi_cmd_ioctl() to passing fmode_t
2008-10-21 Al Viro[PATCH] introduce fmode_t, do annotations
2008-10-16 Greg Kroah-Hartmandevice create: block: convert device_create_drvdata...
2008-10-09 FUJITA Tomonoriblock: introduce struct rq_map_data to use reserved...
2008-10-09 FUJITA Tomonoriblock: add gfp_mask argument to blk_rq_map_user and...
2008-08-27 FUJITA Tomonoriblock: move cmdfilter from gendisk to request_queue
2008-07-22 Greg Kroah-Hartmandevice create: block: convert device_create to device_c...
2008-07-16 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-07-14 Linus TorvaldsMerge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-07-14 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-07-12 James Bottomley[SCSI] bsg: fix oops on remove
2008-07-12 FUJITA Tomonori[SCSI] bsg: fix bsg_mutex hang with device removal
2008-07-03 Adel Gadllahallow userspace to modify scsi command filter on per...
2008-05-18 Jonathan Corbetbsg: cdev lock_kernel() pushdown
2008-05-02 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-05-02 FUJITA Tomonori[SCSI] bsg: add large command support
2008-05-01 Harvey Harrisonblock: remove remaining __FUNCTION__ occurrences
2008-04-22 FUJITA Tomonori[SCSI] bsg: add release callback support
2008-04-20 Tony JonesSCSI: convert struct class_device to struct device
2008-04-18 FUJITA Tomonori[SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_compl...
2008-04-18 FUJITA Tomonori[SCSI] bsg: remove minor in struct bsg_device
2008-04-18 FUJITA Tomonori[SCSI] bsg: use better helper list functions
2008-04-18 FUJITA Tomonori[SCSI] bsg: replace kobject_get with blk_get_queue
2008-04-18 FUJITA Tomonori[SCSI] bsg: takes a ref to struct device in fops->open
2008-03-04 FUJITA Tomonoriblock: restore the meaning of rq->data_len to the true...
2008-02-19 Tejun Heoblock: add request->raw_data_len
2008-01-30 James Bottomley[SCSI] bsg: copy the cmd_type field to the subordinate...
2008-01-12 James Bottomley[SCSI] libsas, bsg: pass errors through correctly
2007-10-16 Arjan van de Venbsg: mark struct file_operations const
2007-10-12 Greg Kroah-Hartmancdev: remove unneeded setting of cdev names
2007-07-31 FUJITA Tomonori[SCSI] bsg: update sg_io_v4 structure
2007-07-30 Linus TorvaldsMerge /linux/kernel/git/jejb/scsi-rc-fixes-2.6
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-23 FUJITA Tomonori[SCSI] bsg: remove unnecessary code and comments
2007-07-23 FUJITA Tomonori[SCSI] bsg: use lib/idr.c to find a unique minor number
2007-07-22 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2007-07-21 FUJITA Tomonori[SCSI] bsg: fix bsg_unregister_queue
2007-07-21 James Bottomley[SCSI] bsg: make class backlinks
2007-07-21 James Bottomley[SCSI] bsg: fix bsg_register_queue error path
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 James Bottomley[SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)
2007-07-17 Jens Axboebsg: fix missing space in version print
2007-07-17 FUJITA Tomonoribsg: minor cleanup
2007-07-17 FUJITA Tomonoribsg: device hash table cleanup
2007-07-17 FUJITA Tomonoribsg: fix initialization error handling bugs
2007-07-17 Jens Axboebsg: convert to dynamic major
2007-07-17 Jens Axboebsg: address various review comments
2007-07-16 Linus TorvaldsFix new generic block device SG compile
2007-07-16 FUJITA Tomonoribsg: add SCSI transport-level request support
2007-07-16 FUJITA Tomonoribsg: add bidi support
2007-07-16 FUJITA Tomonoribsg: fix the deadlock on discarding done commands
2007-07-16 FUJITA Tomonoribsg: fix a blocking read bug
2007-07-16 FUJITA Tomonoribsg: minor bug fixes
2007-07-16 FUJITA Tomonoriimprove bsg device allocation
2007-07-16 FUJITA Tomonoribind bsg to all SCSI devices
2007-07-16 FUJITA Tomonoribsg: bind bsg to request_queue instead of gendisk
2007-07-16 FUJITA Tomonoribsg: add a request_queue argument to scsi_cmd_ioctl()
2007-07-16 FUJITA Tomonoribsg: simplify __bsg_alloc_command failpath
2007-07-16 Jens Axboebsg: add cheasy error checks for sysfs stuff
2007-07-16 Jens AxboeAdd queue resizing support
2007-07-16 Jens Axboebsg: silence a bogus gcc warning
2007-07-16 Jens Axboebsg: style cleanup
2007-07-16 FUJITA Tomonoribsg: add SG_IO to SG v4
2007-07-16 FUJITA Tomonoribsg: replace SG v3 with SG v4
2007-07-16 FUJITA Tomonoribsg: minor cleanups
2007-07-16 Jens Axboebsg: support for full generic block layer SG v3