aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAge
* nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixesAndrew Morton2011-08-19
* nbd: replace some printk with dev_warn() and dev_info()WANG Cong2011-08-19
* nbd: lower the loglevel of an error messageWANG Cong2011-08-19
* nbd: replace printk KERN_ERR with dev_err()WANG Cong2011-08-19
* nbd: replace sysfs_create_file() with device_create_file()WANG Cong2011-08-19
* nbd: use task_pid_nr() to get current pidWANG Cong2011-08-19
* nbd: adjust 'max_part' according to part_shiftNamhyung Kim2011-05-28
* nbd: limit module parameters to a sane valueNamhyung Kim2011-05-28
* nbd: pass MSG_* flags to kernel_recvmsg()Namhyung Kim2011-05-28
* nbd: remove module-level ioctl mutexSoren Hansen2011-02-11
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-05
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-10
|\
| * block: push down BKL into .locked_ioctlArnd Bergmann2010-08-07
| * block: remove wrappers for request type/flagsChristoph Hellwig2010-08-07
* | update email addressPavel Machek2010-07-19
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* const: make block_device_operations constAlexey Dobriyan2009-09-22
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-11
* block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo2009-05-11
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-11
* nbd: don't clear rq->sector and nr_sectors unnecessarilyTejun Heo2009-05-11
* nbd: trivial cleanupsPavel Machek2009-04-02
* nbd: add locking to nbd_ioctlPavel Machek2009-04-02
* nbd: fix I/O hang on disconnected nbdsPaul Clements2009-02-11
* nbd: do not allow two clients at the same timePavel Machek2009-01-15
* nbd: tell the block layer that it is not a rotational deviceJens Axboe2008-12-29
* block: get rid of elevator_t typedefJens Axboe2008-12-29
* [PATCH] switch nbdAl Viro2008-10-21
* [PATCH] beginning of methods conversionAl Viro2008-10-21
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-20
* block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-09
* nbd: fix memory leak of nbd_dev arraySven Wegener2008-08-20
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-04-29
|\
| * block: use blk_rq_init() to initialize the requestFUJITA Tomonori2008-04-29
* | Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-29
* | NBD: add partition supportLaurent Vivier2008-04-29
* | NBD: allow nbd to be used locallyLaurent Vivier2008-04-29
|/
* nbd: prevent sock_xmit from attempting to use a NULL socketMike Snitzer2008-04-02
* NBD: make nbd default to deadline I/O schedulerPaul Clements2008-02-23
* NBD: remove limit on max number of nbd devicesPaul Clements2008-02-08
* blk_end_request: changing nbd (take 4)Kiyoshi Ueda2008-01-28
* Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-24
* [NET]: Add the helper kernel_sock_shutdown()Trond Myklebust2007-11-12
* remove unused return within void return functionDenis Cheng2007-10-19
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-19
* NBD: allow hung network I/O to be cancelledPaul Clements2007-10-17
* NBD: set uninitialized devices to size 0Paul Clements2007-10-17
* nbd: change a parameter's type to remove a memcpy callDenis Cheng2007-10-17
* nbd: use list_for_each_entry_safe to make it more consolidated and readableDenis Cheng2007-10-17
* Fixup rq_for_each_segment() indentationJens Axboe2007-10-10