summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
AgeCommit message (Expand)AuthorLines
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer-0/+1
2014-06-06nbd: zero from and len fields in NBD_CMD_DISCONNECT.Hani Benhabiles-5/+2
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar-29/+19
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang-1/+1
2014-04-01switch nbd to sockfd_lookup/sockfd_putAl Viro-29/+19
2013-11-23block: Immutable bio vecsKent Overstreet-1/+1
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet-6/+6
2013-07-03nbd: correct disconnect behaviorPaul Clements-1/+6
2013-07-03nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk-1/+0
2013-07-03block: do not pass disk names as format stringsKees Cook-1/+2
2013-04-30nbd: increase default and max request sizesMichal Belczyk-0/+2
2013-02-27nbd: fix sparse warningAlex Elder-0/+1
2013-02-27nbd: show read-only state in sysfsPaolo Bonzini-0/+3
2013-02-27nbd: fsync and kill block device on shutdownPaolo Bonzini-0/+10
2013-02-27nbd: support FLUSH requestsAlex Bligh-2/+20
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2012-10-06nbd: handle discard requestsPaul Clements-1/+14
2012-10-06nbd: add set flags ioctlPaul Clements-1/+7
2012-09-17nbd: clear waiting_queue on shutdownPaul Clements-0/+9
2012-08-01Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2012-07-31nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reservesMel Gorman-1/+5
2012-07-31block/nbd: micro-optimization in nbd request completionChetan Loke-1/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-147/+148
2012-03-28nbd: rename the nbd_device variable from lo to nbdWanlong Gao-147/+148
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
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