index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Age
Commit message (
Expand
)
Author
2019-03-18
loop: access lo_backing_file only when the loop device is Lo_bound
Dongli Zhang
2019-02-22
loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()
Dongli Zhang
2019-02-22
loop: do not print warn message if partition scan is successful
Dongli Zhang
2019-02-15
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
2019-02-15
block: loop: pass multi-page bvec to iov_iter
Ming Lei
2019-01-09
loop: drop caches if offset or block_size are changed
Jaegeuk Kim
2018-12-22
block: loop: remove redundant code
Chengguang Xu
2018-12-16
block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()
Chengguang Xu
2018-12-07
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou
2018-11-12
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
Tetsuo Handa
2018-11-08
loop: Get rid of 'nested' acquisition of loop_ctl_mutex
Jan Kara
2018-11-08
loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex
Jan Kara
2018-11-08
loop: Fix deadlock when calling blkdev_reread_part()
Jan Kara
2018-11-08
loop: Move loop_reread_partitions() out of loop_ctl_mutex
Jan Kara
2018-11-08
loop: Move special partition reread handling in loop_clr_fd()
Jan Kara
2018-11-08
loop: Push loop_ctl_mutex down to loop_change_fd()
Jan Kara
2018-11-08
loop: Push loop_ctl_mutex down to loop_set_fd()
Jan Kara
2018-11-08
loop: Push loop_ctl_mutex down to loop_set_status()
Jan Kara
2018-11-08
loop: Push loop_ctl_mutex down to loop_get_status()
Jan Kara
2018-11-08
loop: Push loop_ctl_mutex down into loop_clr_fd()
Jan Kara
2018-11-08
loop: Split setting of lo_state from loop_clr_fd
Jan Kara
2018-11-08
loop: Push lo_ctl_mutex down into individual ioctls
Jan Kara
2018-11-08
loop: Get rid of loop_index_mutex
Jan Kara
2018-11-08
loop: Fold __loop_release into loop_release
Jan Kara
2018-11-08
block/loop: Use global lock for ioctl() operation.
Tetsuo Handa
2018-11-08
block/loop: Don't grab "struct file" for vfs_getattr() operation.
Tetsuo Handa
2018-11-02
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-11-01
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-11-01
blkcg: revert blkcg cleanups series
Dennis Zhou
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-09-21
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
2018-07-09
block/loop: mark expected switch fall-through
Gustavo A. R. Silva
2018-07-09
loop: remove redundant pointer inode
Colin Ian King
2018-07-06
Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-07-03
loop: Add LOOP_SET_BLOCK_SIZE in compat ioctl
Evan Green
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-08
Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-08
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-06-05
loop: add recursion validation to LOOP_CHANGE_FD
Theodore Ts'o
2018-06-04
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-05-31
fs: Add aio iopriority support
Adam Manzanares
2018-05-24
block drivers/block: Use octal not symbolic permissions
Joe Perches
2018-05-21
loop: clear wb_err in bd_inode when detaching backing file
Jeff Layton
2018-05-07
loop: remember whether sysfs_create_group() was done
Tetsuo Handa
2018-04-14
loop: handle short DIO reads
Jens Axboe
2018-04-14
loop: remove cmd->rq member
Jens Axboe
2018-04-10
loop: fix LOOP_GET_STATUS lock imbalance
Omar Sandoval
2018-04-10
block/loop: fix deadlock after loop_set_status
Tetsuo Handa
2018-04-05
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-03-27
loop: use killable lock in ioctls
Omar Sandoval
[next]