| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove mkdir() side effect, add .nomedia, utils. | Jeff Sharkey | 2013-09-20 | 1 | -51/+59 |
* | Only check caller when deriving permissions. | Jeff Sharkey | 2013-08-30 | 1 | -0/+5 |
* | Fix recursive locking bug. | Jeff Sharkey | 2013-08-30 | 1 | -21/+36 |
* | Merge "Fix handle_opendir() in the sdcard daemon" into klp-dev | Ken Sumrall | 2013-08-15 | 1 | -0/+2 |
|\ |
|
| * | Fix handle_opendir() in the sdcard daemon | Ken Sumrall | 2013-08-14 | 1 | -0/+2 |
* | | Add legacy layout support to FUSE, enforce write. | Jeff Sharkey | 2013-08-14 | 1 | -67/+263 |
* | | Richer SD card permissions through FUSE. | Jeff Sharkey | 2013-08-08 | 2 | -57/+371 |
|/ |
|
* | Raise the max file open limit in sdcard | Ken Sumrall | 2013-02-11 | 1 | -0/+9 |
* | resolved conflicts for merge of 2237ca4c to jb-mr1-dev | Jean-Baptiste Queru | 2012-08-15 | 1 | -5/+17 |
|\ |
|
| * | Fixing signed/unsigned comparison warnings | Edwin Vane | 2012-08-14 | 1 | -22/+21 |
* | | Source and destination paths for sdcard. | Jeff Sharkey | 2012-08-13 | 1 | -23/+25 |
* | | Make sdcard daemon multi-threaded. | Jeff Brown | 2012-06-04 | 2 | -595/+638 |
* | | Refactor request opcode handlers. | Jeff Brown | 2012-06-04 | 1 | -329/+513 |
* | | Move buffers into a handler structure. | Jeff Brown | 2012-06-04 | 1 | -34/+57 |
* | | Implement FUSE_FSYNC request. | Jeff Brown | 2012-06-04 | 1 | -1/+15 |
* | | More code cleanup. | Jeff Brown | 2012-06-04 | 1 | -56/+93 |
* | | Code cleanup. | Jeff Brown | 2012-06-04 | 1 | -45/+63 |
|/ |
|
* | sdcard: use FUSE_BIG_WRITES for FUSE writes | Sundar Raman | 2012-05-01 | 1 | -2/+2 |
* | Migrate emulated SD card to /storage/sdcard. | Jeff Sharkey | 2012-04-09 | 1 | -2/+2 |
* | Fix returning errno values which should be negative. | Yuncheol Heo | 2011-07-22 | 1 | -3/+3 |
* | am b26662c0: am c3e69903: am 97919656: Add support for the utime(2) family of... | Ken Sumrall | 2011-03-24 | 1 | -2/+35 |
|\ |
|
| * | Add support for the utime(2) family of system calls to the sdcard fuse filesy... | Ken Sumrall | 2011-03-24 | 1 | -2/+35 |
* | | Fix uninitialized variable bug in sdcard emulator | Terry Heo (Woncheol) | 2011-03-16 | 1 | -7/+1 |
|/ |
|
* | sdcard: Fix readdir implementation so rewinddir will work correctly | Mike Lockwood | 2011-01-25 | 1 | -1/+7 |
* | sdcard: Remove lower case squashing of file names | Mike Lockwood | 2011-01-23 | 1 | -110/+106 |
* | sdcard: Fix lower case squashing for case insensitivity support. | Mike Lockwood | 2011-01-17 | 1 | -21/+10 |
* | sdcard: Have the -f option fix user/group permissions as well as file name case | Mike Lockwood | 2011-01-13 | 1 | -12/+14 |
* | sdcard: Add command line options for lowercase file name squashing: | Mike Lockwood | 2011-01-12 | 1 | -16/+119 |
* | sdcard: Force file names to lower case in order to provide case insensitivity | Mike Lockwood | 2011-01-12 | 1 | -0/+21 |
* | Use pread64/pwrite64 instead of pread/pwrite | Kenny Root | 2011-01-11 | 1 | -2/+2 |
* | Fix refcounting in the rename case. | Paul Eastham | 2011-01-04 | 1 | -3/+13 |
* | Properly reflect RENAME ops in FUSE internal state | Paul Eastham | 2010-10-14 | 1 | -23/+82 |
* | Partially implement SETATTR for sdcard/FUSE | Paul Eastham | 2010-09-24 | 1 | -2/+20 |
* | sdcard: Add support for the O_TRUNC open() flag | Mike Lockwood | 2010-08-20 | 1 | -1/+1 |
* | sdcard: Implement statfs, stat time values and change mount point to /mnt/sdcard | Mike Lockwood | 2010-08-16 | 1 | -5/+36 |
* | fix up permissions | Brian Swetland | 2010-08-12 | 1 | -3/+15 |
* | sdcard: a program to create a "virtual" /sdcard pointed at a path | Brian Swetland | 2010-08-12 | 3 | -0/+1340 |