aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
Commit message (Expand)AuthorAge
* block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-04
* nbd: zero from and len fields in NBD_CMD_DISCONNECT.Hani Benhabiles2014-06-06
* Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-07
|\
| * switch nbd to sockfd_lookup/sockfd_putAl Viro2014-04-01
* | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-18
|/
* block: Immutable bio vecsKent Overstreet2013-11-24
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-24
* nbd: correct disconnect behaviorPaul Clements2013-07-03
* nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk2013-07-03
* block: do not pass disk names as format stringsKees Cook2013-07-03
* nbd: increase default and max request sizesMichal Belczyk2013-04-30
* nbd: fix sparse warningAlex Elder2013-02-27
* nbd: show read-only state in sysfsPaolo Bonzini2013-02-27
* nbd: fsync and kill block device on shutdownPaolo Bonzini2013-02-27
* nbd: support FLUSH requestsAlex Bligh2013-02-27
* new helper: file_inode(file)Al Viro2013-02-22
* nbd: handle discard requestsPaul Clements2012-10-05
* nbd: add set flags ioctlPaul Clements2012-10-05
* nbd: clear waiting_queue on shutdownPaul Clements2012-09-17
* Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-01
|\
| * block/nbd: micro-optimization in nbd request completionChetan Loke2012-07-31
* | nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reservesMel Gorman2012-07-31
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-28
|\
| * nbd: rename the nbd_device variable from lo to nbdWanlong Gao2012-03-28
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-28
|/
* 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