summaryrefslogtreecommitdiffstats
path: root/mount/mount_constants.h
Commit message (Collapse)AuthorAgeFilesLines
* mount: rename "quiet" to "silent" (MS_SILENT)Karel Zak2011-03-111-2/+2
| | | | | | | | | | The quiet mount option was in collision with vfat and hfs mount options. The option was also undocumented -- so it's probably safe to rename the option than add some ugly hacks or exceptions for vfat/hfs to the mount(8) code. Reported-by: https://bugzilla.redhat.com/show_bug.cgi?id=622089 Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: Add strictatime supportMatthew Garrett2009-03-271-0/+3
| | | | | | | | 2.6.30 adds (patch d0adde574b8487ef30f69e2d08bba769e4be513f) support for a strictatime mount parameter, used to request strict atime update semantics. The following patch adds support for it to mount. Signed-off-by: Matthew Garrett <mjg@redhat.com>
* mount: add i_version supportKarel Zak2008-11-271-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: remove MS_{REPLACE,AFTER,BEFORE,OVER}Karel Zak2007-11-061-17/+0Star
| | | | | | | mount(8) and linux kernel don't support these mount flags. It's legacy from an unimplemented stuff. Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: relative atime supportValerie Henson2007-04-051-0/+4
| | | | | | | | | | | | | | Add the "relatime" (relative atime) option support to mount. Relative atime only updates the atime if the previous atime is older than the mtime or ctime. Like noatime, but useful for applications like mutt that need to know when a file has been read since it was last modified. Cc: Adrian Bunk <bunk@stusta.de> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Karel Zak <kzak@redhat.com> Signed-off-by: Valerie Henson <val_henson@linux.intel.com>
* mount: shared-subtree supportKarel Zak2007-04-031-0/+12
| | | | | | | | | | | This patch builds shared-subtree semantics awareness into the mount command. Updates the man page for mount too. The patch also fix a conflict between MS_COMMENT and MS_UNBINDABLE (-- kzak). Signed-off-by: Karel Zak <kzak@redhat.com> Signed-off-by: Ram Pai <linuxram@us.ibm.com>
* Imported from util-linux-2.11x tarball.Karel Zak2006-12-071-1/+7
|
* Imported from util-linux-2.11t tarball.Karel Zak2006-12-071-0/+4
|
* Imported from util-linux-2.11b tarball.Karel Zak2006-12-071-3/+6
|
* Imported from util-linux-2.10s tarball.Karel Zak2006-12-071-0/+19
|
* Imported from util-linux-2.9i tarball.Karel Zak2006-12-071-0/+20
|
* Imported from util-linux-2.8 tarball.Karel Zak2006-12-071-4/+3Star
|
* Imported from util-linux-2.7.1 tarball.Karel Zak2006-12-071-0/+17