summaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)Author
2011-05-28nbd: adjust 'max_part' according to part_shiftNamhyung Kim
2011-05-28nbd: limit module parameters to a sane valueNamhyung Kim
2011-05-28nbd: pass MSG_* flags to kernel_recvmsg()Namhyung Kim
2011-02-11nbd: remove module-level ioctl mutexSoren Hansen
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-07-19update email addressPavel Machek
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-05-11nbd: don't clear rq->sector and nr_sectors unnecessarilyTejun Heo
2009-04-02nbd: trivial cleanupsPavel Machek
2009-04-02nbd: add locking to nbd_ioctlPavel Machek
2009-02-11nbd: fix I/O hang on disconnected nbdsPaul Clements
2009-01-15nbd: do not allow two clients at the same timePavel Machek
2008-12-29nbd: tell the block layer that it is not a rotational deviceJens Axboe
2008-12-29block: get rid of elevator_t typedefJens Axboe
2008-10-21[PATCH] switch nbdAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo
2008-08-20nbd: fix memory leak of nbd_dev arraySven Wegener
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa
2008-04-29NBD: add partition supportLaurent Vivier
2008-04-29NBD: allow nbd to be used locallyLaurent Vivier
2008-04-29block: use blk_rq_init() to initialize the requestFUJITA Tomonori
2008-04-02nbd: prevent sock_xmit from attempting to use a NULL socketMike Snitzer
2008-02-23NBD: make nbd default to deadline I/O schedulerPaul Clements
2008-02-08NBD: remove limit on max number of nbd devicesPaul Clements
2008-01-28blk_end_request: changing nbd (take 4)Kiyoshi Ueda
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Trond Myklebust
2007-10-20remove unused return within void return functionDenis Cheng
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-17NBD: allow hung network I/O to be cancelledPaul Clements
2007-10-17NBD: set uninitialized devices to size 0Paul Clements
2007-10-17nbd: change a parameter's type to remove a memcpy callDenis Cheng
2007-10-17nbd: use list_for_each_entry_safe to make it more consolidated and readableDenis Cheng
2007-10-10Fixup rq_for_each_segment() indentationJens Axboe
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-16nbd.c: sock_xmit: cleanup signal related codeOleg Nesterov
2007-07-10[PATCH] fix request->cmd == INT casesBoaz Harrosh
2007-05-09nbd: check the return value of sysfs_create_fileWANG Cong
2006-12-08[PATCH] struct path: convert nbdJosef Sipek