An error occurred fetching the project authors.
  1. 22 Sep, 2022 1 commit
  2. 06 Jul, 2022 2 commits
  3. 28 Jun, 2022 4 commits
  4. 21 May, 2022 1 commit
  5. 09 Mar, 2022 1 commit
  6. 17 Feb, 2022 1 commit
  7. 02 Feb, 2022 1 commit
  8. 14 Dec, 2021 3 commits
  9. 29 Nov, 2021 1 commit
  10. 18 Oct, 2021 2 commits
  11. 30 Jun, 2021 2 commits
  12. 09 Jun, 2021 1 commit
  13. 06 Apr, 2021 1 commit
  14. 29 Mar, 2021 2 commits
  15. 26 Jan, 2021 2 commits
  16. 25 Jan, 2021 1 commit
    • Guoqing Jiang's avatar
      block: remove unnecessary argument from blk_execute_rq · 684da762
      Guoqing Jiang authored
      We can remove 'q' from blk_execute_rq as well after the previous change
      in blk_execute_rq_nowait.
      
      And more importantly it never really was needed to start with given
      that we can trivial derive it from struct request.
      
      Cc: linux-scsi@vger.kernel.org
      Cc: virtualization@lists.linux-foundation.org
      Cc: linux-ide@vger.kernel.org
      Cc: linux-mmc@vger.kernel.org
      Cc: linux-nvme@lists.infradead.org
      Cc: linux-nfs@vger.kernel.org
      Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # for mmc
      Signed-off-by: default avatarGuoqing Jiang <guoqing.jiang@cloud.ionos.com>
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      684da762
  17. 01 Dec, 2020 1 commit
  18. 24 Jun, 2020 1 commit
  19. 25 Oct, 2019 1 commit
  20. 29 Jun, 2019 1 commit
  21. 05 Jun, 2019 1 commit
  22. 30 May, 2019 1 commit
    • Thomas Gleixner's avatar
      treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 · c942fddf
      Thomas Gleixner authored
      Based on 3 normalized pattern(s):
      
        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 this program is distributed in the
        hope that it will be useful but without any warranty without even
        the implied warranty of merchantability or fitness for a particular
        purpose see the gnu general public license for more details
      
        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 [author] [kishon] [vijay] [abraham]
        [i] [kishon]@[ti] [com] this program is distributed in the hope that
        it will be useful but without any warranty without even the implied
        warranty of merchantability or fitness for a particular purpose see
        the gnu general public license for more details
      
        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 [author] [graeme] [gregory]
        [gg]@[slimlogic] [co] [uk] [author] [kishon] [vijay] [abraham] [i]
        [kishon]@[ti] [com] [based] [on] [twl6030]_[usb] [c] [author] [hema]
        [hk] [hemahk]@[ti] [com] this program is distributed in the hope
        that it will be useful but without any warranty without even the
        implied warranty of merchantability or fitness for a particular
        purpose see the gnu general public license for more details
      
      extracted by the scancode license scanner the SPDX license identifier
      
        GPL-2.0-or-later
      
      has been chosen to replace the boilerplate/reference in 1105 file(s).
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      Reviewed-by: default avatarAllison Randal <allison@lohutok.net>
      Reviewed-by: default avatarRichard Fontana <rfontana@redhat.com>
      Reviewed-by: default avatarKate Stewart <kstewart@linuxfoundation.org>
      Cc: linux-spdx@vger.kernel.org
      Link: https://lkml.kernel.org/r/20190527070033.202006027@linutronix.deSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      c942fddf
  23. 25 Apr, 2019 1 commit
  24. 06 Mar, 2019 1 commit
    • Anshuman Khandual's avatar
      mm: replace all open encodings for NUMA_NO_NODE · 98fa15f3
      Anshuman Khandual authored
      Patch series "Replace all open encodings for NUMA_NO_NODE", v3.
      
      All these places for replacement were found by running the following
      grep patterns on the entire kernel code.  Please let me know if this
      might have missed some instances.  This might also have replaced some
      false positives.  I will appreciate suggestions, inputs and review.
      
      1. git grep "nid == -1"
      2. git grep "node == -1"
      3. git grep "nid = -1"
      4. git grep "node = -1"
      
      This patch (of 2):
      
      At present there are multiple places where invalid node number is
      encoded as -1.  Even though implicitly understood it is always better to
      have macros in there.  Replace these open encodings for an invalid node
      number with the global macro NUMA_NO_NODE.  This helps remove NUMA
      related assumptions like 'invalid node' from various places redirecting
      them to a common definition.
      
      Link: http://lkml.kernel.org/r/1545127933-10711-2-git-send-email-anshuman.khandual@arm.comSigned-off-by: default avatarAnshuman Khandual <anshuman.khandual@arm.com>
      Reviewed-by: default avatarDavid Hildenbrand <david@redhat.com>
      Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>	[ixgbe]
      Acked-by: Jens Axboe <axboe@kernel.dk>			[mtip32xx]
      Acked-by: Vinod Koul <vkoul@kernel.org>			[dmaengine.c]
      Acked-by: Michael Ellerman <mpe@ellerman.id.au>		[powerpc]
      Acked-by: Doug Ledford <dledford@redhat.com>		[drivers/infiniband]
      Cc: Joseph Qi <jiangqi903@gmail.com>
      Cc: Hans Verkuil <hverkuil@xs4all.nl>
      Cc: Stephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      98fa15f3
  25. 31 Jan, 2019 1 commit
  26. 10 Dec, 2018 2 commits
  27. 15 Nov, 2018 1 commit
  28. 09 Nov, 2018 2 commits