aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAge
* blk: fix wrong idr_pre_get() error check in loop.cSilva Paulo2012-07-14
* block: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* loop: zero fill bio instead of return -EIO for partial readDave Young2012-02-08
* fs: move code out of buffer.cAl Viro2012-01-03
* loop: Fix discard_alignment default settingLukas Czerner2011-12-02
* loop: fix loop block driver discard and encryption commentDave Young2011-11-25
* loop: cleanup set_status interfaceDmitry Monakhov2011-11-16
* loop: prevent information leak after failed readDmitry Monakhov2011-11-16
* Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-04
|\
| * drivers/block/loop.c: remove unnecessary bdev argument from loop_clr_fd()Ayan George2011-09-21
| * drivers/block/loop.c: emit uevent on auto releasePhillip Susi2011-09-21
| * loop: always allow userspace partitions and optionally support automatic scan...Kay Sievers2011-08-23
| * loop: add discard support for loop devicesLukas Czerner2011-08-19
* | Merge branch 'for-linus' into for-3.2/coreJens Axboe2011-10-24
|\ \
| * | loop: remove the incorrect write_begin/write_end shortcutChristoph Hellwig2011-10-17
* | | Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe2011-10-19
|\| |
| * | loop: fix deadlock when sysfs and LOOP_CLR_FD race against each otherKay Sievers2011-07-31
| * | loop: add BLK_DEV_LOOP_MIN_COUNT=%i to allow distros 0 pre-allocated loop dev...Kay Sievers2011-07-31
| * | loop: add management interface for on-demand device allocationKay Sievers2011-07-31
| * | loop: replace linked list of allocated devices with an idr indexKay Sievers2011-07-31
| |/
* / block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-12
|/
* loop: export module parametersNamhyung Kim2011-05-27
* loop: handle on-demand devices correctlyNamhyung Kim2011-05-24
* loop: limit 'max_part' module param to DISK_MAX_PARTSNamhyung Kim2011-05-24
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-04
|\ \
| * | block: kill loop_mutexPetr Uzel2011-03-03
| |/
* / loop: No need to initialize ->queue_lock explicitly before calling blk_cleanu...Vivek Goyal2011-03-02
|/
* loop: queue_lock NULL pointer derefence in blk_throtl_exitSergey Senozhatsky2011-01-19
* Fix compile warnings due to missing removal of a 'ret' variableJens Axboe2010-12-20
* fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław2010-12-17
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-10
* loop: Properly clear sysfs in autoclear modeMilan Broz2010-10-27
* mm: strictly nested kmap_atomic()Peter Zijlstra2010-10-26
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\
| * block/loop: implement REQ_FLUSH/FUA supportTejun Heo2010-09-10
| * block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-10
| * block/loop: queue ordered mode should be DRAIN_FLUSHTejun Heo2010-09-10
* | Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\ \
| * | loop: add some basic read-only sysfs attributesMilan Broz2010-08-23
| |/
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-05
* | BLOCK: fix bio.bi_rw handlingJiri Slaby2010-08-23
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-07
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-07
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
* sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-21
* generate "change" uevent for loop deviceDavid Zeuthen2010-05-21
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-09
|\
| * loop: Update mtime when writing using aopsNikanth Karthikesan2010-04-08