summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-281-147/+148
|\
| * nbd: rename the nbd_device variable from lo to nbdWanlong Gao2012-03-281-147/+148
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
|/
* nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixesAndrew Morton2011-08-191-1/+1
* nbd: replace some printk with dev_warn() and dev_info()WANG Cong2011-08-191-6/+5
* nbd: lower the loglevel of an error messageWANG Cong2011-08-191-1/+1
* nbd: replace printk KERN_ERR with dev_err()WANG Cong2011-08-191-25/+25
* nbd: replace sysfs_create_file() with device_create_file()WANG Cong2011-08-191-3/+3
* nbd: use task_pid_nr() to get current pidWANG Cong2011-08-191-1/+1
* nbd: adjust 'max_part' according to part_shiftNamhyung Kim2011-05-281-1/+12
* nbd: limit module parameters to a sane valueNamhyung Kim2011-05-281-0/+6
* nbd: pass MSG_* flags to kernel_recvmsg()Namhyung Kim2011-05-281-1/+2
* nbd: remove module-level ioctl mutexSoren Hansen2011-02-111-3/+0
* 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