aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-06nbd: handle discard requestsPaul Clements1-1/+14
2012-10-06nbd: add set flags ioctlPaul Clements1-1/+7
2012-09-17nbd: clear waiting_queue on shutdownPaul Clements1-0/+9
2012-08-01Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2012-07-31nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reservesMel Gorman1-1/+5
2012-07-31block/nbd: micro-optimization in nbd request completionChetan Loke1-1/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-147/+148
2012-03-28nbd: rename the nbd_device variable from lo to nbdWanlong Gao1-147/+148
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-08-19nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixesAndrew Morton1-1/+1
2011-08-19nbd: replace some printk with dev_warn() and dev_info()WANG Cong1-6/+5
2011-08-19nbd: lower the loglevel of an error messageWANG Cong1-1/+1
2011-08-19nbd: replace printk KERN_ERR with dev_err()WANG Cong1-25/+25
2011-08-19nbd: replace sysfs_create_file() with device_create_file()WANG Cong1-3/+3
2011-08-19nbd: use task_pid_nr() to get current pidWANG Cong1-1/+1
2011-05-28nbd: adjust 'max_part' according to part_shiftNamhyung Kim1-1/+12
2011-05-28nbd: limit module parameters to a sane valueNamhyung Kim1-0/+6
2011-05-28nbd: pass MSG_* flags to kernel_recvmsg()Namhyung Kim1-1/+2
2011-02-11nbd: remove module-level ioctl mutexSoren Hansen1-3/+0
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+4
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+5
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-1/+4
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-1/+1
2010-07-19update email addressPavel Machek1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-3/+1
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo1-3/+3
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-6/+6
2009-05-11nbd: don't clear rq->sector and nr_sectors unnecessarilyTejun Heo1-7/+0
2009-04-02nbd: trivial cleanupsPavel Machek1-6/+4
2009-04-02nbd: add locking to nbd_ioctlPavel Machek1-35/+67
2009-02-11nbd: fix I/O hang on disconnected nbdsPaul Clements1-0/+9
2009-01-15nbd: do not allow two clients at the same timePavel Machek1-0/+4
2008-12-29nbd: tell the block layer that it is not a rotational deviceJens Axboe1-6/+4
2008-12-29block: get rid of elevator_t typedefJens Axboe1-1/+1
2008-10-21[PATCH] switch nbdAl Viro1-14/+14
2008-10-21[PATCH] beginning of methods conversionAl Viro1-1/+1
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+1
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-2/+2
2008-08-20nbd: fix memory leak of nbd_dev arraySven Wegener1-4/+6
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29NBD: add partition supportLaurent Vivier1-4/+21
2008-04-29NBD: allow nbd to be used locallyLaurent Vivier1-49/+95
2008-04-29block: use blk_rq_init() to initialize the requestFUJITA Tomonori1-0/+1
2008-04-02nbd: prevent sock_xmit from attempting to use a NULL socketMike Snitzer1-0/+6
2008-02-23NBD: make nbd default to deadline I/O schedulerPaul Clements1-0/+6
2008-02-08NBD: remove limit on max number of nbd devicesPaul Clements1-6/+4
2008-01-28blk_end_request: changing nbd (take 4)Kiyoshi Ueda1-5/+3