summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-106-3/+89
|\
| * ceph: handle CEPH_SESSION_REJECT messageYan, Zheng2016-10-031-0/+1
| * rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov2016-08-241-0/+1
| * libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov2016-08-241-1/+1
| * libceph: support for blacklisting clientsDouglas Fuller2016-08-242-0/+14
| * libceph: support for lock.lock_infoDouglas Fuller2016-08-241-0/+22
| * libceph: support for advisory locking on RADOS objectsDouglas Fuller2016-08-241-0/+27
| * libceph: add ceph_osdc_call() single-page helperDouglas Fuller2016-08-241-0/+8
| * libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller2016-08-241-1/+14
| * libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()Ilya Dryomov2016-08-241-1/+1
* | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-101-2/+2
|\ \
| * | constify iov_iter_count() and iter_is_iovec()Al Viro2016-10-101-2/+2
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-1013-114/+123
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-082-1/+2
| |\ \ \
| | * | | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| | * | | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-0/+1
| * | | | Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro2016-10-084-10/+28
| |\ \ \ \
| | * | | | vfs: make argument of d_real_inode() constMiklos Szeredi2016-09-161-2/+3
| | * | | | locks: fix file locking on overlayfsMiklos Szeredi2016-09-162-2/+15
| | * | | | fsnotify: support overlayfsAihua Zhang2016-09-161-5/+9
| | * | | | vfs: update ovl inode before relatime checkMiklos Szeredi2016-09-161-1/+0
| | * | | | vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi2016-09-161-0/+1
| * | | | | posix_acl: uapi header splitAndreas Gruenbacher2016-09-275-38/+81
| * | | | | posix_acl: xattr representation cleanupsAndreas Gruenbacher2016-09-271-11/+10
| * | | | | compat: remove compat_printk()Arnd Bergmann2016-09-271-1/+0
| * | | | | fs/file: more unsigned file descriptorsAlexey Dobriyan2016-09-272-4/+4
| * | | | | get rid of separate multipage fault-in primitivesAl Viro2016-09-272-53/+2
* | | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-104-16/+50
|\ \ \ \ \ \
| * | | | | | x86/pkeys: Default to a restrictive init PKRUDave Hansen2016-09-091-0/+4
| * | | | | | generic syscalls: Wire up memory protection keys syscallsDave Hansen2016-09-092-1/+19
| * | | | | | x86/pkeys: Allocation/free syscallsDave Hansen2016-09-092-5/+28
| * | | | | | x86/pkeys: Make mprotect_key() mask off additional vm_flagsDave Hansen2016-09-091-0/+1
| * | | | | | mm: Implement new pkey_mprotect() system callDave Hansen2016-09-091-12/+0
* | | | | | | Merge branch 'printk-cleanups'Linus Torvalds2016-10-102-1/+2
|\ \ \ \ \ \ \
| * | | | | | | printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds2016-10-092-1/+2
* | | | | | | | Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-091-7/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner2016-09-221-7/+1
| * | | | | | | | Merge branch 'smp/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2016-09-222-3/+137
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-092-8/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig2016-09-151-1/+0
| * | | | | | | | | | blk-mq: provide a default queue mapping for PCI deviceChristoph Hellwig2016-09-151-0/+9
| * | | | | | | | | | blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig2016-09-151-0/+3
| * | | | | | | | | | blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-7/+0
| * | | | | | | | | | blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig2016-09-151-0/+1
| * | | | | | | | | | Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2016-09-1530-44/+281
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-10-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requestsMike Snitzer2016-09-141-0/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-0911-19/+998
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packetsJack Morgenstein2016-10-071-1/+12
| * | | | | | | | | | | | IB/mthca: Move user vendor structuresLeon Romanovsky2016-10-072-0/+112