Recent changes (master)
Jens Axboe <[email protected]>
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit c76c61b0fbe1b90a7886b8790805cf9903285074:
ci: add a test for OOM issue with large iolog trims (2026-07-27 12:19:07 -0400)
are available in the Git repository at:
git://git.kernel.dk/fio.git master
for you to fetch changes up to 1de4a3dc5d10a0107b51c496dc96a07f58bdc5c9:
Merge branch 'add_copyright' of https://github.com/ljw8161/fio (2026-08-07 11:09:43 -0400)
----------------------------------------------------------------
Jungwon Lee (1):
engines/io_uring: add copyright header to bsg files
Vincent Fu (1):
Merge branch 'add_copyright' of https://github.com/ljw8161/fio
engines/bsg.c | 6 ++++++
engines/bsg.h | 5 +++++
2 files changed, 11 insertions(+)
---
Diff of recent changes:
diff --git a/engines/bsg.c b/engines/bsg.c
index 372212ef..916dc242 100644
--- a/engines/bsg.c
+++ b/engines/bsg.c
@@ -1,3 +1,9 @@
+/*
+ * Copyright 2026 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * For conditions of distribution and use, see the accompanying COPYING file.
+ *
+ */
#include "bsg.h"
int fio_bsg_uring_cmd_read_capacity(struct thread_data *td, unsigned int *bs,
diff --git a/engines/bsg.h b/engines/bsg.h
index 6a4bfd07..da64b999 100644
--- a/engines/bsg.h
+++ b/engines/bsg.h
@@ -1,6 +1,11 @@
/*
* bsg structure declarations and helper functions for the
* io_uring_cmd engine.
+ *
+ * Copyright 2026 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * For conditions of distribution and use, see the accompanying COPYING file.
+ *
*/
#ifndef FIO_BSG_H