Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1365248
| From | James Simmons <jsimmons@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/9] bunch of small bug fixes for libcfs |
| Date | 2016-03-28 02:30 +0200 |
| Message-ID | <rhte9-7Go-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Various small miscellanous fixes that have gone into libcfs. James Simmons (7): staging: lustre: libcfs: remove function declarations in libcfs.h staging: lustre: libcfs: remove cfs_signal_pending wrapper staging: lustre: libcfs: remove atomic cpt allocations staging: lustre: libcfs: remove cfs_percpt_[current|index] staging: lustre: libcfs: move all cpt handling to libcfs_cpu.h staging: lustre: libcfs: add CFS_FAULT_CHECK() staging: lustre: libcfs: remove cfs_workitem_t typedefs Jian Yu (1): staging: lustre: libcfs: replace direct HZ access with kernel APIs Liang Zhen (1): staging: lustre: libcfs: add lock-class for cfs_percpt_lock .../staging/lustre/include/linux/libcfs/libcfs.h | 8 -- .../lustre/include/linux/libcfs/libcfs_cpu.h | 79 ++++++++++++++++++++ .../lustre/include/linux/libcfs/libcfs_fail.h | 15 +++- .../lustre/include/linux/libcfs/libcfs_hash.h | 4 +- .../lustre/include/linux/libcfs/libcfs_private.h | 75 ------------------- .../lustre/include/linux/libcfs/libcfs_workitem.h | 12 ++-- .../lustre/include/linux/libcfs/linux/linux-time.h | 4 +- drivers/staging/lustre/lnet/libcfs/fail.c | 3 + drivers/staging/lustre/lnet/libcfs/hash.c | 6 +- drivers/staging/lustre/lnet/libcfs/libcfs_lock.c | 54 +++----------- drivers/staging/lustre/lnet/libcfs/libcfs_mem.c | 28 ------- .../lustre/lnet/libcfs/linux/linux-crypto.c | 5 +- .../staging/lustre/lnet/libcfs/linux/linux-prim.c | 7 -- drivers/staging/lustre/lnet/libcfs/module.c | 7 ++ drivers/staging/lustre/lnet/libcfs/workitem.c | 12 ++-- drivers/staging/lustre/lnet/selftest/selftest.h | 4 +- drivers/staging/lustre/lustre/include/lustre_lib.h | 2 +- drivers/staging/lustre/lustre/obdclass/cl_lock.c | 2 +- drivers/staging/lustre/lustre/ptlrpc/client.c | 6 +- 19 files changed, 139 insertions(+), 194 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/9] bunch of small bug fixes for libcfs James Simmons <jsimmons@infradead.org> - 2016-03-28 02:30 +0200 [PATCH 8/9] staging: lustre: libcfs: add CFS_FAULT_CHECK() James Simmons <jsimmons@infradead.org> - 2016-03-28 02:30 +0200 [PATCH 1/9] staging: lustre: libcfs: remove function declarations in libcfs.h James Simmons <jsimmons@infradead.org> - 2016-03-28 02:30 +0200 [PATCH 2/9] staging: lustre: libcfs: remove cfs_signal_pending wrapper James Simmons <jsimmons@infradead.org> - 2016-03-28 02:30 +0200
csiph-web