aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-28nbd: adjust 'max_part' according to part_shiftGravatar Namhyung Kim 1-1/+12
2011-05-28nbd: limit module parameters to a sane valueGravatar Namhyung Kim 1-0/+6
2011-05-28nbd: pass MSG_* flags to kernel_recvmsg()Gravatar Namhyung Kim 1-1/+2
2011-02-11nbd: remove module-level ioctl mutexGravatar Soren Hansen 1-3/+0
2010-10-05block: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-3/+4
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+5
2010-08-07block: push down BKL into .locked_ioctlGravatar Arnd Bergmann 1-1/+4
2010-08-07block: remove wrappers for request type/flagsGravatar Christoph Hellwig 1-1/+1
2010-07-19update email addressGravatar Pavel Machek 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-22const: make block_device_operations constGravatar Alexey Dobriyan 1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchGravatar Tejun Heo 1-3/+1
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupGravatar Tejun Heo 1-3/+3
2009-05-11block: convert to pos and nr_sectors accessorsGravatar Tejun Heo 1-6/+6
2009-05-11nbd: don't clear rq->sector and nr_sectors unnecessarilyGravatar Tejun Heo 1-7/+0
2009-04-02nbd: trivial cleanupsGravatar Pavel Machek 1-6/+4
2009-04-02nbd: add locking to nbd_ioctlGravatar Pavel Machek 1-35/+67
2009-02-11nbd: fix I/O hang on disconnected nbdsGravatar Paul Clements 1-0/+9
2009-01-15nbd: do not allow two clients at the same timeGravatar Pavel Machek 1-0/+4
2008-12-29nbd: tell the block layer that it is not a rotational deviceGravatar Jens Axboe 1-6/+4
2008-12-29block: get rid of elevator_t typedefGravatar Jens Axboe 1-1/+1
2008-10-21[PATCH] switch nbdGravatar Al Viro 1-14/+14
2008-10-21[PATCH] beginning of methods conversionGravatar Al Viro 1-1/+1
2008-10-20x86: sysfs: kill owner field from attributeGravatar Parag Warudkar 1-1/+1
2008-10-09block: implement and use {disk|part}_to_dev()Gravatar Tejun Heo 1-2/+2
2008-08-20nbd: fix memory leak of nbd_dev arrayGravatar Sven Wegener 1-4/+6
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+1
2008-04-29Remove duplicated unlikely() in IS_ERR()Gravatar Hirofumi Nakagawa 1-1/+1
2008-04-29NBD: add partition supportGravatar Laurent Vivier 1-4/+21
2008-04-29NBD: allow nbd to be used locallyGravatar Laurent Vivier 1-49/+95
2008-04-29block: use blk_rq_init() to initialize the requestGravatar FUJITA Tomonori 1-0/+1
2008-04-02nbd: prevent sock_xmit from attempting to use a NULL socketGravatar Mike Snitzer 1-0/+6
2008-02-23NBD: make nbd default to deadline I/O schedulerGravatar Paul Clements 1-0/+6
2008-02-08NBD: remove limit on max number of nbd devicesGravatar Paul Clements 1-6/+4
2008-01-28blk_end_request: changing nbd (take 4)Gravatar Kiyoshi Ueda 1-5/+3
2008-01-24Driver core: convert block from raw kobjects to core devicesGravatar Kay Sievers 1-6/+9
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Gravatar Trond Myklebust 1-1/+2
2007-10-20remove unused return within void return functionGravatar Denis Cheng 1-1/+0
2007-10-19Use helpers to obtain task pid in printksGravatar Pavel Emelyanov 1-1/+1
2007-10-17NBD: allow hung network I/O to be cancelledGravatar Paul Clements 1-31/+62
2007-10-17NBD: set uninitialized devices to size 0Gravatar Paul Clements 1-2/+5
2007-10-17nbd: change a parameter's type to remove a memcpy callGravatar Denis Cheng 1-5/+3
2007-10-17nbd: use list_for_each_entry_safe to make it more consolidated and readableGravatar Denis Cheng 1-4/+2
2007-10-10Fixup rq_for_each_segment() indentationGravatar Jens Axboe 1-23/+20
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioGravatar NeilBrown 1-13/+9
2007-07-24[BLOCK] Get rid of request_queue_t typedefGravatar Jens Axboe 1-2/+2
2007-07-16nbd.c: sock_xmit: cleanup signal related codeGravatar Oleg Nesterov 1-16/+6
2007-07-10[PATCH] fix request->cmd == INT casesGravatar Boaz Harrosh 1-1/+1
2007-05-09nbd: check the return value of sysfs_create_fileGravatar WANG Cong 1-4/+11
2006-12-08[PATCH] struct path: convert nbdGravatar Josef Sipek 1-1/+1