summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-132-17/+17
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-17/+17
* | Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-113-3/+3
|\ \ | |/ |/|
| * umem: remove redundant initialization of variable retColin Ian King2020-06-111-1/+1
| * pktcdvd: remove redundant initialization of variable retColin Ian King2020-06-111-1/+1
| * loop: Fix wrong masking of status flagsMartijn Coenen2020-06-041-1/+1
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-06-082-2/+44
|\ \
| * | rbd: compression_hint optionIlya Dryomov2020-06-011-1/+42
| * | libceph: support for alloc hint flagsIlya Dryomov2020-06-011-1/+2
| * | libceph, rbd: replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-011-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-0516-0/+4392
|\ \ \
| * | | RDMA/rnbd: Fix compilation error when CONFIG_MODULES is disabledDanil Kipnis2020-05-221-4/+7
| * | | block/rnbd: Fix an IS_ERR() vs NULL check in find_or_create_sess()Dan Carpenter2020-05-221-5/+4
| * | | Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-215-75/+181
| |\ \ \
| * | | | rnbd/rtrs: Pass max segment size from blk user to the rdma libraryDanil Kipnis2020-05-191-0/+1
| * | | | block/rnbd: a bit of documentationJack Wang2020-05-171-0/+92
| * | | | block/rnbd: include client and server modules into kernel compilationJack Wang2020-05-174-0/+46
| * | | | block/rnbd: server: sysfs interface functionsJack Wang2020-05-171-0/+215
| * | | | block/rnbd: server: functionality for IO submitting to block devJack Wang2020-05-172-0/+226
| * | | | block/rnbd: server: main functionalityJack Wang2020-05-171-0/+844
| * | | | block/rnbd: server: private header with server structs and functionsJack Wang2020-05-171-0/+78
| * | | | block/rnbd: client: sysfs interface functionsJack Wang2020-05-171-0/+636
| * | | | block/rnbd: client: main functionalityJack Wang2020-05-171-0/+1729
| * | | | block/rnbd: client: private header with client structs and functionsJack Wang2020-05-171-0/+156
| * | | | block/rnbd: private headers with rnbd protocol structs and helpersJack Wang2020-05-173-0/+367
* | | | | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-1/+0
|\ \ \ \ \
| * | | | | ps3disk: use the default segment boundaryEmmanuel Nicolet2020-05-191-1/+0
* | | | | | zcomp: Use ARRAY_SIZE() for backends listAndy Shevchenko2020-06-041-4/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-034-39/+10
|\ \ \ \ \ \
| * | | | | | tcp: add tcp_sock_set_quickackChristoph Hellwig2020-05-282-10/+2
| * | | | | | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-283-10/+3
| * | | | | | tcp: add tcp_sock_set_corkChristoph Hellwig2020-05-283-19/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-021-3/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | fs: Remove unneeded IS_DAX() check in io_is_direct()Ira Weiny2020-05-041-3/+3
* | | | | | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-023-387/+468
|\ \ \ \ \ \
| * | | | | | block/floppy: fix contended case in floppy_queue_rq()Jiri Kosina2020-05-261-5/+5
| * | | | | | loop: remove redundant assignment to variable errorColin Ian King2020-05-241-2/+0
| * | | | | | loop: Add LOOP_CONFIGURE ioctlMartijn Coenen2020-05-211-28/+76
| * | | | | | loop: Clean up LOOP_SET_STATUS lo_flags handlingMartijn Coenen2020-05-211-6/+13
| * | | | | | loop: Rework lo_ioctl() __user argument castingMartijn Coenen2020-05-211-6/+5
| * | | | | | loop: Move loop_set_status_from_info() and friends upMartijn Coenen2020-05-211-103/+103
| * | | | | | loop: Factor out configuring loop from statusMartijn Coenen2020-05-211-50/+67
| * | | | | | loop: Remove figure_loop_size()Martijn Coenen2020-05-211-9/+4
| * | | | | | loop: Refactor loop_set_status() size calculationMartijn Coenen2020-05-211-18/+19
| * | | | | | loop: Switch to set_capacity_revalidate_and_notify()Martijn Coenen2020-05-211-3/+2
| * | | | | | loop: Factor out setting loop device sizeMartijn Coenen2020-05-211-9/+21
| * | | | | | loop: Remove sector_t truncation checksMartijn Coenen2020-05-211-14/+7
| * | | | | | loop: Call loop_config_discard() only after new config is appliedMartijn Coenen2020-05-211-2/+2