nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / block / blk-merge.c
2009-03-06 Jens Axboeblock: fix missing bio back/front segment size setting...
2009-02-26 Jens Axboeblock: reduce stack footprint of blk_recount_segments()
2008-11-06 FUJITA Tomonoriblock: remove unused ll_new_mergeable()
2008-10-17 FUJITA Tomonoriblock: fix nr_phys_segments miscalculation bug
2008-10-09 Jens Axboeblock: inherit CPU completion on bio->rq and rq->rq...
2008-10-09 Tejun Heoblock: move stats from disk to part0
2008-10-09 Tejun Heoblock: fix diskstats access
2008-10-09 Tejun Heoblock: fix disk->part[] dereferencing race
2008-10-09 Tejun Heoblock: misc updates
2008-10-09 Mikulas Patockadrop vmerge accounting
2008-10-09 Mikulas Patockablock: drop virtual merging accounting
2008-10-09 David WoodhouseAllow elevators to sort/merge discard requests
2008-07-03 Martin K. Petersenblock: Block layer data integrity support
2008-05-07 Jens Axboeblock: get rid of likely/unlikely predictions in merge...
2008-04-29 Nick Pigginblock: make queue flags non-atomic
2008-04-21 FUJITA Tomonoriblock: move the padding adjustment to blk_rq_map_sg
2008-03-04 FUJITA Tomonoriblock: restore the meaning of rq->data_len to the true...
2008-02-19 Tejun Heoblock: clear drain buffer if draining for write command
2008-02-19 Tejun Heoblock: implement request_queue->dma_drain_needed
2008-02-19 Tejun Heoblock: add request->raw_data_len
2008-02-08 Jerome MarchandEnhanced partition statistics: update partition statitics
2008-02-01 Jens Axboeblock: make core bits checkpatch compliant
2008-01-29 Jens Axboeblock: ll_rw_blk.c split, add blk-merge.c