aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-02nbd: Return error pointer directlyGravatar Markus Pargmann 1-5/+2
2015-04-02nbd: Return error code directlyGravatar Markus Pargmann 1-5/+2
2015-04-02nbd: Remove fixme that was already fixedGravatar Markus Pargmann 1-6/+3
2015-04-02nbd: Restructure debugging printsGravatar Markus Pargmann 1-66/+22
2015-04-02nbd: Fix device bytesize typeGravatar Markus Pargmann 1-1/+2
2015-04-02nbd: Replace kthread_create with kthread_runGravatar Markus Pargmann 1-3/+3
2015-04-02nbd: Remove kernel internal headerGravatar Markus Pargmann 1-0/+22
2015-03-05nbd: fix possible memory leakGravatar Sudip Mukherjee 1-4/+4
2014-10-04block: disable entropy contributions for nonrot devicesGravatar Mike Snitzer 1-0/+1
2014-06-06nbd: zero from and len fields in NBD_CMD_DISCONNECT.Gravatar Hani Benhabiles 1-5/+2
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsGravatar Ingo Molnar 1-29/+19
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEGravatar Dongsheng Yang 1-1/+1
2014-04-01switch nbd to sockfd_lookup/sockfd_putGravatar Al Viro 1-29/+19
2013-11-23block: Immutable bio vecsGravatar Kent Overstreet 1-1/+1
2013-11-23block: Convert bio_for_each_segment() to bvec_iterGravatar Kent Overstreet 1-6/+6
2013-07-03nbd: correct disconnect behaviorGravatar Paul Clements 1-1/+6
2013-07-03nbd: remove bogus BUG_ON in NBD_CLEAR_QUEGravatar Michal Belczyk 1-1/+0
2013-07-03block: do not pass disk names as format stringsGravatar Kees Cook 1-1/+2
2013-04-30nbd: increase default and max request sizesGravatar Michal Belczyk 1-0/+2
2013-02-27nbd: fix sparse warningGravatar Alex Elder 1-0/+1
2013-02-27nbd: show read-only state in sysfsGravatar Paolo Bonzini 1-0/+3
2013-02-27nbd: fsync and kill block device on shutdownGravatar Paolo Bonzini 1-0/+10
2013-02-27nbd: support FLUSH requestsGravatar Alex Bligh 1-2/+20
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-10-06nbd: handle discard requestsGravatar Paul Clements 1-1/+14
2012-10-06nbd: add set flags ioctlGravatar Paul Clements 1-1/+7
2012-09-17nbd: clear waiting_queue on shutdownGravatar Paul Clements 1-0/+9
2012-08-01Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2012-07-31nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reservesGravatar Mel Gorman 1-1/+5
2012-07-31block/nbd: micro-optimization in nbd request completionGravatar Chetan Loke 1-1/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-147/+148
2012-03-28nbd: rename the nbd_device variable from lo to nbdGravatar Wanlong Gao 1-147/+148
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-08-19nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixesGravatar Andrew Morton 1-1/+1
2011-08-19nbd: replace some printk with dev_warn() and dev_info()Gravatar WANG Cong 1-6/+5
2011-08-19nbd: lower the loglevel of an error messageGravatar WANG Cong 1-1/+1
2011-08-19nbd: replace printk KERN_ERR with dev_err()Gravatar WANG Cong 1-25/+25
2011-08-19nbd: replace sysfs_create_file() with device_create_file()Gravatar WANG Cong 1-3/+3
2011-08-19nbd: use task_pid_nr() to get current pidGravatar WANG Cong 1-1/+1
2011-05-28nbd: adjust 'max_part' according to part_shiftGravatar Namhyung Kim 1-1/+12
2011-05-28nbd: limit module parameters to a sane valueGravatar Namhyung Kim 1-0/+6
2011-05-28nbd: pass MSG_* flags to kernel_recvmsg()Gravatar Namhyung Kim 1-1/+2
2011-02-11nbd: remove module-level ioctl mutexGravatar Soren Hansen 1-3/+0
2010-10-05block: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-3/+4
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+5
2010-08-07block: push down BKL into .locked_ioctlGravatar Arnd Bergmann 1-1/+4
2010-08-07block: remove wrappers for request type/flagsGravatar Christoph Hellwig 1-1/+1
2010-07-19update email addressGravatar Pavel Machek 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-22const: make block_device_operations constGravatar Alexey Dobriyan 1-1/+1