summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-02ceph: fix whitespaceStephen Hemminger8-9/+1
2018-08-02ceph: adding new return type vm_fault_tSouptick Joarder1-30/+32
2018-08-02libceph: remove now unused ceph_{en,de}code_timespec()Ilya Dryomov1-12/+0
2018-08-02ceph: use timespec64 for r_stampArnd Bergmann3-6/+5
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann5-19/+17
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann8-74/+71
2018-08-02ceph: stop using current_kernel_time()Arnd Bergmann1-1/+4
2018-08-02libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann6-22/+40
2018-08-02ceph: add d_drop for some error cases in ceph_symlink()Chengguang Xu1-2/+4
2018-08-02ceph: add d_drop for some error cases in ceph_mknod()Chengguang Xu1-3/+5
2018-08-02ceph: return errors from posix_acl_equiv_mode() correctlyChengguang Xu1-3/+3
2018-08-02ceph: fix incorrect use of strncpyYan, Zheng1-2/+2
2018-08-02rbd: support for images within namespacesIlya Dryomov1-2/+49
2018-08-02rbd: pass rbd_spec into parse_rbd_opts_token()Ilya Dryomov1-33/+37
2018-08-02libceph: amend "bad option arg" error messageIlya Dryomov3-5/+3
2018-08-02libceph: stop parsing when a bad int arg is detectedChengguang Xu1-4/+4
2018-08-02libceph: change ceph_pagelist_encode_string() to take u32Ilya Dryomov1-1/+1
2018-08-02libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov2-6/+6
2018-08-02ceph: restore ctime as well in the case of restoring old modeChengguang Xu1-2/+4
2018-08-02ceph: add retry logic for error -ERANGE in ceph_get_acl()Chengguang Xu1-3/+15
2018-07-30Linux 4.18-rc7Linus Torvalds1-1/+1
2018-07-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-33/+35
2018-07-29squashfs: be more careful about metadata corruptionLinus Torvalds4-5/+16
2018-07-29ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-07-29Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+9
2018-07-29Merge tag 'gpio-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2-2/+7
2018-07-28Merge tag 'mips_fixes_4.18_5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-9/+0
2018-07-28Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-8/+59
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds14-56/+209
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-18/+73
2018-07-27Merge tag 'pci-v4.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2018-07-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+5
2018-07-27Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum"Rafał Miłecki2-9/+0
2018-07-27Merge tag 'drm-fixes-2018-07-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-9/+41
2018-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-0/+10
2018-07-27Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-8/+84
2018-07-27Merge tag 'xfs-4.18-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-4/+7
2018-07-27block: reset bi_iter.bi_done after splitting bioGreg Edwards1-0/+1
2018-07-27kvm, mm: account shadow page tables to kmemcgShakeel Butt1-1/+1
2018-07-27zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang1-0/+9
2018-07-27include/linux/eventfd.h: include linux/errno.hArnd Bergmann1-0/+1
2018-07-27mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov5-0/+15
2018-07-27mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov10-7/+17
2018-07-27mm: introduce vma_init()Kirill A. Shutemov2-4/+8
2018-07-27mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPLDan Williams1-2/+2
2018-07-27ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso1-1/+1
2018-07-27mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang1-1/+17
2018-07-27kasan: only select SLUB_DEBUG with SYSFS=yArnd Bergmann1-1/+1
2018-07-27delayacct: fix crash in delayacct_blkio_end() after delayacct init failureTejun Heo1-1/+1
2018-07-27Merge tag 'imx-drm-fixes-2018-07-20' of git://git.pengutronix.de/git/pza/linu...Dave Airlie2-4/+8