Intel FB: more interlaced mode support
[safe/jmp/linux-2.6] / block /
2007-10-16 Fengguang Wureadahead: remove the limit max_sectors_kb imposed...
2007-10-16 Mike TravisConvert cpu_sibling_map to be a per cpu variable
2007-10-13 Linus TorvaldsOnly enable BLOCK_COMPAT if COMPAT is needed
2007-10-12 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2007-10-12 Greg Kroah-Hartmancdev: remove unneeded setting of cdev names
2007-10-12 Greg Kroah-Hartmankobjects: fix up improper use of the kobject name field
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-10-12 Jens Axboe[BLOCK] Only include the compat ioctl code if CONFIG_BL...
2007-10-10 Arnd Bergmanncompat_ioctl: move floppy handlers to block/compat_ioctl.c
2007-10-10 Arnd Bergmanncompat_ioctl: move cdrom handlers to block/compat_ioctl.c
2007-10-10 Arnd Bergmanncompat_ioctl: move BLKPG handling to block/compat_ioctl.c
2007-10-10 Arnd Bergmanncompat_ioctl: move hdio calls to block/compat_ioctl.c
2007-10-10 Arnd Bergmanncompat_ioctl: handle blk_trace ioctls
2007-10-10 Arnd Bergmanncompat_ioctl: add compat_blkdev_driver_ioctl()
2007-10-10 Arnd Bergmanncompat_ioctl: move common block ioctls to compat_blkdev...
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-10-10 NeilBrownDon't decrement bi_size in bio_endio
2007-10-10 NeilBrownRemove flush_dry_bio_endio
2007-10-10 Satyam Sharmall_rw_blk: blk_cpu_notifier should be __cpuinitdata
2007-10-10 Jens AxboeFixup rq_for_each_segment() indentation
2007-10-10 NeilBrownShare code between init_request_from_bio and blk_rq_bio...
2007-10-10 NeilBrownStop exporting blk_rq_bio_prep
2007-10-10 NeilBrownNew function blk_req_append_bio
2007-10-10 NeilBrownIntroduce rq_for_each_segment replacing rq_for_each_bio
2007-10-10 NeilBrownMerge blk_recount_segments into blk_recalc_rq_segments
2007-09-14 Nick Pigginshared tag queue barrier comment
2007-09-13 Jens AxboeFix race with shared tag queue maps
2007-08-11 Alan D. BrunelleFix remap handling by blktrace
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-28 Paul Mundt[SCSI] bsg: Fix build for CONFIG_BLOCK=n
2007-07-27 Ingo Molnarblktrace: use cpu_clock() instead of sched_clock()
2007-07-27 Paul Mundtbsg: Fix build for CONFIG_BLOCK=n
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-22 FUJITA Tomonori[SCSI] bsg: unexport sg v3 helper functions
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 Alexey Dobriyancfq: Write-only stuff in CFQ data structures
2007-07-20 Vasily Tarasovcfq: async queue allocation per priority
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-19 Yoann Padioleausome kmalloc/memset ->kzalloc (tree wide)
2007-07-17 Linus TorvaldsMerge branch 'bsg' of git://git.kernel.dk/data/git...
2007-07-17 Akinobu Mitaunregister_blkdev(): return void
2007-07-17 Akinobu Mitaunregister_blkdev(): do WARN_ON on failure
2007-07-17 Christoph LameterSlab allocators: Replace explicit zeroing with __GFP_ZERO
2007-07-17 Jens Axboebsg: fix missing space in version print
2007-07-17 FUJITA Tomonoribsg: Kconfig updates
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 TorvaldsMake BLK_DEV_BSG depend strictly on SCSI=y
2007-07-16 Linus TorvaldsFix new generic block device SG compile
2007-07-16 FUJITA Tomonoribsg: Kconfig updates
2007-07-16 FUJITA Tomonoribsg: add SCSI transport-level request support
2007-07-16 FUJITA Tomonoribsg: add bidi support
2007-07-16 FUJITA Tomonoriadd a struct request pointer to the request structure
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 Tomonoriblock: export blk_verify_command for SG v4
2007-07-16 FUJITA Tomonoribsg: minor cleanups
2007-07-16 FUJITA Tomonoriblock: changes for blk_rq_unmap_user new API
2007-07-16 Jens Axboebsg: support for full generic block layer SG v3
2007-07-10 Matthias KaehlckeUse list_for_each_entry() instead of list_for_each...
2007-07-10 Jan EngelhardtUse menuconfigs instead of menus, so the whole menu...
2007-07-10 Jens Axboecfq-iosched: fix async queue behaviour
2007-07-10 Tejun Heo[BLOCK] drop unnecessary bvec rewinding from flush_dry_...
2007-07-10 Jens Axboeblk_hw_contig_segment(): bad segment size checks
2007-06-15 Tejun Heoblock: always requeue !fs requests at the front
2007-05-24 Kristen Carlson... genhd: send async notification on media change
2007-05-24 Kristen Carlson... genhd: expose AN to user space
2007-05-15 Jens Axboell_rw_blk: fix gcc 4.2 warning on current_io_context()
2007-05-11 Neil BrownWhen stacked block devices are in-use (e.g. md or dm...
2007-05-09 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-09 Oleg Nesterovunify flush_work/flush_work_keventd and rename it to...
2007-05-09 Andrew Mortonkblockd: use flush_work
2007-05-09 Dave GilbertDisplay all possible partitions when the root filesyste...
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-05-08 Linus TorvaldsMerge branch 'for-2.6.22' of git://git.kernel.dk/data...
2007-05-08 Nick Pigginas: fix antic_expire check
2007-05-08 Mike Christie[PATCH] ll_rw_blk: fix missing bounce in blk_rq_map_kern()
next