Age | Commit message (Collapse) | Author | Files | Lines |
|
for handling file locking on overlayfs.
see linux commit c568d68341be7030f5647def68851e469b21ca11
|
|
new in linux 4.0 commit 0ae45f63d4ef8d8eeec49c7d8b44a1775fff13e8,
used to update atime/mtime/ctime only in memory when possible.
|
|
added various MS_*, MNT_*, UMOUNT_* flags following the linux
headers, with one exception: MS_NOUSER is defined as (1U<<31)
instead of (1<<31) which invokes undefined behaviour
the S_* flags were removed following glibc
|
|
patch by Arvid Picciani (aep)
|
|
|
|
|