Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dafd634415a7f9892a6fcc99c540fe567ab42c92
/
drivers
/
block
c688982
nbd: fix crash when the blksize is zero
by Xiubo Li
· 5 years ago
9f0f39c
nbd: fix max number of supported devs
by Mike Christie
· 5 years ago
bbd76d9
pktcdvd: remove warning on attempting to register non-passthrough dev
by Jens Axboe
· 5 years ago
d093d31
nbd: add missing config put
by Mike Christie
· 5 years ago
cf8f20a
loop: Add LOOP_SET_DIRECT_IO to compat ioctl
by Alessio Balsini
· 5 years ago
c3817ff
floppy: fix usercopy direction
by Jann Horn
· 6 years ago
eb535aa
xen/blkback: fix memory leaks
by Wenwen Wang
· 5 years ago
38c919e
drbd: dynamically allocate shash descriptor
by Arnd Bergmann
· 5 years ago
c9a1c10
loop: set PF_MEMALLOC_NOIO for the worker thread
by Mikulas Patocka
· 5 years ago
eb82824
nbd: replace kill_bdev() with __invalidate_device() again
by Munehisa Kamata
· 5 years ago
ff54c44
floppy: fix out-of-bounds read in copy_buffer
by Denis Efremov
· 5 years ago
a9444d9
floppy: fix invalid pointer dereference in drive_name
by Denis Efremov
· 5 years ago
5b565f3
floppy: fix out-of-bounds read in next_valid_format
by Denis Efremov
· 5 years ago
6e34fd0
floppy: fix div-by-zero in setup_format_params
by Denis Efremov
· 5 years ago
c8f75e7
block: null_blk: fix race condition for null_del_dev
by Bob Liu
· 5 years ago
b9b75a4
xen-blkfront: switch kcalloc to kvcalloc for large array allocation
by Roger Pau Monne
· 6 years ago
bbd559a
brd: re-enable __GFP_HIGHMEM in brd_insert_page()
by Hou Tao
· 6 years ago
0e8e67b
virtio-blk: limit number of hw queues by nr_cpu_ids
by Dongli Zhang
· 6 years ago
a82cfd7
xsysace: Fix error handling in ace_setup
by Guenter Roeck
· 6 years ago
710733e
zram: pass down the bvec we need to read into in the work struct
by Jérôme Glisse
· 6 years ago
1832b15
loop: do not print warn message if partition scan is successful
by Dongli Zhang
· 6 years ago
6158403
loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()
by Dongli Zhang
· 6 years ago
3254dd3
loop: access lo_backing_file only when the loop device is Lo_bound
by Dongli Zhang
· 6 years ago
e01f2b0
floppy: check_events callback should not return a negative number
by Yufen Yu
· 6 years ago
295b3e2
block/swim3: Fix -EBUSY error when re-opening device after unmount
by Finn Thain
· 6 years ago
3b3ee49
zram: fix lockdep warning of free block handling
by Minchan Kim
· 6 years ago
66345d53
drbd: skip spurious timeout (ping-timeo) when failing promote
by Lars Ellenberg
· 6 years ago
af70af5
drbd: disconnect, if the wrong UUIDs are attached on a connected peer
by Lars Ellenberg
· 6 years ago
3d67b42
drbd: narrow rcu_read_lock in drbd_sync_handshake
by Roland Kammerer
· 6 years ago
3fbba4e
sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
by Young Xiao
· 6 years ago
9a9c3c0
nbd: Use set_blocksize() to set device blocksize
by Jan Kara
· 6 years ago
8868a72
loop: drop caches if offset or block_size are changed
by Jaegeuk Kim
· 6 years ago
30805ec
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
by Tetsuo Handa
· 6 years ago
b42e24a
loop: Get rid of 'nested' acquisition of loop_ctl_mutex
by Jan Kara
· 6 years ago
5c684c2
loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex
by Jan Kara
· 6 years ago
5f0db37
loop: Fix deadlock when calling blkdev_reread_part()
by Jan Kara
· 6 years ago
6e0d693
loop: Move loop_reread_partitions() out of loop_ctl_mutex
by Jan Kara
· 6 years ago
ed281a7
loop: Move special partition reread handling in loop_clr_fd()
by Jan Kara
· 6 years ago
dc71740
loop: Push loop_ctl_mutex down to loop_change_fd()
by Jan Kara
· 6 years ago
9218b10
loop: Push loop_ctl_mutex down to loop_set_fd()
by Jan Kara
· 6 years ago
90386ad
loop: Push loop_ctl_mutex down to loop_set_status()
by Jan Kara
· 6 years ago
8de6412
loop: Push loop_ctl_mutex down to loop_get_status()
by Jan Kara
· 6 years ago
ed87dc6
loop: Push loop_ctl_mutex down into loop_clr_fd()
by Jan Kara
· 6 years ago
1897432
loop: Split setting of lo_state from loop_clr_fd
by Jan Kara
· 6 years ago
b846389
loop: Push lo_ctl_mutex down into individual ioctls
by Jan Kara
· 6 years ago
ea5df50
loop: Get rid of loop_index_mutex
by Jan Kara
· 6 years ago
38d9cce
loop: Fold __loop_release into loop_release
by Jan Kara
· 6 years ago
342b336
block/loop: Use global lock for ioctl() operation.
by Tetsuo Handa
· 6 years ago
f5d3c78
block/loop: Don't grab "struct file" for vfs_getattr() operation.
by Tetsuo Handa
· 6 years ago
9972553
rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is set
by Ilya Dryomov
· 6 years ago
e3af83b
zram: fix double free backing device
by Minchan Kim
· 6 years ago
73fd491d
floppy: fix race condition in __floppy_read_block_0()
by Jens Axboe
· 6 years ago
0987d5a
block: brd: associate with queue until adding disk
by Ming Lei
· 6 years ago
9e07f4e
zram: close udev startup race condition as default groups
by Minchan Kim
· 6 years ago
587960d
xen-blkfront: fix kernel panic with negotiate_mq error path
by Manjunath Patil
· 6 years ago
f6a2cd1
xen/blkfront: avoid NULL blkfront_info dereference on device removal
by Vasilis Liaskovitis
· 6 years ago
2ee36fb
swim: fix cleanup on setup error
by Omar Sandoval
· 6 years ago
8e00f45
ataflop: fix error handling during setup
by Omar Sandoval
· 6 years ago
ff5d1a4
sunvdc: Remove VLA usage
by Kees Cook
· 6 years ago
291d0e5
Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-block
by Greg Kroah-Hartman
· 6 years ago
6c76786
xen/blkfront: correct purging of persistent grants
by Juergen Gross
· 6 years ago
15c2068
Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"
by Jens Axboe
· 6 years ago
f151ba9
xen/blkfront: When purging persistent grants, keep them in the buffer
by Boris Ostrovsky
· 6 years ago
211b100
Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-block
by Greg Kroah-Hartman
· 6 years ago
65eea8e
floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
by Andy Whitcroft
· 6 years ago
4d8d9f5
Merge tag 'for-linus-20180913' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
b228ba1
null_blk: fix zoned support for non-rq based operation
by Jens Axboe
· 6 years ago
a12ed06
Merge tag 'ceph-for-4.19-rc3' of https://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
ca16eb3
Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
e92c0ea
rbd: support cloning across namespaces
by Ilya Dryomov
· 6 years ago
eb3b2d6
rbd: factor out get_parent_info()
by Ilya Dryomov
· 6 years ago
bc811f0
nbd: don't allow invalid blocksize settings
by Jens Axboe
· 6 years ago
fb64638
Merge tag 'for-linus-20180830' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
057d3cc
Merge branch 'stable/for-jens-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus
by Jens Axboe
· 6 years ago
6f2f39a
xen/blkback: remove unused pers_gnts_lock from struct xen_blkif_ring
by Juergen Gross
· 6 years ago
d77ff24
xen/blkback: move persistent grants flags to bool
by Juergen Gross
· 6 years ago
4bcddba
xen/blkfront: reorder tests in xlblk_init()
by Juergen Gross
· 6 years ago
a46b536
xen/blkfront: cleanup stale persistent grants
by Juergen Gross
· 6 years ago
973e540
xen/blkback: don't keep persistent grants too long
by Juergen Gross
· 6 years ago
aba16dc
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
5bed49a
Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
c8bd134
drivers/block/zram/zram_drv.c: fix bug storing backing_dev
by Peter Kalauskas
· 6 years ago
37ae133
rsxx: Convert to new IDA API
by Matthew Wilcox
· 6 years ago
3aed4bc
mtip32xx: Convert to new IDA API
by Matthew Wilcox
· 7 years ago
1e7da86
block/DAC960.c: make some arrays static const, shrinks object size
by Colin Ian King
· 6 years ago
0a78ac4
Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
566484a
pktcdvd: fix setting of 'ret' error return for a few cases
by Jens Axboe
· 6 years ago
9a76aba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
73ba2fb
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
de5d1b3
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
6a92ef0
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
4f7a7be
zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature
by Minchan Kim
· 6 years ago
61884de
null_blk: add lock drop/acquire annotation
by Jens Axboe
· 6 years ago
0a1c749
block: paride: pd: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
a12fc00
drivers/block/drbd: remove the null check for kmem_cache_destroy
by zhong jiang
· 6 years ago
69daf89
drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroy
by zhong jiang
· 6 years ago
d5fcc4e
drivers/block/mtip32xx: remove the null check for debugfs_remove_recursive
by zhong jiang
· 6 years ago
f87c30c
xen-blkfront: use true and false for boolean values
by Gustavo A. R. Silva
· 6 years ago
4e178c1
cdrom: Use struct scsi_sense_hdr internally
by Kees Cook
· 6 years ago
e7d0748
block: Switch struct packet_command to use struct scsi_sense_hdr
by Kees Cook
· 6 years ago
Next »