index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2017-08-24
Revert "loop: support 4k physical blocksize"
Omar Sandoval
1
-36
/
+6
2017-07-06
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+3
2017-06-30
fs: implement vfs_iter_write using do_iter_write
Christoph Hellwig
1
-1
/
+1
2017-06-30
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-03
statx: Add a system call to make enhanced file info available
David Howells
1
-1
/
+2
2017-03-03
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-28
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
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-15
loop: return proper error from loop_queue_rq()
Omar Sandoval
1
-1
/
+1
2016-10-12
kthread: kthread worker API cleanup
Petr Mladek
1
-4
/
+4
2016-09-15
blk-mq: remove ->map_queue
Christoph Hellwig
1
-1
/
+0
2016-08-04
loop: make do_req_filebacked more robust
Christoph Hellwig
1
-33
/
+22
2016-08-04
loop: don't try to use AIO for discards
Christoph Hellwig
1
-4
/
+8
2016-07-13
loop: Make user notify for adding loop device failed
Minfei Huang
1
-0
/
+1
2016-06-07
block, drivers: add REQ_OP_FLUSH operation
Mike Christie
1
-2
/
+2
2016-06-07
drivers: use req op accessor
Mike Christie
1
-3
/
+3
2016-06-07
block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
Mike Christie
1
-3
/
+3
2016-05-18
Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2016-04-15
block: loop: fix filesystem corruption in case of aio/dio
Ming Lei
1
-0
/
+6
2016-04-13
loop: switch to using blk_queue_write_cache()
Jens Axboe
1
-1
/
+1
2015-10-09
Merge branch 'for-4.4/core' into for-4.4/drivers
Jens Axboe
1
-8
/
+6
2015-10-01
blk-mq: fix racy updates of rq->errors
Christoph Hellwig
1
-6
/
+5
2015-09-23
block: loop: support DIO & AIO
Ming Lei
1
-3
/
+95
2015-09-23
block: loop: introduce ioctl command of LOOP_SET_DIRECT_IO
Ming Lei
1
-0
/
+19
2015-09-23
block: loop: prepare for supporing direct IO
Ming Lei
1
-0
/
+77
2015-09-23
block: loop: use kthread_work
Ming Lei
1
-55
/
+24
2015-09-23
block: loop: set QUEUE_FLAG_NOMERGES for request queue of loop
Ming Lei
1
-0
/
+6
2015-07-17
block: have drivers use blk_queue_max_discard_sectors()
Jens Axboe
1
-2
/
+2
2015-07-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2015-06-26
Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-30
/
+52
[next]