index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
loop: replace kill_bdev with invalidate_bdev
Zheng Bin
2020-06-30
1
-3
/
+3
*
loop: fix no-unmap write-zeroes request behavior
Darrick J. Wong
2019-12-31
1
-8
/
+18
*
loop: Add LOOP_SET_DIRECT_IO to compat ioctl
Alessio Balsini
2019-10-29
1
-0
/
+1
*
loop: set PF_MEMALLOC_NOIO for the worker thread
Mikulas Patocka
2019-08-16
1
-1
/
+1
*
Revert "block/loop: Use global lock for ioctl() operation."
Greg Kroah-Hartman
2019-05-02
1
-29
/
+29
*
Revert "loop: Fold __loop_release into loop_release"
Greg Kroah-Hartman
2019-03-05
1
-7
/
+9
*
Revert "loop: Get rid of loop_index_mutex"
Greg Kroah-Hartman
2019-03-05
1
-20
/
+19
*
Revert "loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()"
Greg Kroah-Hartman
2019-03-05
1
-0
/
+2
*
loop: drop caches if offset or block_size are changed
Jaegeuk Kim
2019-01-23
1
-2
/
+33
*
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
Tetsuo Handa
2019-01-23
1
-2
/
+0
*
loop: Get rid of loop_index_mutex
Jan Kara
2019-01-23
1
-19
/
+20
*
loop: Fold __loop_release into loop_release
Jan Kara
2019-01-23
1
-9
/
+7
*
block/loop: Use global lock for ioctl() operation.
Tetsuo Handa
2019-01-23
1
-29
/
+29
*
block/loop: Don't grab "struct file" for vfs_getattr() operation.
Tetsuo Handa
2019-01-23
1
-5
/
+5
*
loop: remember whether sysfs_create_group() was done
Tetsuo Handa
2018-07-17
1
-5
/
+6
*
loop: add recursion validation to LOOP_CHANGE_FD
Theodore Ts'o
2018-07-17
1
-30
/
+38
*
loop: fix LOOP_GET_STATUS lock imbalance
Omar Sandoval
2018-05-25
1
-15
/
+18
*
loop: don't call into filesystem while holding lo_ctl_mutex
Omar Sandoval
2018-05-25
1
-14
/
+24
*
block/loop: fix deadlock after loop_set_status
Tetsuo Handa
2018-04-19
1
-4
/
+8
*
loop: Fix lost writes caused by missing flag
Ross Zwisler
2018-03-15
1
-1
/
+1
*
loop: fix concurrent lo_open/lo_release
Linus Torvalds
2018-02-03
1
-2
/
+8
*
loop: set physical block size to logical block size
Omar Sandoval
2017-09-06
1
-2
/
+4
*
block/loop: fix use after free
Shaohua Li
2017-09-01
1
-3
/
+13
*
block/loop: allow request merge for directio mode
Shaohua Li
2017-09-01
1
-15
/
+51
*
block/loop: set hw_sectors
Shaohua Li
2017-09-01
1
-0
/
+1
*
loop: fold loop_switch() into callers
Omar Sandoval
2017-08-31
1
-65
/
+11
*
loop: add ioctl for changing logical block size
Omar Sandoval
2017-08-31
1
-0
/
+24
*
loop: set physical block size to PAGE_SIZE
Omar Sandoval
2017-08-31
1
-0
/
+2
*
loop: get rid of lo_blocksize
Omar Sandoval
2017-08-31
1
-8
/
+2
*
Merge tag 'v4.13-rc7' into for-4.14/block-postmerge
Jens Axboe
2017-08-28
1
-36
/
+6
|
\
|
*
Revert "loop: support 4k physical blocksize"
Omar Sandoval
2017-08-23
1
-36
/
+6
*
|
loop: fix to a race condition due to the early registration of device
Anton Volkov
2017-08-15
1
-6
/
+8
|
/
*
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-07-05
1
-3
/
+3
|
\
|
*
fs: implement vfs_iter_write using do_iter_write
Christoph Hellwig
2017-06-29
1
-1
/
+1
|
*
fs: implement vfs_iter_read using do_iter_read
Christoph Hellwig
2017-06-29
1
-2
/
+2
*
|
loop: Add PF_LESS_THROTTLE to block/loop device thread.
NeilBrown
2017-06-18
1
-1
/
+7
*
|
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
2017-06-12
1
-0
/
+3
|
\
|
|
*
Fix loop device flush before configure v3
James Wang
2017-06-08
1
-0
/
+3
*
|
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
2017-06-09
1
-3
/
+3
*
|
block: introduce new block status code type
Christoph Hellwig
2017-06-09
1
-1
/
+1
*
|
loop: fix error handling regression
Arnd Bergmann
2017-06-09
1
-1
/
+2
*
|
loop: support 4k physical blocksize
Hannes Reinecke
2017-06-08
1
-6
/
+37
*
|
loop: Remove unused 'bdev' argument from loop_set_capacity
Hannes Reinecke
2017-06-08
1
-2
/
+2
|
/
*
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
2017-05-02
1
-3
/
+2
*
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
2017-04-20
1
-2
/
+2
*
loop: zero-fill bio on the submitting cpu
Christoph Hellwig
2017-04-20
1
-16
/
+14
*
block: remove the discard_zeroes_data flag
Christoph Hellwig
2017-04-08
1
-2
/
+0
*
loop: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
2017-04-08
1
-0
/
+4
*
blk-mq: constify struct blk_mq_ops
Eric Biggers
2017-03-31
1
-1
/
+1
*
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-03-03
1
-1
/
+2
|
\
[next]