Age | Commit message (Expand) | Author | Files | Lines |
2017-03-17 | nfs: make nfs4_cb_sv_ops static | Jason Yan | 1 | -2/+2 |
2017-03-17 | xprtrdma: Squelch kbuild sparse complaint | Chuck Lever | 1 | -1/+2 |
2017-03-17 | NFS: fix the fault nrequests decreasing for nfs_inode COPY | Kinglong Mee | 1 | -2/+4 |
2017-03-17 | Merge tag 'afs-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/dho... | Linus Torvalds | 13 | -222/+269 |
2017-03-17 | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -0/+1 |
2017-03-17 | Merge tag 'for-linus-4.11b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -5/+6 |
2017-03-17 | Merge tag 'drm-fixes-for-v4.11-rc3' of git://people.freedesktop.org/~airlied/... | Linus Torvalds | 24 | -123/+271 |
2017-03-17 | Merge tag 'perf-urgent-for-mingo-4.11-20170317' of git://git.kernel.org/pub/s... | Ingo Molnar | 1 | -1/+1 |
2017-03-17 | perf symbols: Fix symbols__fixup_end heuristic for corner cases | Daniel Borkmann | 1 | -1/+1 |
2017-03-17 | x86/perf: Clarify why x86_pmu_event_mapped() isn't racy | Andy Lutomirski | 1 | -0/+12 |
2017-03-17 | x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm | Andy Lutomirski | 1 | -2/+2 |
2017-03-17 | powerpc/pseries: Don't give a warning when HPT resizing isn't available | Michael Ellerman | 1 | -1/+3 |
2017-03-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 9 | -16/+10 |
2017-03-17 | drivers core: remove assert_held_device_hotplug() | Heiko Carstens | 2 | -6/+0 |
2017-03-17 | mm: add private lock to serialize memory hotplug operations | Heiko Carstens | 2 | -5/+5 |
2017-03-17 | mm: don't warn when vmalloc() fails due to a fatal signal | Dmitry Vyukov | 1 | -1/+2 |
2017-03-17 | mm, x86: fix native_pud_clear build error | Arnd Bergmann | 2 | -4/+1 |
2017-03-17 | kasan: add a prototype of task_struct to avoid warning | Masami Hiramatsu | 1 | -0/+1 |
2017-03-17 | z3fold: fix spinlock unlocking in page reclaim | Vitaly Wool | 1 | -0/+1 |
2017-03-16 | Merge tag 'xfs-4.11-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 6 | -18/+122 |
2017-03-16 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 5 | -9/+7 |
2017-03-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl... | Linus Torvalds | 6 | -38/+72 |
2017-03-16 | afs: Don't wait for page writeback with the page lock held | David Howells | 1 | -5/+4 |
2017-03-16 | afs: ->writepage() shouldn't call clear_page_dirty_for_io() | David Howells | 1 | -3/+3 |
2017-03-16 | afs: Fix abort on signal while waiting for call completion | David Howells | 1 | -13/+6 |
2017-03-16 | afs: Fix an off-by-one error in afs_send_pages() | David Howells | 1 | -1/+1 |
2017-03-16 | afs: Fix afs_kill_pages() | David Howells | 1 | -3/+7 |
2017-03-16 | afs: Fix page leak in afs_write_begin() | David Howells | 1 | -2/+5 |
2017-03-16 | afs: Don't set PG_error on local EINTR or ENOMEM when filling a page | David Howells | 1 | -2/+10 |
2017-03-16 | afs: Populate and use client modification time | Marc Dionne | 2 | -10/+10 |
2017-03-16 | afs: Better abort and net error handling | David Howells | 1 | -8/+27 |
2017-03-16 | afs: Invalid op ID should abort with RXGEN_OPCODE | David Howells | 2 | -1/+3 |
2017-03-16 | afs: Fix the maths in afs_fs_store_data() | David Howells | 1 | -1/+1 |
2017-03-16 | afs: Use a bvec rather than a kvec in afs_send_pages() | David Howells | 1 | -45/+52 |
2017-03-16 | afs: Make struct afs_read::remain 64-bit | David Howells | 2 | -5/+5 |
2017-03-16 | afs: Fix AFS read bug | David Howells | 1 | -1/+1 |
2017-03-16 | afs: Prevent callback expiry timer overflow | Tina Ruchandani | 3 | -6/+7 |
2017-03-16 | afs: Migrate vlocation fields to 64-bit | Tina Ruchandani | 4 | -16/+20 |
2017-03-16 | afs: security: Replace rcu_assign_pointer() with RCU_INIT_POINTER() | Andreea-Cristina Bernat | 1 | -1/+1 |
2017-03-16 | afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER() | Andreea-Cristina Bernat | 1 | -1/+1 |
2017-03-16 | afs: Distinguish mountpoints from symlinks by file mode alone | David Howells | 3 | -68/+15 |
2017-03-16 | afs: Flush outstanding writes when an fd is closed | David Howells | 3 | -0/+16 |
2017-03-16 | afs: Handle a short write to an AFS page | David Howells | 3 | -11/+23 |
2017-03-16 | afs: Kill struct afs_read::pg_offset | David Howells | 1 | -1/+0 |
2017-03-16 | afs: Handle better the server returning excess or short data | David Howells | 2 | -16/+40 |
2017-03-16 | afs: Deal with an empty callback array | Marc Dionne | 2 | -7/+9 |
2017-03-16 | afs: Adjust mode bits processing | Marc Dionne | 1 | -1/+6 |
2017-03-16 | afs: Populate group ID from vnode status | Marc Dionne | 1 | -1/+1 |
2017-03-16 | afs: Fix page overput in afs_fill_page() | David Howells | 1 | -0/+1 |
2017-03-16 | afs: Fix missing put_page() | David Howells | 1 | -0/+1 |