summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2020-06-061-0/+7
|\
| * ima: verify mprotect change is consistent with mmap policyMimi Zohar2020-05-221-0/+7
* | Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-062-23/+91
|\ \
| * | afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells2020-06-041-0/+56
| * | afs: Implement client support for the YFSVL.GetCellName RPC opDavid Howells2020-06-041-0/+4
| * | afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-11/+8
| * | afs: Remove the error argument from afs_protocol_error()David Howells2020-05-311-6/+4
| * | afs: Actively poll fileservers to maintain NAT or firewall openingsDavid Howells2020-05-311-0/+4
| * | afs: Split the usage count on struct afs_serverDavid Howells2020-05-311-6/+12
| * | vfs, afs, ext4: Make the inode hash table RCU searchableDavid Howells2020-05-311-0/+3
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-066-29/+37
|\ \ \
| * | | fs: move fiemap range validation into the file systems instancesChristoph Hellwig2020-06-041-1/+2
| * | | iomap: fix the iomap_fiemap prototypeChristoph Hellwig2020-06-041-1/+1
| * | | fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-043-21/+28
| * | | fs: mark __generic_block_fiemap staticChristoph Hellwig2020-06-041-4/+0
| * | | ext4: mballoc: use lock for checking free blocks while retryingRitesh Harjani2020-06-041-1/+2
| * | | writeback: Export inode_io_list_del()Jan Kara2020-06-041-0/+1
| * | | ext4: translate a few more map flags to strings in tracepointsEric Whitney2020-06-041-1/+4
| * | | ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flagEric Whitney2020-06-041-1/+0
* | | | Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-062-6/+15
|\ \ \ \
| * | | | dm bufio: introduce forget_buffer_lockedMikulas Patocka2020-06-051-0/+7
| * | | | dm bufio: delete unused and inefficient dm_bufio_discard_buffersMikulas Patocka2020-06-051-7/+0
| * | | | dm: use dynamic debug instead of compile-time config optionHannes Reinecke2020-05-201-6/+1
| * | | | dm mpath: pass IO start time to path selectorGabriel Krisman Bertazi2020-05-151-0/+2
| * | | | dm bufio: implement discardMikulas Patocka2020-05-151-0/+12
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-067-16/+16
|\ \ \ \ \
| * | | | | scsi: qla2xxx: Suppress two recently introduced compiler warningsBart Van Assche2020-05-201-0/+7
| * | | | | scsi: libsas: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-121-4/+4
| * | | | | scsi: target: tcmu: Make pgr_support and alua_support attributes writableBodo Stroesser2020-05-081-0/+1
| * | | | | scsi: target: Make transport_flags per deviceBodo Stroesser2020-05-082-1/+2
| * | | | | scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplBodo Stroesser2020-05-081-0/+1
| * | | | | scsi: core: Remove 'list' entry from struct scsi_cmndHannes Reinecke2020-05-081-1/+0
| * | | | | scsi: target: iscsi: Remove the iscsi_data_count structureMaurizio Lombardi2020-04-251-10/+0
| * | | | | scsi: qed: Send BW update notifications to the protocol driversSudarsana Reddy Kalluru2020-04-171-0/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-0523-370/+450
|\ \ \ \ \ \
| * | | | | | RDMA/mlx5: Return ECE DC supportLeon Romanovsky2020-06-031-2/+3
| * | | | | | RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-031-1/+0
| * | | | | | RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-032-2/+0
| * | | | | | RDMA/core: Remove FMR device opsMax Gurtovoy2020-06-031-59/+0
| * | | | | | RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy2020-06-031-20/+2
| * | | | | | RDMA/core: Remove FMR pool APIMax Gurtovoy2020-06-031-93/+0
| * | | | | | RDMA/core: Introduce shared CQ pool APIYamin Friedman2020-05-291-1/+16
| * | | | | | RDMA/core: Add protection for shared CQs used by ULPsYamin Friedman2020-05-291-1/+4
| * | | | | | RDMA/core: Use offsetofend() instead of open codingJason Gunthorpe2020-05-291-2/+1
| * | | | | | RDMA/mlx5: Return ECE data after modify QPLeon Romanovsky2020-05-271-0/+2
| * | | | | | RDMA/mlx5: Set ECE options during modify QPLeon Romanovsky2020-05-271-1/+2
| * | | | | | RDMA/mlx5: Convert modify QP to use MLX5_SET macrosLeon Romanovsky2020-05-271-66/+0
| * | | | | | RDMA/mlx5: Set ECE options during QP createLeon Romanovsky2020-05-271-0/+2
| * | | | | | RDMA/mlx5: Get ECE options from FW during create QPLeon Romanovsky2020-05-271-1/+1
| * | | | | | RDMA/cma: Provide ECE reject reasonLeon Romanovsky2020-05-272-2/+3