messages from 2018-06-11 20:30:47 to 2018-06-28 15:03:39 UTC [more...]
[lustre-devel] [PATCH 00/24] lustre - more cleanups including module reduction
2018-06-28 15:03 UTC (77+ messages)
` [lustre-devel] [PATCH 10/24] lustre: remove lustre_patchless_compat.h
` [lustre-devel] [PATCH 18/24] lustre/lnet: move tracefile locking from linux-tracefile.c to tracefile.c
` [lustre-devel] [PATCH 19/24] lustre: open code cfs_trace_max_debug_mb() into cfs_trace_set_debug_mb()
` [lustre-devel] [PATCH 07/24] lustre: merge libcfs module into lnet
` [lustre-devel] [PATCH 22/24] lustre: fold cfs_tracefile_*_arch into their only callers
` [lustre-devel] [PATCH 21/24] lustre: move remainder of linux-tracefile.c to tracefile.c
` [lustre-devel] [PATCH 15/24] lustre: centralize TIMES_SET_FLAGS
` [lustre-devel] [PATCH 01/24] kbuild: detect directories in components of a module
` [lustre-devel] [PATCH 23/24] lustre: renamed CFS_TCD_TYPE_MAX to CFS_TCD_TYPE_CNT
` [lustre-devel] [PATCH 17/24] lustre: remove lustre_compat.h
` [lustre-devel] [PATCH 24/24] lustre: discard TCD_MAX_TYPES
` [lustre-devel] [PATCH 06/24] lustre: build ldlm in the ldlm directory
` [lustre-devel] [PATCH 09/24] lustre: don't use spare bits in iattr.ia_valid
` [lustre-devel] [PATCH 14/24] lustre: discard ext2* bit operations
` [lustre-devel] [PATCH 16/24] lustre: remove redefinition of module_init()
` [lustre-devel] [PATCH 05/24] kbuild: Add documentation for modobj-m
` [lustre-devel] [PATCH 02/24] kbuild: treat a directory listed in a composite object as foo/mod.a
` [lustre-devel] [PATCH 13/24] lustre: discard NO_QUOTA and QUOTA_OK
` [lustre-devel] [PATCH 20/24] lustre: move tcd locking across to tracefile.c
` [lustre-devel] [PATCH 08/24] lustre: use truncate_inode_page in place of truncate_complete_page
` [lustre-devel] [PATCH 1/3] lustre: use generic_error_remove_page()
` [lustre-devel] [PATCH 2/3] lustre: use delete_from_page_cache() for directory pages
` [lustre-devel] [PATCH 3/3] lustre: discard truncate_complete_page()
` [lustre-devel] [PATCH 04/24] kbuild: disable KBUILD_MODNAME when building for mod.a
` [lustre-devel] [PATCH 11/24] lustre: discard current_n*groups macros
` [lustre-devel] [PATCH 12/24] lustre: discard LTIME_S macro
` [lustre-devel] [PATCH 03/24] kbuild: support building of per-directory mod.a
[lustre-devel] [PATCH v3 00/26] staging: lustre: libcfs: SMP rework
2018-06-28 1:17 UTC (53+ messages)
` [lustre-devel] [PATCH v3 01/26] staging: lustre: libcfs: remove useless CPU partition code
` [lustre-devel] [PATCH v3 02/26] staging: lustre: libcfs: rename variable i to cpu
` [lustre-devel] [PATCH v3 03/26] staging: lustre: libcfs: properly handle failure cases in SMP code
` [lustre-devel] [PATCH v3 04/26] staging: lustre: libcfs: replace MAX_NUMNODES with nr_node_ids
` [lustre-devel] [PATCH v3 05/26] staging: lustre: libcfs: remove excess space
` [lustre-devel] [PATCH v3 06/26] staging: lustre: libcfs: replace num_possible_cpus() with nr_cpu_ids
` [lustre-devel] [PATCH v3 07/26] staging: lustre: libcfs: NUMA support
` [lustre-devel] [PATCH v3 08/26] staging: lustre: libcfs: add cpu distance handling
` [lustre-devel] [PATCH v3 09/26] staging: lustre: libcfs: use distance in cpu and node handling
` [lustre-devel] [PATCH v3 10/26] staging: lustre: libcfs: provide debugfs files for distance handling
` [lustre-devel] [PATCH v3 11/26] staging: lustre: libcfs: invert error handling for cfs_cpt_table_print
` [lustre-devel] [PATCH v3 12/26] staging: lustre: libcfs: fix libcfs_cpu coding style
` [lustre-devel] [PATCH v3 13/26] staging: lustre: libcfs: use int type for CPT identification
` [lustre-devel] [PATCH v3 14/26] staging: lustre: libcfs: rename i to node for cfs_cpt_set_nodemask
` [lustre-devel] [PATCH v3 15/26] staging: lustre: libcfs: rename i to cpu for cfs_cpt_bind
` [lustre-devel] [PATCH v3 16/26] staging: lustre: libcfs: rename cpumask_var_t variables to *_mask
` [lustre-devel] [PATCH v3 17/26] staging: lustre: libcfs: update debug messages
` [lustre-devel] [PATCH v3 18/26] staging: lustre: libcfs: make tolerant to offline CPUs and empty NUMA nodes
` [lustre-devel] [PATCH v3 19/26] staging: lustre: libcfs: report NUMA node instead of just node
` [lustre-devel] [PATCH v3 20/26] staging: lustre: libcfs: update debug messages in CPT code
` [lustre-devel] [PATCH v3 21/26] staging: lustre: libcfs: rework CPU pattern parsing code
` [lustre-devel] [PATCH v3 22/26] staging: lustre: libcfs: change CPT estimate algorithm
` [lustre-devel] [PATCH v3 23/26] staging: lustre: ptlrpc: use current CPU instead of hardcoded 0
` [lustre-devel] [PATCH v3 24/26] staging: lustre: libcfs: restore debugfs table reporting for UMP
` [lustre-devel] [PATCH v3 25/26] staging: lustre: libcfs: make cfs_cpt_tab a static structure
` [lustre-devel] [PATCH v3 26/26] staging: lustre: libcfs: restore UMP support
[lustre-devel] [PATCH v3 00/13] lustre: libcfs: tracefile cleanups
2018-06-27 21:27 UTC (15+ messages)
` [lustre-devel] [PATCH v3 01/13] lustre: libcfs: move tracefile locking from linux-tracefile.c to tracefile.c
` [lustre-devel] [PATCH v3 02/13] lustre: libcfs: open code cfs_trace_max_debug_mb() into cfs_trace_set_debug_mb()
` [lustre-devel] [PATCH v3 03/13] lustre: libcfs: move tcd locking across to tracefile.c
` [lustre-devel] [PATCH v3 04/13] lustre: libcfs: fix cfs_print_to_console()
` [lustre-devel] [PATCH v3 05/13] lustre: libcfs: properly handle failure paths in cfs_tracefile_init_arch()
` [lustre-devel] [PATCH v3 06/13] lustre: libcfs: merge linux-tracefile.c into tracefile.c
` [lustre-devel] [PATCH v3 07/13] lustre: libcfs: remove cfs_trace_refill_stack()
` [lustre-devel] [PATCH v3 08/13] lustre: libcfs: move cfs_trace_data data to tracefile.c
` [lustre-devel] [PATCH v3 09/13] lustre: libcfs: cleanup tracefile.h
` [lustre-devel] [PATCH v3 10/13] lustre: libcfs: fold cfs_tracefile_*_arch into their only callers
` [lustre-devel] [PATCH v3 11/13] lustre: libcfs: renamed CFS_TCD_TYPE_MAX to CFS_TCD_TYPE_CNT
` [lustre-devel] [PATCH v3 12/13] lustre: libcfs: discard TCD_MAX_TYPES
` [lustre-devel] [PATCH v3 13/13] lustre: libcfs: format macros in tracefile.h
[lustre-devel] [PATCH v2 0/7] lustre: libcfs: tracefile cleanups
2018-06-26 1:16 UTC (10+ messages)
` [lustre-devel] [PATCH v2 1/7] lustre: libcfs: move tracefile locking from linux-tracefile.c to tracefile.c
` [lustre-devel] [PATCH v2 2/7] lustre: libcfs: open code cfs_trace_max_debug_mb() into cfs_trace_set_debug_mb()
` [lustre-devel] [PATCH v2 3/7] lustre: libcfs: move tcd locking across to tracefile.c
` [lustre-devel] [PATCH v2 4/7] lustre: libcfs: merge linux-tracefile.c into tracefile.c
` [lustre-devel] [PATCH v2 5/7] lustre: libcfs: fold cfs_tracefile_*_arch into their only callers
` [lustre-devel] [PATCH v2 6/7] lustre: libcfs: renamed CFS_TCD_TYPE_MAX to CFS_TCD_TYPE_CNT
` [lustre-devel] [PATCH v2 7/7] lustre: libcfs: discard TCD_MAX_TYPES
[lustre-devel] [PATCH 0/8] staging: lustre: lnet: resolve time handling issues
2018-06-25 1:54 UTC (11+ messages)
` [lustre-devel] [PATCH 1/8] staging: lustre: lnet: simplify lnet_eq_wait_locked
` [lustre-devel] [PATCH 2/8] staging: lustre: o2iblnd: use ktime_get_real_ns for ibn_incarnation
` [lustre-devel] [PATCH 3/8] staging: lustre: ksocklnd: use ktime_get_real_ns for ksnn_incarnation
` [lustre-devel] [PATCH 4/8] staging: lustre: ksocklnd: move remaining time handling to 64 bits
` [lustre-devel] [PATCH 5/8] staging: lustre: lnet: use ktime_get_real_ns for cookie creation
` [lustre-devel] [PATCH 6/8] staging: lustre: lnet: move ping and delay injection to time64_t
` [lustre-devel] [PATCH 7/8] staging: lustre: ko2iblnd: remove remaining jiffy use
` [lustre-devel] [PATCH 8/8] staging: lustre: selftest: fix time reporting
[lustre-devel] [PATCH] Staging: lustre: Use kmemdup() instead of kzalloc and memcpy
2018-06-17 11:22 UTC (2+ messages)
[lustre-devel] [md PATCH 00/11] staging: More lustre cleanup - particularly interval-trees
2018-06-16 22:49 UTC (13+ messages)
` [lustre-devel] [PATCH 01/11] staging: lustre: simplify use of interval-tree
` [lustre-devel] [PATCH 11/11] staging: lustre: centralize setting of subdir-ccflags-y
` [lustre-devel] [PATCH 08/11] staging: lustre: obdclass: move linux/linux-foo.c to foo.c
` [lustre-devel] [PATCH 07/11] staging: lustre: fold lprocfs_call_handler functionality into lnet_debugfs_*
` [lustre-devel] [PATCH 09/11] staging: lustre: discard WIRE_ATTR
[lustre-devel] testing lustre-testing
2018-06-16 14:33 UTC
[lustre-devel] [PATCH v3] staging: lustre: Change return type to vm_fault_t
2018-06-15 0:00 UTC (9+ messages)
[lustre-devel] A new drivers/staging/lustre
2018-06-13 22:31 UTC (14+ messages)
[lustre-devel] [PATCH v2 00/25] staging: lustre: libcfs: SMP rework
2018-06-13 22:29 UTC (6+ messages)
` [lustre-devel] [PATCH v2 01/25] staging: lustre: libcfs: restore UMP handling
[lustre-devel] [PATCH] staging: lustre: add error handling for try_module_get
2018-06-13 12:02 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox