ipc: remove unneeded parameters
[safe/jmp/linux-2.6] / block /
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19 Randy Dunlapkernel-api docbook: fix content problems
2007-10-17 Jens Axboe[BLOCK] blk_rq_map_sg() next_sg fixup
2007-10-17 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/data...
2007-10-17 Peter Zijlstramm: bdi init hooks
2007-10-17 Jens Axboe[BLOCK] Clear sg entry before filling in blk_rq_map_sg()
2007-10-16 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/data...
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-16 Jens AxboeMerge branch 'sglist-arch' into for-linus
2007-10-16 Jens AxboeMerge branch 'barrier' into for-linus
2007-10-16 Jens Axboell_rw_blk: temporarily enable max_segments tweaking
2007-10-16 Jens Axboeblock: convert to using sg helpers
2007-10-16 Jens Axboeblock: convert blkdev_issue_flush() to use empty barriers
2007-10-16 Jens Axboeblock: Initial support for data-less (or empty) barrier...
2007-10-16 Jens Axboeblock: factor our bio_check_eod()
2007-10-16 Jens Axboeblock: add end_queued_request() and end_dequeued_reques...
2007-10-16 Jens Axboeblock: ll_rw_blk.c: cosmetics
2007-10-16 Arjan van de Venbsg: mark struct file_operations const
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...
next