1. 08 5月, 2019 14 次提交
  2. 24 4月, 2019 4 次提交
  3. 28 3月, 2019 1 次提交
  4. 06 3月, 2019 13 次提交
  5. 19 2月, 2019 1 次提交
  6. 21 1月, 2019 2 次提交
    • T
      ceph: quota: cleanup license mess · 74827ee2
      Thomas Gleixner 提交于
      Precise and non-ambiguous license information is important. The recently
      added quota.c file has a SPDX license identifier, which is nice, but
      at the same time it has a contradictionary license boiler plate text.
      
        SPDX-License-Identifier: GPL-2.0
      
      versus
      
        * This program is free software; you can redistribute it and/or
        * modify it under the terms of the GNU General Public License
        * as published by the Free Software Foundation; either version 2
        * of the License, or (at your option) any later version.
      
      Oh well.
      
      As the other ceph related files are licensed under the GPL v2 only, it's
      assumed that the SPDX id is correct and the boiler plate was randomly
      copied into that patch.
      
      Remove the boiler plate as it is wrong and even if correct it is redundant.
      
      Fixes: fb18a575 ("ceph: quota: add initial infrastructure to support cephfs quotas")
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: Luis Henriques <lhenriques@suse.com>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Cc: "Yan, Zheng" <zyan@redhat.com>
      Cc: Sage Weil <sage@redhat.com>
      Cc: Ilya Dryomov <idryomov@gmail.com>
      Cc: ceph-devel@vger.kernel.org
      Acked-by: NLuis Henriques <lhenriques@suse.com>
      Signed-off-by: NIlya Dryomov <idryomov@gmail.com>
      74827ee2
    • Y
      ceph: clear inode pointer when snap realm gets dropped by its inode · d95e674c
      Yan, Zheng 提交于
      snap realm and corresponding inode have pointers to each other.
      The two pointer should get clear at the same time. Otherwise,
      snap realm's pointer may reference freed inode.
      
      Cc: stable@vger.kernel.org # 4.17+
      Signed-off-by: N"Yan, Zheng" <zyan@redhat.com>
      Reviewed-by: NLuis Henriques <lhenriques@suse.com>
      Signed-off-by: NIlya Dryomov <idryomov@gmail.com>
      d95e674c
  7. 08 1月, 2019 2 次提交
  8. 05 1月, 2019 1 次提交
  9. 29 12月, 2018 1 次提交
  10. 26 12月, 2018 1 次提交