public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] Don't reinvent the wheel but use existing llist API
@ 2017-02-13  7:21 Byungchul Park
  2017-02-13  7:21 ` [PATCH v2 1/9] llist: Provide a safe version for llist_for_each Byungchul Park
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Byungchul Park @ 2017-02-13  7:21 UTC (permalink / raw)
  To: peterz, mingo, neilb, nab, viro; +Cc: ying.huang, oleg, shli, linux-kernel

Change from v1
- split one patch to several ones, one for each subsystem.
- replace for_each with the safe version where it's necessary.

Byungchul Park (9):
  llist: Provide a safe version for llist_for_each
  bcache: Don't reinvent the wheel but use existing llist API
  raid5: Don't reinvent the wheel but use existing llist API
  vhost/scsi: Don't reinvent the wheel but use existing llist API
  fput: Don't reinvent the wheel but use existing llist API
  namespace.c: Don't reinvent the wheel but use existing llist API
  irq_work: Don't reinvent the wheel but use existing llist API
  sched: Don't reinvent the wheel but use existing llist API
  mm: Don't reinvent the wheel but use existing llist API

 drivers/md/bcache/closure.c | 17 +++--------------
 drivers/md/raid5.c          |  6 ++----
 drivers/vhost/scsi.c        | 11 +++--------
 fs/file_table.c             | 12 +++++-------
 fs/namespace.c              | 12 +++++-------
 include/linux/llist.h       | 19 +++++++++++++++++++
 kernel/irq_work.c           |  6 +-----
 kernel/sched/core.c         | 13 ++-----------
 mm/vmalloc.c                | 10 ++++------
 9 files changed, 44 insertions(+), 62 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2017-02-14  6:59 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-13  7:21 [PATCH v2 0/9] Don't reinvent the wheel but use existing llist API Byungchul Park
2017-02-13  7:21 ` [PATCH v2 1/9] llist: Provide a safe version for llist_for_each Byungchul Park
2017-02-13  7:36   ` Huang, Ying
2017-02-13  7:44     ` Byungchul Park
2017-02-13  7:52       ` Huang, Ying
2017-02-13  7:58         ` Byungchul Park
2017-02-14  6:44           ` Byungchul Park
2017-02-14  6:59             ` Huang, Ying
2017-02-13  7:21 ` [PATCH v2 2/9] bcache: Don't reinvent the wheel but use existing llist API Byungchul Park
2017-02-13  7:21 ` [PATCH v2 3/9] raid5: " Byungchul Park
2017-02-13  7:21 ` [PATCH v2 4/9] vhost/scsi: " Byungchul Park
2017-02-13  7:21 ` [PATCH v2 5/9] fput: " Byungchul Park
2017-02-13  7:21 ` [PATCH v2 6/9] namespace.c: " Byungchul Park
2017-02-13  7:21 ` [PATCH v2 7/9] irq_work: " Byungchul Park
2017-02-13  7:21 ` [PATCH v2 8/9] sched: " Byungchul Park
2017-02-13 10:04   ` Peter Zijlstra
2017-02-13 15:52     ` Oleg Nesterov
2017-02-13 23:00       ` Byungchul Park
2017-02-13 22:59     ` Byungchul Park
2017-02-13  7:21 ` [PATCH v2 9/9] mm: " Byungchul Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox