aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
AgeCommit message (Expand)Author
2012-09-21userns: Convert loop to use kuid_t instead of uid_tEric W. Biederman
2012-07-14blk: fix wrong idr_pre_get() error check in loop.cSilva Paulo
2012-03-20block: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-08loop: zero fill bio instead of return -EIO for partial readDave Young
2012-01-03fs: move code out of buffer.cAl Viro
2011-12-02loop: Fix discard_alignment default settingLukas Czerner
2011-11-25loop: fix loop block driver discard and encryption commentDave Young
2011-11-16loop: cleanup set_status interfaceDmitry Monakhov
2011-11-16loop: prevent information leak after failed readDmitry Monakhov
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-10-24Merge branch 'for-linus' into for-3.2/coreJens Axboe
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe
2011-10-17loop: remove the incorrect write_begin/write_end shortcutChristoph Hellwig
2011-09-21drivers/block/loop.c: remove unnecessary bdev argument from loop_clr_fd()Ayan George
2011-09-21drivers/block/loop.c: emit uevent on auto releasePhillip Susi
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
2011-08-23loop: always allow userspace partitions and optionally support automatic scan...Kay Sievers
2011-08-19loop: add discard support for loop devicesLukas Czerner
2011-07-31loop: fix deadlock when sysfs and LOOP_CLR_FD race against each otherKay Sievers
2011-07-31loop: add BLK_DEV_LOOP_MIN_COUNT=%i to allow distros 0 pre-allocated loop dev...Kay Sievers
2011-07-31loop: add management interface for on-demand device allocationKay Sievers
2011-07-31loop: replace linked list of allocated devices with an idr indexKay Sievers
2011-05-27loop: export module parametersNamhyung Kim
2011-05-24loop: handle on-demand devices correctlyNamhyung Kim
2011-05-24loop: limit 'max_part' module param to DISK_MAX_PARTSNamhyung Kim
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo
2011-03-03block: kill loop_mutexPetr Uzel
2011-03-02loop: No need to initialize ->queue_lock explicitly before calling blk_cleanu...Vivek Goyal
2011-01-19loop: queue_lock NULL pointer derefence in blk_throtl_exitSergey Senozhatsky
2010-12-20Fix compile warnings due to missing removal of a 'ret' variableJens Axboe
2010-12-17fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig
2010-10-27loop: Properly clear sysfs in autoclear modeMilan Broz
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-09-10block/loop: implement REQ_FLUSH/FUA supportTejun Heo
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo
2010-09-10block/loop: queue ordered mode should be DRAIN_FLUSHTejun Heo
2010-08-23loop: add some basic read-only sysfs attributesMilan Broz
2010-08-23BLOCK: fix bio.bi_rw handlingJiri Slaby
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig
2010-05-21generate "change" uevent for loop deviceDavid Zeuthen
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds