Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | xfs: move deferred operations into a separate file | Darrick J. Wong | 2016-08-03 | 3 | -0/+540 | |
| * | | | | | | | | xfs: refactor btree owner change into a separate visit-blocks function | Darrick J. Wong | 2016-08-03 | 2 | -50/+96 | |
| * | | | | | | | | xfs: introduce interval queries on btrees | Darrick J. Wong | 2016-08-03 | 3 | -5/+282 | |
| * | | | | | | | | xfs: support btrees with overlapping intervals for keys | Darrick J. Wong | 2016-08-03 | 3 | -13/+392 | |
| * | | | | | | | | xfs: add function pointers for get/update keys to the btree | Darrick J. Wong | 2016-08-03 | 5 | -64/+135 | |
| * | | | | | | | | xfs: during btree split, save new block key & ptr for future insertion | Darrick J. Wong | 2016-08-03 | 5 | -56/+20 | |
| * | | | | | | | | xfs: set *stat=1 after iroot realloc | Darrick J. Wong | 2016-08-03 | 1 | -0/+1 | |
| * | | | | | | | | xfs: fix locking of the rt bitmap/summary inodes | Darrick J. Wong | 2016-08-03 | 2 | -3/+5 | |
| * | | | | | | | | xfs: fix attr shortform structure alignment on cris | Darrick J. Wong | 2016-08-03 | 1 | -0/+1 | |
| * | | | | | | | | xfs: in _attrlist_by_handle, copy the cursor back to userspace | Darrick J. Wong | 2016-08-03 | 1 | -0/+6 | |
* | | | | | | | | | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-08-06 | 37 | -100/+95 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | qstr: constify instances in adfs | Al Viro | 2016-07-30 | 1 | -2/+2 | |
| * | | | | | | | | | qstr: constify instances in lustre | Al Viro | 2016-07-30 | 1 | -2/+2 | |
| * | | | | | | | | | qstr: constify instances in f2fs | Al Viro | 2016-07-30 | 2 | -4/+4 | |
| * | | | | | | | | | qstr: constify instances in ext2 | Al Viro | 2016-07-30 | 2 | -5/+5 | |
| * | | | | | | | | | qstr: constify instances in vfat | Al Viro | 2016-07-30 | 1 | -3/+3 | |
| * | | | | | | | | | qstr: constify instances in procfs | Al Viro | 2016-07-30 | 1 | -1/+1 | |
| * | | | | | | | | | qstr: constify instances in fuse | Al Viro | 2016-07-30 | 3 | -9/+5 | |
| * | | | | | | | | | qstr constify instances in fs/dcache.c | Al Viro | 2016-07-20 | 2 | -3/+3 | |
| * | | | | | | | | | qstr: constify instances in nfs | Al Viro | 2016-07-20 | 7 | -25/+26 | |
| * | | | | | | | | | qstr: constify instances in ocfs2 | Al Viro | 2016-07-20 | 4 | -7/+5 | |
| * | | | | | | | | | qstr: constify instances in autofs4 | Al Viro | 2016-07-20 | 2 | -6/+6 | |
| * | | | | | | | | | qstr: constify instances in hfs | Al Viro | 2016-07-20 | 4 | -15/+15 | |
| * | | | | | | | | | qstr: constify instances in hfsplus | Al Viro | 2016-07-20 | 2 | -11/+11 | |
| * | | | | | | | | | qstr: constify instances in logfs | Al Viro | 2016-07-20 | 1 | -2/+2 | |
| * | | | | | | | | | qstr: constify dentry_init_security | Al Viro | 2016-07-20 | 4 | -5/+5 | |
* | | | | | | | | | | Merge tag 'media/v4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2016-08-06 | 1 | -2/+11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | .mailmap: Correct entries for Mauro Carvalho Chehab and Shuah Khan | Joe Perches | 2016-08-04 | 1 | -2/+11 | |
* | | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2016-08-06 | 28 | -201/+3765 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | VSOCK: Use kvfree() | Wei Yongjun | 2016-08-02 | 1 | -4/+1 | |
| * | | | | | | | | | | | vhost: split out vringh Kconfig | Michael S. Tsirkin | 2016-08-02 | 4 | -8/+7 | |
| * | | | | | | | | | | | vhost: detect 32 bit integer wrap around | Michael S. Tsirkin | 2016-08-02 | 1 | -2/+14 | |
| * | | | | | | | | | | | vhost: new device IOTLB API | Jason Wang | 2016-08-02 | 4 | -50/+705 | |
| * | | | | | | | | | | | vhost: drop vringh dependency | Michael S. Tsirkin | 2016-08-02 | 1 | -0/+1 | |
| * | | | | | | | | | | | vhost: convert pre sorted vhost memory array to interval tree | Jason Wang | 2016-08-02 | 3 | -89/+128 | |
| * | | | | | | | | | | | vhost: introduce vhost memory accessors | Jason Wang | 2016-08-02 | 1 | -15/+35 | |
| * | | | | | | | | | | | VSOCK: Add Makefile and Kconfig | Asias He | 2016-08-02 | 4 | -0/+44 | |
| * | | | | | | | | | | | VSOCK: Introduce vhost_vsock.ko | Asias He | 2016-08-02 | 3 | -0/+729 | |
| * | | | | | | | | | | | VSOCK: Introduce virtio_transport.ko | Asias He | 2016-08-02 | 2 | -0/+625 | |
| * | | | | | | | | | | | VSOCK: Introduce virtio_vsock_common.ko | Asias He | 2016-08-02 | 8 | -0/+1398 | |
| * | | | | | | | | | | | VSOCK: defer sock removal to transports | Stefan Hajnoczi | 2016-08-02 | 3 | -6/+13 | |
| * | | | | | | | | | | | VSOCK: transport-specific vsock_transport functions | Stefan Hajnoczi | 2016-08-02 | 2 | -0/+12 | |
| * | | | | | | | | | | | vhost: drop vringh dependency | Michael S. Tsirkin | 2016-08-02 | 1 | -2/+0 | |
| * | | | | | | | | | | | vop: pull in vhost Kconfig | Michael S. Tsirkin | 2016-08-02 | 1 | -0/+4 | |
| * | | | | | | | | | | | virtio: new feature to detect IOMMU device quirk | Michael S. Tsirkin | 2016-08-01 | 3 | -2/+36 | |
| * | | | | | | | | | | | balloon: check the number of available pages in leak balloon | Konstantin Neumoin | 2016-08-01 | 1 | -0/+2 | |
| * | | | | | | | | | | | vhost: lockless enqueuing | Jason Wang | 2016-08-01 | 2 | -30/+29 | |
| * | | | | | | | | | | | vhost: simplify work flushing | Jason Wang | 2016-08-01 | 1 | -32/+21 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-08-06 | 21 | -117/+273 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | nvmx: mark ept single context invalidation as supported | Bandan Das | 2016-08-04 | 1 | -7/+7 |