index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-12
Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-06-05
loop: Fix wrong masking of status flags
Martijn Coenen
1
-1
/
+1
2020-06-03
Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-3
/
+3
2020-06-03
Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-157
/
+226
2020-06-03
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-06-02
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
1
-1
/
+1
2020-05-29
blk-mq: drain I/O when all CPUs in a hctx are offline
Ming Lei
1
-1
/
+1
2020-05-24
loop: remove redundant assignment to variable error
Colin Ian King
1
-2
/
+0
2020-05-21
loop: Add LOOP_CONFIGURE ioctl
Martijn Coenen
1
-28
/
+76
2020-05-21
loop: Clean up LOOP_SET_STATUS lo_flags handling
Martijn Coenen
1
-6
/
+13
2020-05-21
loop: Rework lo_ioctl() __user argument casting
Martijn Coenen
1
-6
/
+5
2020-05-21
loop: Move loop_set_status_from_info() and friends up
Martijn Coenen
1
-103
/
+103
2020-05-21
loop: Factor out configuring loop from status
Martijn Coenen
1
-50
/
+67
2020-05-21
loop: Remove figure_loop_size()
Martijn Coenen
1
-9
/
+4
2020-05-21
loop: Refactor loop_set_status() size calculation
Martijn Coenen
1
-18
/
+19
2020-05-21
loop: Switch to set_capacity_revalidate_and_notify()
Martijn Coenen
1
-3
/
+2
2020-05-21
loop: Factor out setting loop device size
Martijn Coenen
1
-9
/
+21
2020-05-21
loop: Remove sector_t truncation checks
Martijn Coenen
1
-14
/
+7
2020-05-21
loop: Call loop_config_discard() only after new config is applied
Martijn Coenen
1
-2
/
+2
2020-05-04
fs: Remove unneeded IS_DAX() check in io_is_direct()
Ira Weiny
1
-3
/
+3
2020-04-03
loop: Better discard support for block devices
Evan Green
1
-11
/
+31
2020-04-03
loop: Report EOPNOTSUPP properly
Evan Green
1
-2
/
+5
2020-03-10
loop: Only freeze block queue when needed.
Martijn Coenen
1
-2
/
+4
2020-03-10
loop: Only change blocksize when needed.
Martijn Coenen
1
-6
/
+6
2019-11-14
block: remove (__)blkdev_reread_part as an exported API
Christoph Hellwig
1
-5
/
+8
2019-11-01
loop: fix no-unmap write-zeroes request behavior
Darrick J. Wong
1
-8
/
+18
2019-10-01
loop: change queue block size to match when using DIO
Martijn Coenen
1
-0
/
+10
2019-09-18
Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2019-08-09
loop: Add LOOP_SET_DIRECT_IO to compat ioctl
Alessio Balsini
1
-0
/
+1
2019-08-08
loop: set PF_MEMALLOC_NOIO for the worker thread
Mikulas Patocka
1
-1
/
+1
2019-07-30
loop: Fix mount(2) failure due to race with LOOP_SET_FD
Jan Kara
1
-7
/
+9
2019-06-29
block: never take page references for ITER_BVEC
Christoph Hellwig
1
-12
/
+4
2019-05-27
loop: Don't change loop device under exclusive opener
Jan Kara
1
-1
/
+17
2019-04-01
block: loop: mark bvec as ITER_BVEC_FLAG_NO_REF
Ming Lei
1
-4
/
+12
2019-04-01
loop: properly observe rotational flag of underlying device
Holger Hoffstätte
1
-0
/
+19
2019-03-18
loop: access lo_backing_file only when the loop device is Lo_bound
Dongli Zhang
1
-1
/
+1
2019-02-23
loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()
Dongli Zhang
1
-4
/
+17
2019-02-23
loop: do not print warn message if partition scan is successful
Dongli Zhang
1
-2
/
+3
2019-02-15
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
1
-1
/
+1
2019-02-15
block: loop: pass multi-page bvec to iov_iter
Ming Lei
1
-10
/
+10
2019-01-10
loop: drop caches if offset or block_size are changed
Jaegeuk Kim
1
-2
/
+33
2018-12-23
block: loop: remove redundant code
Chengguang Xu
1
-1
/
+0
2018-12-16
block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()
Chengguang Xu
1
-1
/
+1
2018-12-08
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou
1
-2
/
+3
2018-11-12
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
Tetsuo Handa
1
-2
/
+0
2018-11-08
loop: Get rid of 'nested' acquisition of loop_ctl_mutex
Jan Kara
1
-6
/
+6
2018-11-08
loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex
Jan Kara
1
-11
/
+15
2018-11-08
loop: Fix deadlock when calling blkdev_reread_part()
Jan Kara
1
-12
/
+16
2018-11-08
loop: Move loop_reread_partitions() out of loop_ctl_mutex
Jan Kara
1
-5
/
+14
2018-11-08
loop: Move special partition reread handling in loop_clr_fd()
Jan Kara
1
-14
/
+19
[next]