summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-02libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov
2018-08-02libceph: check authorizer reply/challenge length before readingIlya Dryomov
2018-08-02libceph: implement CEPHX_V2 calculation modeIlya Dryomov
2018-08-02libceph: add authorizer challengeIlya Dryomov
2018-08-02libceph: factor out encrypt_authorizer()Ilya Dryomov
2018-08-02libceph: factor out __ceph_x_decrypt()Ilya Dryomov
2018-08-02libceph: factor out __prepare_write_connect()Ilya Dryomov
2018-08-02libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov
2018-08-02ceph: fix whitespaceStephen Hemminger
2018-08-02ceph: adding new return type vm_fault_tSouptick Joarder
2018-08-02libceph: remove now unused ceph_{en,de}code_timespec()Ilya Dryomov
2018-08-02ceph: use timespec64 for r_stampArnd Bergmann
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann
2018-08-02ceph: stop using current_kernel_time()Arnd Bergmann
2018-08-02libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann
2018-08-02ceph: add d_drop for some error cases in ceph_symlink()Chengguang Xu
2018-08-02ceph: add d_drop for some error cases in ceph_mknod()Chengguang Xu
2018-08-02ceph: return errors from posix_acl_equiv_mode() correctlyChengguang Xu
2018-08-02ceph: fix incorrect use of strncpyYan, Zheng
2018-08-02rbd: support for images within namespacesIlya Dryomov
2018-08-02rbd: pass rbd_spec into parse_rbd_opts_token()Ilya Dryomov
2018-08-02libceph: amend "bad option arg" error messageIlya Dryomov
2018-08-02libceph: stop parsing when a bad int arg is detectedChengguang Xu
2018-08-02libceph: change ceph_pagelist_encode_string() to take u32Ilya Dryomov
2018-08-02libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov
2018-08-02ceph: restore ctime as well in the case of restoring old modeChengguang Xu
2018-08-02ceph: add retry logic for error -ERANGE in ceph_get_acl()Chengguang Xu
2018-07-29Linux 4.18-rc7v4.18-rc7Linus Torvalds
2018-07-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-07-29squashfs: be more careful about metadata corruptionLinus Torvalds
2018-07-29ext4: fix check to prevent initializing reserved inodesTheodore Ts'o
2018-07-28Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-07-28Merge tag 'gpio-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-07-28Merge tag 'mips_fixes_4.18_5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-07-28Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-07-27Merge tag 'pci-v4.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-07-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2018-07-27Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum"Rafał Miłecki
2018-07-27Merge tag 'drm-fixes-2018-07-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-07-27Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-27Merge tag 'xfs-4.18-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-07-27block: reset bi_iter.bi_done after splitting bioGreg Edwards
2018-07-26kvm, mm: account shadow page tables to kmemcgShakeel Butt
2018-07-26zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang
2018-07-26include/linux/eventfd.h: include linux/errno.hArnd Bergmann
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov