aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-11nbd: remove module-level ioctl mutexSoren Hansen1-3/+0
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+4
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+5
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-1/+4
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-1/+1
2010-07-19update email addressPavel Machek1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-3/+1
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo1-3/+3
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-6/+6
2009-05-11nbd: don't clear rq->sector and nr_sectors unnecessarilyTejun Heo1-7/+0
2009-04-02nbd: trivial cleanupsPavel Machek1-6/+4
2009-04-02nbd: add locking to nbd_ioctlPavel Machek1-35/+67
2009-02-11nbd: fix I/O hang on disconnected nbdsPaul Clements1-0/+9
2009-01-15nbd: do not allow two clients at the same timePavel Machek1-0/+4
2008-12-29nbd: tell the block layer that it is not a rotational deviceJens Axboe1-6/+4
2008-12-29block: get rid of elevator_t typedefJens Axboe1-1/+1
2008-10-21[PATCH] switch nbdAl Viro1-14/+14
2008-10-21[PATCH] beginning of methods conversionAl Viro1-1/+1
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+1
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-2/+2
2008-08-20nbd: fix memory leak of nbd_dev arraySven Wegener1-4/+6
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29NBD: add partition supportLaurent Vivier1-4/+21
2008-04-29NBD: allow nbd to be used locallyLaurent Vivier1-49/+95
2008-04-29block: use blk_rq_init() to initialize the requestFUJITA Tomonori1-0/+1
2008-04-02nbd: prevent sock_xmit from attempting to use a NULL socketMike Snitzer1-0/+6
2008-02-23NBD: make nbd default to deadline I/O schedulerPaul Clements1-0/+6
2008-02-08NBD: remove limit on max number of nbd devicesPaul Clements1-6/+4
2008-01-28blk_end_request: changing nbd (take 4)Kiyoshi Ueda1-5/+3
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-6/+9
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Trond Myklebust1-1/+2
2007-10-20remove unused return within void return functionDenis Cheng1-1/+0
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-17NBD: allow hung network I/O to be cancelledPaul Clements1-31/+62
2007-10-17NBD: set uninitialized devices to size 0Paul Clements1-2/+5
2007-10-17nbd: change a parameter's type to remove a memcpy callDenis Cheng1-5/+3
2007-10-17nbd: use list_for_each_entry_safe to make it more consolidated and readableDenis Cheng1-4/+2
2007-10-10Fixup rq_for_each_segment() indentationJens Axboe1-23/+20
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown1-13/+9
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-16nbd.c: sock_xmit: cleanup signal related codeOleg Nesterov1-16/+6
2007-07-10[PATCH] fix request->cmd == INT casesBoaz Harrosh1-1/+1
2007-05-09nbd: check the return value of sysfs_create_fileWANG Cong1-4/+11
2006-12-08[PATCH] struct path: convert nbdJosef Sipek1-1/+1
2006-12-07[PATCH] nbd: show nbd client pid in sysfsPaul Clements1-0/+16
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-4/+4
2006-07-31[PATCH] nbd: Abort request on data reception failureMichal Feix1-1/+2