nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / block /
2008-10-09 Jens Axboeblock: reserve some tags just for sync IO
2008-10-09 Jens Axboeblock: as/cfq ssd idle check update
2008-10-09 Jens Axboeblock: add queue flag for SSD/non-rotational devices
2008-10-09 Kiyoshi Uedablock: add a queue flag for request stacking support
2008-10-09 Kiyoshi Uedablock: add request submission interface
2008-10-09 Kiyoshi Uedablock: add request update interface
2008-10-09 Jens Axboeblock: blk_cleanup_queue() should call blk_sync_queue()
2008-10-09 Jens Axboeblock: use rq complete marking in blk_abort_request()
2008-10-09 Jens Axboeblock: add fault injection mechanism for faking request...
2008-10-09 Hugh Dickinsblock: adjust blkdev_issue_discard for swap
2008-10-09 Mike Andersonblock: Add interface to abort queued requests
2008-10-09 Jens Axboeblock: unify request timeout handling
2008-10-09 Tejun Heoblock: fix duplicate headers for /proc/partitions
2008-10-09 FUJITA Tomonoriblock: make blk_rq_map_user take a NULL user-space...
2008-10-09 Jens Axboeblock: update comment on end_request()
2008-10-09 Tejun Heoblock: don't test for partition size in bdget_disk...
2008-10-09 Harvey Harrisonblock: kmalloc args reversed, small function definition...
2008-10-09 FUJITA Tomonoriblock: add blk_rq_aligned helper function
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-10-09 Aaron Carrollcfq-iosched: fix queue depth detection
2008-10-09 Jens Axboeblock: don't use bio_has_data() in the completion path
2008-10-09 Jens Axboeblock: inherit CPU completion on bio->rq and rq->rq...
2008-10-09 Jens Axboeblock: add support for IO CPU affinity
2008-10-09 Jens Axboeblock: make kblockd_schedule_work() take the queue...
2008-10-09 Jens Axboeblock: split softirq handling into blk-softirq.c
2008-10-09 Jens Axboeblock: use linux/uaccess.h in elevator.c instead of...
2008-10-09 Tejun Heoblock: allow disk to have extended device number
2008-10-09 Tejun Heoblock: replace @ext_minors with GENHD_FL_EXT_DEVT
2008-10-09 Tejun Heoblock: make partition array dynamic
2008-10-09 Tejun Heoblock: move stats from disk to part0
2008-10-09 Tejun Heoblock: kill GENHD_FL_FAIL and use part0->make_it_fail
2008-10-09 Tejun Heoblock: always set bdev->bd_part
2008-10-09 Tejun Heoblock: move holder_dir from disk to part0
2008-10-09 Tejun Heoblock: move policy from disk to part0
2008-10-09 Tejun Heoblock: unify sysfs size node handling
2008-10-09 Tejun Heoblock: move __dev from disk to part0
2008-10-09 Tejun Heoblock: introduce partition 0
2008-10-09 Tejun Heoblock: implement and use {disk|part}_to_dev()
2008-10-09 Tejun Heoblock: implement CONFIG_DEBUG_BLOCK_EXT_DEVT
2008-10-09 Tejun Heoblock: adjust formatting for large minors and add ext_r...
2008-10-09 Tejun Heoblock: implement extended dev numbers
2008-10-09 Tejun Heoblock: fix diskstats access
2008-10-09 Tejun Heoblock: fix disk->part[] dereferencing race
2008-10-09 Tejun Heoblock: don't depend on consecutive minor space
2008-10-09 Tejun Heoblock: make variable and argument names more consistent
2008-10-09 Tejun Heoblock: misc updates
2008-10-09 Tejun Heoblock: update add_partition() error handling
2008-10-09 Tejun Heoblock: allow deleting zero length partition
2008-10-09 Tejun Heoblock: use class_dev_iterator instead of class_for_each...
2008-10-09 Tejun Heoblock: don't grab block_class_lock unnecessarily
2008-10-09 Tejun Heoblock: fix partition info printouts
2008-10-09 Randy DunlapAdd some block/ source files to the kernel-api docbook...
2008-10-09 Mikulas Patockadrop vmerge accounting
2008-10-09 Mikulas Patockablock: drop virtual merging accounting
2008-10-09 Aaron Carrolldeadline-iosched: non-functional fixes
2008-10-09 Aaron Carrolldeadline-iosched: allow non-sequential batching
2008-10-09 David WoodhouseAllow elevators to sort/merge discard requests
2008-10-09 David WoodhouseAdd BLKDISCARD ioctl to allow userspace to discard...
2008-10-09 OGAWA HirofumiUse WRITE_BARRIER in blkdev_issue_flush(), not (1<...
2008-10-09 David Woodhouseblktrace: simplify flags handling in __blk_add_trace
2008-10-09 David Woodhouseblktrace: support discard requests
2008-10-09 David WoodhouseAdd 'discard' request handling
2008-10-09 David WoodhouseFix up comments about matching flags between bio and rq
2008-10-09 Jens Axboeblock: use bio_has_data() in the IO completion path
2008-10-09 Jens Axboeblock: use bio_has_data() to check for data carrying bio
2008-10-09 xiphmont@xiph.orgSG_IO block filter whitelist missing MMC SET READ AHEAD...
2008-09-11 Jens Axboeblock: disable sysfs parts of the disk command filter
2008-09-01 Tejun Heoblock: restore original behavior of /proc/partition...
2008-08-29 FUJITA Tomonoriremove blk_register_filter and blk_unregister_filter...
2008-08-27 Matthew Wilcoxblock: remove unused ->busy part of the block queue...
2008-08-27 Adel Gadllahblock: clean up cmdfilter sysfs interface
2008-08-27 FUJITA Tomonoriblock: rename blk_scsi_cmd_filter to blk_cmd_filter
2008-08-27 FUJITA Tomonoriblock: move cmdfilter from gendisk to request_queue
2008-08-21 Kay Sieversblock: drop references taken by class_find_device()
2008-08-21 Kay Sieversblock: fix partial read() of /proc/{partitions,diskstats}
2008-08-05 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2008-08-01 Jens Axboeblock: add a blk_plug_device_unlocked() that grabs...
2008-07-30 Tim Wright[SCSI] block: Fix miscalculation of sg_io timeout in...
2008-07-26 Arjan van de VenUse WARN() in block/
2008-07-26 FUJITA Tomonoriblock/blk-map.c: use the new object_is_on_stack() helper
2008-07-25 Abdel Benamroucheblock/ioctl.c and fs/partition/check.c: check value...
2008-07-22 Greg Kroah-Hartmanblock: make /proc/partitions and /proc/diskstats use...
2008-07-22 Greg Kroah-Hartmanblock: move header for /proc/partitions to seq_start
2008-07-22 Greg Kroah-Hartmanblock: make proc files seq_start use the class_find_dev...
2008-07-22 Randy Dunlapblock: make /proc/diskstats only build if CONFIG_PROC_F...
2008-07-22 Greg Kroah-Hartmanblock: make blk_lookup_devt use the class iterator...
2008-07-22 Greg Kroah-Hartmanblock: make printk_partition use the class iterator...
2008-07-22 Greg Kroah-Hartmanblock: fix compiler warning in genhd.c
2008-07-22 Greg Kroah-Hartmandevice create: block: convert device_create to device_c...
2008-07-22 Dan Williamssysfs: add /sys/dev/{char,block} to lookup sysfs path...
2008-07-16 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-07-15 Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2008-07-15 FUJITA Tomonoriblock: unexport blk_end_sync_rq
2008-07-15 FUJITA Tomonoriblock: remove the checking for NULL queue in blk_put_re...
2008-07-15 Bartlomiej Zolnier... block: handle blk_pm_resume_request() requests in blk_e...
2008-07-14 Linus TorvaldsMerge branch 'core/softirq' of git://git./linux/kernel...
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...
next