ocf/src
Michal Mielewczyk 5e52ac4ef2 Rename 'printf' field name in logger ops to 'print'.
Due the aggresive security checks in compiler 'printf' might be substituded with
'__printf_chk'. However it does not differentiate whether substituted string is
library function call whether field in structure.

By renaming field we prevent it to be unintentionally subustituted by the
preprocessor.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
2019-04-17 11:37:47 -04:00
..
cleaning Add missing env_rwsem_up_write() in ocf_cleaner_run() 2019-03-22 15:51:40 +01:00
concurrency Handle metadata asynchronously 2019-03-26 12:49:23 +01:00
engine Asynchronous wait for dirty requests in flush 2019-03-26 15:23:42 -04:00
eviction Dynamic I/O queue management 2019-02-26 17:36:19 +01:00
metadata Probe core UUIDs from metadata 2019-04-17 14:07:42 -04:00
mngt Added seq_cutoff_policy check 2019-04-16 14:48:41 +02:00
utils Merge pull request #82 from robertbaldyga/asynchronous-metadata 2019-03-26 12:54:26 +01:00
ocf_cache_priv.h Asynchronous wait for dirty requests in flush 2019-03-26 15:23:42 -04:00
ocf_cache.c Introduce ocf_cache_has_pending_cleaning() function 2019-03-26 15:09:52 +01:00
ocf_core_priv.h Make management API asynchronous 2019-03-12 10:33:26 +01:00
ocf_core.c Fix IO queue validation 2019-04-08 14:40:20 +02:00
ocf_ctx_priv.h Dynamic I/O queue management 2019-02-26 17:36:19 +01:00
ocf_ctx.c Rename "data object" to "volume" 2019-02-08 14:13:05 +01:00
ocf_def_priv.h OCF provides own macros for MIN, MAX, and DIV_ROUND_UP 2018-12-13 10:59:23 -05:00
ocf_io_class.c Configure all io classes at once. 2019-01-28 08:51:26 -05:00
ocf_io_priv.h Rename "data object" to "volume" 2019-02-08 14:13:05 +01:00
ocf_io.c Rename "data object" to "volume" 2019-02-08 14:13:05 +01:00
ocf_logger_priv.h Enable passing priv to logger during context initialization 2019-01-24 10:54:50 +01:00
ocf_logger.c Rename 'printf' field name in logger ops to 'print'. 2019-04-17 11:37:47 -04:00
ocf_metadata.c Rename "data object" to "volume" 2019-02-08 14:13:05 +01:00
ocf_priv.h OCF provides own macros for MIN, MAX, and DIV_ROUND_UP 2018-12-13 10:59:23 -05:00
ocf_queue_priv.h Dynamic I/O queue management 2019-02-26 17:36:19 +01:00
ocf_queue.c Dynamic I/O queue management 2019-02-26 17:36:19 +01:00
ocf_request.h Dynamic I/O queue management 2019-02-26 17:36:19 +01:00
ocf_stats_builder.c Rename "data object" to "volume" 2019-02-08 14:13:05 +01:00
ocf_stats_priv.h Cache lock cleanup and API improvements 2019-01-21 13:46:28 +01:00
ocf_stats.c Rename "data object" to "volume" 2019-02-08 14:13:05 +01:00
ocf_trace_priv.h Dynamic I/O queue management 2019-02-26 17:36:19 +01:00
ocf_trace.c Initialize variable meant for keeping ocf_mngt_start_trace() result. 2019-04-17 11:28:05 -04:00
ocf_utils.c Unify req naming convention (rq -> req) 2018-12-12 13:36:34 +01:00
ocf_utils.h Initial commit 2018-11-29 15:14:21 +01:00
ocf_volume_priv.h Rename "data object" to "volume" 2019-02-08 14:13:05 +01:00
ocf_volume.c Merge pull request #96 from micrakow/volume_move_fix 2019-04-02 11:31:46 +02:00