Pandora Sourcecodes - pandora-kernel.git/rss - Documentation/filesystems/vfat.txt history https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=history;f=Documentation/filesystems/vfat.txt Pandora Kernel Repository en /git-logo.png Pandora Sourcecodes - pandora-kernel.git/rss - Documentation/filesystems/vfat.txt history https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=history;f=Documentation/filesystems/vfat.txt Wed, 4 Aug 2010 13:21:40 +0000 Wed, 4 Aug 2010 13:21:40 +0000 gitweb v.2.1.4/2.39.2 Documentation: update broken web addresses. Justin P. Mattock <justinmattock@gmail.com> Sat, 24 Jul 2010 03:51:24 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=0ea6e61122196509af82cc4f36cbdaacbefb8227 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=0ea6e61122196509af82cc4f36cbdaacbefb8227 Documentation: update broken web addresses. Documentation: update broken web addresses. Below you will find an updated version from the original series bunching all patches into one big patch updating broken web addresses that are located in Documentation/* Some of the addresses date as far far back as 1995 etc... so searching became a bit difficult, the best way to deal with these is to use web.archive.org to locate these addresses that are outdated. Now there are also some addresses pointing to .spec files some are located, but some(after searching on the companies site)where still no where to be found. In this case I just changed the address to the company site this way the users can contact the company and they can locate them for the users. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Thomas Weber <weber@corscience.de> Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Cc: Paulo Marques <pmarques@grupopie.com> Cc: Randy Dunlap <rdunlap@xenotime.net> Cc: Michael Neuling <mikey@neuling.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • [D] Documentation/filesystems/vfat.txt
]]>
vfat: change the default from shortname=lower to shortname=mixed Paul Wise <pabs3@bonedaddy.net> Sat, 1 Aug 2009 12:30:31 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=955234755ce4a2c33cfc558912aa8f2148cc1fc6 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=955234755ce4a2c33cfc558912aa8f2148cc1fc6 vfat: change the default from shortname=lower to shortname=mixed vfat: change the default from shortname=lower to shortname=mixed Because, with "shortname=lower", copying one FAT filesystem tree to another FAT filesystem tree using Linux results in semantically different filesystems. (E.g.: Filenames which were once "all uppercase" are now "all lowercase"). So, this changes the default of "shortname=lower" to "shortname=mixed". Signed-off-by: Paul Wise <pabs3@bonedaddy.net> [change fat_show_options()] Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
  • [D] Documentation/filesystems/vfat.txt
]]>
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 Linus Torvalds <torvalds@linux-foundation.org> Tue, 16 Jun 2009 18:29:44 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=23059a0df5fad3d83b9a21fc2696a39148f49617 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=23059a0df5fad3d83b9a21fc2696a39148f49617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 Merge git://git./linux/kernel/git/hirofumi/fatfs-2.6 * git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6: fat: split fat_generic_ioctl FAT: add 'errors' mount option
  • [D] Documentation/filesystems/vfat.txt
]]>
trivial: Miscellaneous documentation typo fixes Matt LaPlante <kernel1@cyberdogtech.com> Mon, 27 Apr 2009 13:06:31 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=19f594600110377ec4037fdf7fb93a25ec516212 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=19f594600110377ec4037fdf7fb93a25ec516212 trivial: Miscellaneous documentation typo fixes trivial: Miscellaneous documentation typo fixes Fix various typos in documentation txts. Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • [D] Documentation/filesystems/vfat.txt
]]>
FAT: add 'errors' mount option Denis Karpov <ext-denis.2.karpov@nokia.com> Wed, 3 Jun 2009 17:34:22 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=85c7859190c4197a7c34066db14c25903c401187 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=85c7859190c4197a7c34066db14c25903c401187 FAT: add 'errors' mount option FAT: add 'errors' mount option On severe errors FAT remounts itself in read-only mode. Allow to specify FAT fs desired behavior through 'errors' mount option: panic, continue or remount read-only. `mount -t [fat|vfat] -o errors=[panic,remount-ro,continue] \ <bdev> <mount point>` This is analog to ext2 fs 'errors' mount option. Signed-off-by: Denis Karpov <ext-denis.2.karpov@nokia.com> Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
  • [D] Documentation/filesystems/vfat.txt
]]>
fat: Fix ATTR_RO for directory OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Thu, 6 Nov 2008 20:53:55 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=dfc209c0064efef5590f608056a48b61a5cac09c https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=dfc209c0064efef5590f608056a48b61a5cac09c fat: Fix ATTR_RO for directory fat: Fix ATTR_RO for directory FAT has the ATTR_RO (read-only) attribute. But on Windows, the ATTR_RO of the directory will be just ignored actually, and is used by only applications as flag. E.g. it's setted for the customized folder by Explorer. http://msdn2.microsoft.com/en-us/library/aa969337.aspx This adds "rodir" option. If user specified it, ATTR_RO is used as read-only flag even if it's the directory. Otherwise, inode->i_mode is not used to hold ATTR_RO (i.e. fat_mode_can_save_ro() returns 0). Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • [D] Documentation/filesystems/vfat.txt
]]>
fat: document additional vfat mount options Bart Trojanowski <bart@jukie.net> Thu, 6 Nov 2008 20:53:44 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=8986ab59631b1f2e82ac820c8fd76a34462915ca https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=8986ab59631b1f2e82ac820c8fd76a34462915ca fat: document additional vfat mount options fat: document additional vfat mount options While debugging a sync mount regression on vfat I noticed that there were mount options parsed by the driver that were not documented. [hirofumi@mail.parknet.co.jp: fix some parts] Signed-off-by: Bart Trojanowski <bart@jukie.net> Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • [D] Documentation/filesystems/vfat.txt
]]>
UTC timestamp option for FAT filesystems fix Joe Peterson <joe@skyrush.com> Fri, 25 Jul 2008 08:46:48 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=41003cde95e7e976d3876dbdcdc83dd0a9059279 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=41003cde95e7e976d3876dbdcdc83dd0a9059279 UTC timestamp option for FAT filesystems fix UTC timestamp option for FAT filesystems fix Signed-off-by: Joe Peterson <joe@skyrush.com> Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • [D] Documentation/filesystems/vfat.txt
]]>
fat: Add allow_utime option OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Mon, 28 Apr 2008 09:16:26 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=1ae43f826b6cb951fc5b0f9c92372a8d5b63c7f9 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=1ae43f826b6cb951fc5b0f9c92372a8d5b63c7f9 fat: Add allow_utime option fat: Add allow_utime option Normally utime(2) checks current process is owner of the file, or it has CAP_FOWNER capability. But FAT filesystem doesn't have uid/gid as on disk info, so normal check is too unflexible. With this option you can relax it. Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • [D] Documentation/filesystems/vfat.txt
]]>
fat: don't use free_clusters for fat32 OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Tue, 8 May 2007 07:31:01 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=28ec039c21839914389975b896160a815ffd8b83 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=28ec039c21839914389975b896160a815ffd8b83 fat: don't use free_clusters for fat32 fat: don't use free_clusters for fat32 It seems that the recent Windows changed specification, and it's undocumented. Windows doesn't update ->free_clusters correctly. This patch doesn't use ->free_clusters by default. (instead, add "usefree" for forcing to use it) Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Cc: Juergen Beisert <juergen127@kreuzholzen.de> Cc: Andreas Schwab <schwab@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • [D] Documentation/filesystems/vfat.txt
]]>
Documentation: remove duplicated words Paolo Ornati <ornati@fastwebnet.it> Tue, 3 Oct 2006 20:57:56 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=670e9f34ee3c7e052514c85014d2fdd99b672cdc https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=670e9f34ee3c7e052514c85014d2fdd99b672cdc Documentation: remove duplicated words Documentation: remove duplicated words Remove many duplicated words under Documentation/ and do other small cleanups. Examples: "and and" --> "and" "in in" --> "in" "the the" --> "the" "the the" --> "to the" ... Signed-off-by: Paolo Ornati <ornati@fastwebnet.it> Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • [D] Documentation/filesystems/vfat.txt
]]>
It's UTF-8 Alexey Dobriyan <adobriyan@gmail.com> Tue, 21 Mar 2006 23:13:35 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=4de151d8cd2553e7e89044ab5d72fcad4eb04afb https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=4de151d8cd2553e7e89044ab5d72fcad4eb04afb It's UTF-8 It's UTF-8 Fix some comments to "UTF-8". Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • [D] Documentation/filesystems/vfat.txt
]]>
Linux-2.6.12-rc2 Linus Torvalds <torvalds@ppc970.osdl.org> Sat, 16 Apr 2005 22:20:36 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2 Linux-2.6.12-rc2 Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
  • [D] Documentation/filesystems/vfat.txt
]]>