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