| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-23 | ovl: Prepare for mounting case-insensitive enabled layers | André Almeida | 1 | -3/+12 |
| 2025-07-18 | ovl: narrow locking in ovl_whiteout() | NeilBrown | 1 | -0/+2 |
| 2025-07-18 | ovl: support layers on case-folding capable filesystems | Amir Goldstein | 1 | -6/+4 |
| 2025-04-30 | ovl: Use str_on_off() helper in ovl_show_options() | Thorsten Blum | 1 | -5/+4 |
| 2025-04-30 | ovl: don't require "metacopy=on" for "verity" | Miklos Szeredi | 1 | -24/+2 |
| 2025-04-30 | ovl: relax redirect/metacopy requirements for lower -> data redirect | Miklos Szeredi | 1 | -5/+0 |
| 2025-02-19 | ovl: allow to specify override credentials | Christian Brauner | 1 | -0/+25 |
| 2024-10-14 | ovl: specify layers via file descriptors | Christian Brauner | 1 | -25/+91 |
| 2024-09-08 | ovl: fail if trusted xattrs are needed but caller lacks permission | Mike Baynton | 1 | -5/+33 |
| 2024-08-23 | ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_err | Zhihao Cheng | 1 | -2/+2 |
| 2024-08-23 | ovl: fix wrong lowerdir number check for parameter Opt_lowerdir | Zhihao Cheng | 1 | -33/+7 |
| 2024-08-23 | ovl: pass string to ovl_parse_layer() | Christian Brauner | 1 | -4/+3 |
| 2024-03-26 | fs_parser: move fsparam_string_empty() helper into header | Luis Henriques (SUSE) | 1 | -4/+0 |
| 2024-02-27 | ovl: Always reject mounting over case-insensitive directories | Gabriel Krisman Bertazi | 1 | -3/+11 |
| 2023-11-20 | ovl: remove redundant ofs->indexdir member | Amir Goldstein | 1 | -2/+0 |
| 2023-11-14 | ovl: fix memory leak in ovl_parse_param() | Amir Goldstein | 1 | -6/+5 |
| 2023-10-31 | ovl: add support for appending lowerdirs one by one | Amir Goldstein | 1 | -2/+76 |
| 2023-10-31 | ovl: refactor layer parsing helpers | Amir Goldstein | 1 | -54/+67 |
| 2023-10-31 | ovl: store and show the user provided lowerdir mount option | Amir Goldstein | 1 | -23/+23 |
| 2023-10-31 | ovl: remove unused code in lowerdir param parsing | Amir Goldstein | 1 | -79/+16 |
| 2023-10-14 | ovl: temporarily disable appending lowedirs | Amir Goldstein | 1 | -49/+3 |
| 2023-10-14 | ovl: fix regression in showing lowerdir mount option | Amir Goldstein | 1 | -15/+23 |
| 2023-10-12 | ovl: fix regression in parsing of mount options with escaped comma | Amir Goldstein | 1 | -0/+29 |
| 2023-10-02 | ovl: make use of ->layers safe in rcu pathwalk | Amir Goldstein | 1 | -8/+9 |
| 2023-08-12 | ovl: make consistent use of OVL_FS() | Andrea Righi | 1 | -2/+2 |
| 2023-08-12 | ovl: auto generate uuid for new overlay filesystems | Amir Goldstein | 1 | -1/+2 |
| 2023-08-12 | ovl: store persistent uuid/fsid with uuid=on | Amir Goldstein | 1 | -0/+5 |
| 2023-08-12 | ovl: add support for unique fsid per instance | Amir Goldstein | 1 | -4/+21 |
| 2023-08-12 | ovl: Add framework for verity support | Alexander Larsson | 1 | -3/+58 |
| 2023-07-03 | ovl: move all parameter handling into params.{c,h} | Christian Brauner | 1 | -4/+528 |
| 2023-06-20 | ovl: modify layer parameter parsing | Christian Brauner | 1 | -0/+389 |