summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-01-131-0/+50
|\
| * configfs: implement binary attributesPantelis Antoniou2016-01-041-0/+50
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-3/+6
|\ \
| * | gfs2: change gfs2 readdir cookieBenjamin Marzinski2015-12-141-3/+6
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-133-6/+10
|\ \ \
| * | | nfsd: don't hold i_mutex over userspace upcallsNeilBrown2016-01-091-0/+1
| * | | Merge branch 'for-linus' into work.miscAl Viro2016-01-094-5/+5
| |\ \ \
| * \ \ \ Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-0442-104/+214
| |\ \ \ \
| | * | | | new helper: memdup_user_nul()Al Viro2016-01-041-0/+1
| | | |_|/ | | |/| |
| * | | | new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-0/+2
| * | | | fs/attr.c: is_sxid can be booleanYaowei Bai2015-12-071-1/+1
| * | | | fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai2015-12-071-1/+1
| * | | | fs/dcache.c: is_subdir can be booleanYaowei Bai2015-12-071-1/+1
| * | | | fs/namespace.c: path_is_under can be booleanYaowei Bai2015-12-071-1/+1
| * | | | fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefinedYaowei Bai2015-12-071-2/+2
* | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-131-2/+2
|\ \ \ \ \
| * | | | | iov_iter: constify {csum_and_,}copy_to_iter()Al Viro2015-12-071-2/+2
| |/ / / /
* | | | | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-135-19/+73
|\ \ \ \ \
| * | | | | vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong2016-01-012-0/+34
| * | | | | nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig2015-12-081-2/+2
| * | | | | vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-082-1/+15
| * | | | | locks: new locks_mandatory_area calling conventionChristoph Hellwig2015-12-081-16/+14
| * | | | | vfs: add copy_file_range syscall and vfs helperZach Brown2015-12-013-1/+9
* | | | | | Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2016-01-132-36/+119
|\ \ \ \ \ \
| * | | | | | locks: pass inode pointer to locks_free_lock_contextJeff Layton2016-01-081-2/+2
| * | | | | | locks: sprinkle some tracepoints around the file locking codeJeff Layton2016-01-081-0/+77
| * | | | | | locks: Allow disabling mandatory locking at compile timeJeff Layton2015-11-161-34/+40
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-125-46/+64
|\ \ \ \ \ \ \
| * | | | | | | KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-081-41/+2
| * | | | | | | KVM: renumber vcpu->request bitsPaolo Bonzini2016-01-081-30/+29
| * | | | | | | KVM: document which architecture uses each request bitPaolo Bonzini2016-01-081-7/+13
| * | | | | | | KVM: Remove unused KVM_REQ_KICK to save a bit in vcpu->requestsPaolo Bonzini2016-01-081-1/+1
| * | | | | | | Merge tag 'kvm-s390-next-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2016-01-081-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: s390: implement the RI support of guestFan Zhang2016-01-071-0/+1
| * | | | | | | | Merge tag 'kvm-arm-for-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2016-01-0754-302/+267
| |\ \ \ \ \ \ \ \
| | * | | | | | | | arm64: KVM: Implement timer save/restoreMarc Zyngier2015-12-141-0/+6
| | * | | | | | | | KVM: arm/arm64: vgic-v3: Make the LR indexing macro publicMarc Zyngier2015-12-141-0/+6
| * | | | | | | | | kvm: Dump guest rIP when the guest tried something unsupportedBorislav Petkov2015-12-161-1/+2
| * | | | | | | | | kvm/x86: Hyper-V SynIC timersAndrey Smetanin2015-12-161-0/+1
| * | | | | | | | | kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ackAndrey Smetanin2015-12-161-0/+2
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | KVM: Remove unnecessary debugfs dentry referencesJanosch Frank2015-11-301-1/+0
| * | | | | | | | KVM: use heuristic for fast VCPU lookup by idDavid Hildenbrand2015-11-301-0/+5
| * | | | | | | | KVM: kvm_para_has_feature can be booleanYaowei Bai2015-11-251-4/+2
| * | | | | | | | KVM: kvm_is_visible_gfn can be booleanYaowei Bai2015-11-251-1/+1
| * | | | | | | | kvm/x86: Hyper-V kvm exitAndrey Smetanin2015-11-252-0/+18
| * | | | | | | | kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-252-0/+14
| * | | | | | | | kvm/irqchip: kvm_arch_irq_routing_update renaming splitAndrey Smetanin2015-11-251-2/+3
* | | | | | | | | Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-124-5/+70
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xen/gntdev: add ioctl for grant copyDavid Vrabel2016-01-071-0/+50
| * | | | | | | | | xen: introduce XENPF_settime64Stefano Stabellini2015-12-211-4/+14