All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Btrfs: set mount options permanently
@ 2012-10-12  3:18 Hidetoshi Seto
  2012-10-12  3:24 ` [PATCH v2 1/4] Btrfs-progs: add mount-option command Hidetoshi Seto
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Hidetoshi Seto @ 2012-10-12  3:18 UTC (permalink / raw)
  To: linux-btrfs

Following patches are going to implement one of unclaimed features
listed in the btrfs wiki:

https://btrfs.wiki.kernel.org/index.php/Project_ideas#Set_mount_options_permanently

Previous v1 post and discussion can be referred from:
http://lwn.net/Articles/516898/

v2:
- Allow operator [+-=] like chmod for setting options
- Save options by words instead of internal bits.
  (e.g. kernel code will translate a word "ssd_spread" to 2 internal
   bits "SSD" and "SSD_SPREAD". However this behavior might be changed
   if kernel updates.)

Special thanks to Kazuhiro Yamashita for his time and efforts.
Again, your comments/reviews are welcomed.

Thanks,
H.Seto


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-10-14  9:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12  3:18 [PATCH v2 0/4] Btrfs: set mount options permanently Hidetoshi Seto
2012-10-12  3:24 ` [PATCH v2 1/4] Btrfs-progs: add mount-option command Hidetoshi Seto
2012-10-12  5:35   ` Tsutomu Itoh
2012-10-12  8:21   ` Tsutomu Itoh
2012-10-12  3:24 ` [PATCH v2 2/4] Btrfs-progs: add mount-option command man page Hidetoshi Seto
2012-10-14  9:04   ` Goffredo Baroncelli
2012-10-12  3:24 ` [PATCH v2 3/4] btrfs: make subroutine __btrfs_parse_options Hidetoshi Seto
2012-10-12  3:25 ` [PATCH v2 4/4] btrfs: support default mount options Hidetoshi Seto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.