aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-14blk: fix wrong idr_pre_get() error check in loop.cSilva Paulo1-5/+3
2012-03-20block: remove the second argument of k[un]map_atomic()Cong Wang1-8/+8
2012-02-08loop: zero fill bio instead of return -EIO for partial readDave Young1-11/+13
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-12-02loop: Fix discard_alignment default settingLukas Czerner1-1/+1
2011-11-25loop: fix loop block driver discard and encryption commentDave Young1-1/+1
2011-11-16loop: cleanup set_status interfaceDmitry Monakhov1-15/+29
2011-11-16loop: prevent information leak after failed readDmitry Monakhov1-1/+2
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+104
2011-10-24Merge branch 'for-linus' into for-3.2/coreJens Axboe1-112/+23
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe1-91/+206
2011-10-17loop: remove the incorrect write_begin/write_end shortcutChristoph Hellwig1-112/+23
2011-09-21drivers/block/loop.c: remove unnecessary bdev argument from loop_clr_fd()Ayan George1-3/+4
2011-09-21drivers/block/loop.c: emit uevent on auto releasePhillip Susi1-1/+1
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-3/+2
2011-08-23loop: always allow userspace partitions and optionally support automatic scanningKay Sievers1-4/+45
2011-08-19loop: add discard support for loop devicesLukas Czerner1-0/+54
2011-07-31loop: fix deadlock when sysfs and LOOP_CLR_FD race against each otherKay Sievers1-2/+4
2011-07-31loop: add BLK_DEV_LOOP_MIN_COUNT=%i to allow distros 0 pre-allocated loop devicesKay Sievers1-17/+10
2011-07-31loop: add management interface for on-demand device allocationKay Sievers1-4/+116
2011-07-31loop: replace linked list of allocated devices with an idr indexKay Sievers1-72/+80
2011-05-27loop: export module parametersNamhyung Kim1-3/+14
2011-05-24loop: handle on-demand devices correctlyNamhyung Kim1-4/+4
2011-05-24loop: limit 'max_part' module param to DISK_MAX_PARTSNamhyung Kim1-0/+3
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-13/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-13/+0
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo1-5/+0
2011-03-03block: kill loop_mutexPetr Uzel1-5/+0
2011-03-02loop: No need to initialize ->queue_lock explicitly before calling blk_cleanup_queue()Vivek Goyal1-3/+0
2011-01-19loop: queue_lock NULL pointer derefence in blk_throtl_exitSergey Senozhatsky1-0/+3
2010-12-20Fix compile warnings due to missing removal of a 'ret' variableJens Axboe1-1/+1
2010-12-17fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław1-4/+0
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-6/+0
2010-10-27loop: Properly clear sysfs in autoclear modeMilan Broz1-1/+1
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra1-2/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-10/+10
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+101
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-09-10block/loop: implement REQ_FLUSH/FUA supportTejun Heo1-9/+9
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-1/+1
2010-09-10block/loop: queue ordered mode should be DRAIN_FLUSHTejun Heo1-1/+1
2010-08-23loop: add some basic read-only sysfs attributesMilan Broz1-0/+101
2010-08-23BLOCK: fix bio.bi_rw handlingJiri Slaby1-1/+1
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+5
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori1-1/+1
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-2/+2
2010-05-21generate "change" uevent for loop deviceDavid Zeuthen1-1/+9
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+2
2010-04-08loop: Update mtime when writing using aopsNikanth Karthikesan1-0/+2