summaryrefslogtreecommitdiffstats
path: root/sdcard
Commit message (Expand)AuthorAgeFilesLines
* Set GID required to write, media_rw mount point.Jeff Sharkey2013-10-081-13/+16
* Remove mkdir() side effect, add .nomedia, utils.Jeff Sharkey2013-09-201-51/+59
* Only check caller when deriving permissions.Jeff Sharkey2013-08-301-0/+5
* Fix recursive locking bug.Jeff Sharkey2013-08-301-21/+36
* Merge "Fix handle_opendir() in the sdcard daemon" into klp-devKen Sumrall2013-08-141-0/+2
|\
| * Fix handle_opendir() in the sdcard daemonKen Sumrall2013-08-141-0/+2
* | Add legacy layout support to FUSE, enforce write.Jeff Sharkey2013-08-141-67/+263
* | Richer SD card permissions through FUSE.Jeff Sharkey2013-08-082-57/+371
|/
* Raise the max file open limit in sdcardKen Sumrall2013-02-111-0/+9
* resolved conflicts for merge of 2237ca4c to jb-mr1-devJean-Baptiste Queru2012-08-151-5/+17
|\
| * Fixing signed/unsigned comparison warningsEdwin Vane2012-08-141-22/+21
* | Source and destination paths for sdcard.Jeff Sharkey2012-08-131-23/+25
* | Make sdcard daemon multi-threaded.Jeff Brown2012-06-042-595/+638
* | Refactor request opcode handlers.Jeff Brown2012-06-041-329/+513
* | Move buffers into a handler structure.Jeff Brown2012-06-041-34/+57
* | Implement FUSE_FSYNC request.Jeff Brown2012-06-041-1/+15
* | More code cleanup.Jeff Brown2012-06-041-56/+93
* | Code cleanup.Jeff Brown2012-06-041-45/+63
|/
* sdcard: use FUSE_BIG_WRITES for FUSE writesSundar Raman2012-05-011-2/+2
* Migrate emulated SD card to /storage/sdcard.Jeff Sharkey2012-04-091-2/+2
* Fix returning errno values which should be negative.Yuncheol Heo2011-07-221-3/+3
* am b26662c0: am c3e69903: am 97919656: Add support for the utime(2) family of...Ken Sumrall2011-03-251-2/+35
|\
| * Add support for the utime(2) family of system calls to the sdcard fuse filesy...Ken Sumrall2011-03-241-2/+35
* | Fix uninitialized variable bug in sdcard emulatorTerry Heo (Woncheol)2011-03-151-7/+1
|/
* sdcard: Fix readdir implementation so rewinddir will work correctlyMike Lockwood2011-01-251-1/+7
* sdcard: Remove lower case squashing of file namesMike Lockwood2011-01-231-110/+106
* sdcard: Fix lower case squashing for case insensitivity support.Mike Lockwood2011-01-171-21/+10
* sdcard: Have the -f option fix user/group permissions as well as file name caseMike Lockwood2011-01-131-12/+14
* sdcard: Add command line options for lowercase file name squashing:Mike Lockwood2011-01-121-16/+119
* sdcard: Force file names to lower case in order to provide case insensitivityMike Lockwood2011-01-121-0/+21
* Use pread64/pwrite64 instead of pread/pwriteKenny Root2011-01-111-2/+2
* Fix refcounting in the rename case.Paul Eastham2011-01-041-3/+13
* Properly reflect RENAME ops in FUSE internal statePaul Eastham2010-10-141-23/+82
* Partially implement SETATTR for sdcard/FUSEPaul Eastham2010-09-241-2/+20
* sdcard: Add support for the O_TRUNC open() flagMike Lockwood2010-08-201-1/+1
* sdcard: Implement statfs, stat time values and change mount point to /mnt/sdcardMike Lockwood2010-08-161-5/+36
* fix up permissionsBrian Swetland2010-08-121-3/+15
* sdcard: a program to create a "virtual" /sdcard pointed at a pathBrian Swetland2010-08-123-0/+1340