index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-23
loop: drop caches if offset or block_size are changed
Jaegeuk Kim
1
-2
/
+33
2019-01-23
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
Tetsuo Handa
1
-2
/
+0
2019-01-23
loop: Get rid of loop_index_mutex
Jan Kara
1
-19
/
+20
2019-01-23
loop: Fold __loop_release into loop_release
Jan Kara
1
-9
/
+7
2019-01-23
block/loop: Use global lock for ioctl() operation.
Tetsuo Handa
1
-29
/
+29
2019-01-23
block/loop: Don't grab "struct file" for vfs_getattr() operation.
Tetsuo Handa
1
-5
/
+5
2018-07-17
loop: remember whether sysfs_create_group() was done
Tetsuo Handa
1
-5
/
+6
2018-07-17
loop: add recursion validation to LOOP_CHANGE_FD
Theodore Ts'o
1
-30
/
+38
2018-05-25
loop: fix LOOP_GET_STATUS lock imbalance
Omar Sandoval
1
-15
/
+18
2018-05-25
loop: don't call into filesystem while holding lo_ctl_mutex
Omar Sandoval
1
-14
/
+24
2018-04-19
block/loop: fix deadlock after loop_set_status
Tetsuo Handa
1
-4
/
+8
2018-03-15
loop: Fix lost writes caused by missing flag
Ross Zwisler
1
-1
/
+1
2018-02-03
loop: fix concurrent lo_open/lo_release
Linus Torvalds
1
-2
/
+8
2017-09-06
loop: set physical block size to logical block size
Omar Sandoval
1
-2
/
+4
2017-09-01
block/loop: fix use after free
Shaohua Li
1
-3
/
+13
2017-09-01
block/loop: allow request merge for directio mode
Shaohua Li
1
-15
/
+51
2017-09-01
block/loop: set hw_sectors
Shaohua Li
1
-0
/
+1
2017-08-31
loop: fold loop_switch() into callers
Omar Sandoval
1
-65
/
+11
2017-08-31
loop: add ioctl for changing logical block size
Omar Sandoval
1
-0
/
+24
2017-08-31
loop: set physical block size to PAGE_SIZE
Omar Sandoval
1
-0
/
+2
2017-08-31
loop: get rid of lo_blocksize
Omar Sandoval
1
-8
/
+2
2017-08-28
Merge tag 'v4.13-rc7' into for-4.14/block-postmerge
Jens Axboe
1
-36
/
+6
2017-08-23
Revert "loop: support 4k physical blocksize"
Omar Sandoval
1
-36
/
+6
2017-08-15
loop: fix to a race condition due to the early registration of device
Anton Volkov
1
-6
/
+8
2017-07-05
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+3
2017-06-29
fs: implement vfs_iter_write using do_iter_write
Christoph Hellwig
1
-1
/
+1
2017-06-29
fs: implement vfs_iter_read using do_iter_read
Christoph Hellwig
1
-2
/
+2
2017-06-18
loop: Add PF_LESS_THROTTLE to block/loop device thread.
NeilBrown
1
-1
/
+7
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
1
-0
/
+3
2017-06-09
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
1
-3
/
+3
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-1
/
+1
2017-06-09
loop: fix error handling regression
Arnd Bergmann
1
-1
/
+2
2017-06-08
loop: support 4k physical blocksize
Hannes Reinecke
1
-6
/
+37
2017-06-08
loop: Remove unused 'bdev' argument from loop_set_capacity
Hannes Reinecke
1
-2
/
+2
2017-06-08
Fix loop device flush before configure v3
James Wang
1
-0
/
+3
2017-05-02
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
1
-3
/
+2
2017-04-20
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
1
-2
/
+2
2017-04-20
loop: zero-fill bio on the submitting cpu
Christoph Hellwig
1
-16
/
+14
2017-04-08
block: remove the discard_zeroes_data flag
Christoph Hellwig
1
-2
/
+0
2017-04-08
loop: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-0
/
+4
2017-03-31
blk-mq: constify struct blk_mq_ops
Eric Biggers
1
-1
/
+1
2017-03-03
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2017-03-03
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+8
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
1
-1
/
+2
2017-03-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2017-03-02
loop: fix LO_FLAGS_PARTSCAN hang
Omar Sandoval
1
-7
/
+8
2017-03-02
Merge remote-tracking branch 'ovl/for-viro' into for-linus
Al Viro
1
-2
/
+2
2017-02-27
scripts/spelling.txt: add "algined" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-20
vfs: use helpers for calling f_op->{read,write}_iter()
Miklos Szeredi
1
-2
/
+2
2017-02-13
block/loop: fix race between I/O and set_status
Ming Lei
1
-5
/
+12
[next]