summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-3/+4
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-2/+5
|\
| * block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-1/+4
| * block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+1
* | update email addressPavel Machek2010-07-191-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-3/+1
* block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo2009-05-111-3/+3
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-6/+6
* nbd: don't clear rq->sector and nr_sectors unnecessarilyTejun Heo2009-05-111-7/+0
* nbd: trivial cleanupsPavel Machek2009-04-021-6/+4
* nbd: add locking to nbd_ioctlPavel Machek2009-04-021-35/+67
* nbd: fix I/O hang on disconnected nbdsPaul Clements2009-02-111-0/+9
* nbd: do not allow two clients at the same timePavel Machek2009-01-151-0/+4
* nbd: tell the block layer that it is not a rotational deviceJens Axboe2008-12-291-6/+4
* block: get rid of elevator_t typedefJens Axboe2008-12-291-1/+1
* [PATCH] switch nbdAl Viro2008-10-211-14/+14
* [PATCH] beginning of methods conversionAl Viro2008-10-211-1/+1
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-1/+1
* block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-091-2/+2
* nbd: fix memory leak of nbd_dev arraySven Wegener2008-08-201-4/+6
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-04-291-0/+1
|\
| * block: use blk_rq_init() to initialize the requestFUJITA Tomonori2008-04-291-0/+1
* | Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* | NBD: add partition supportLaurent Vivier2008-04-291-4/+21
* | NBD: allow nbd to be used locallyLaurent Vivier2008-04-291-49/+95
|/
* nbd: prevent sock_xmit from attempting to use a NULL socketMike Snitzer2008-04-021-0/+6
* NBD: make nbd default to deadline I/O schedulerPaul Clements2008-02-231-0/+6
* NBD: remove limit on max number of nbd devicesPaul Clements2008-02-081-6/+4
* blk_end_request: changing nbd (take 4)Kiyoshi Ueda2008-01-281-5/+3
* Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-241-6/+9
* [NET]: Add the helper kernel_sock_shutdown()Trond Myklebust2007-11-121-1/+2
* remove unused return within void return functionDenis Cheng2007-10-201-1/+0
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* NBD: allow hung network I/O to be cancelledPaul Clements2007-10-171-31/+62
* NBD: set uninitialized devices to size 0Paul Clements2007-10-171-2/+5
* nbd: change a parameter's type to remove a memcpy callDenis Cheng2007-10-171-5/+3
* nbd: use list_for_each_entry_safe to make it more consolidated and readableDenis Cheng2007-10-171-4/+2
* Fixup rq_for_each_segment() indentationJens Axboe2007-10-101-23/+20
* Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown2007-10-101-13/+9
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* nbd.c: sock_xmit: cleanup signal related codeOleg Nesterov2007-07-161-16/+6
* [PATCH] fix request->cmd == INT casesBoaz Harrosh2007-07-101-1/+1
* nbd: check the return value of sysfs_create_fileWANG Cong2007-05-091-4/+11
* [PATCH] struct path: convert nbdJosef Sipek2006-12-081-1/+1
* [PATCH] nbd: show nbd client pid in sysfsPaul Clements2006-12-071-0/+16
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-4/+4
* [PATCH] nbd: Abort request on data reception failureMichal Feix2006-07-311-1/+2
* [PATCH] nbd: Check magic before doing anything elseMichal Feix2006-07-311-7/+9
OpenPOWER on IntegriCloud