summaryrefslogtreecommitdiffstats
path: root/sdcard
Commit message (Expand)AuthorAgeFilesLines
* sdcard doesn't need to explicitly ask for libc!Elliott Hughes2015-03-161-1/+1
* sdcard : inode numbers must be fully representable as uint32_t.Narayan Kamath2015-01-151-1/+34
* Merge "Allow updates for open file descriptors"Marco Nelissen2014-12-101-1/+3
|\
| * Allow updates for open file descriptorsMarco Nelissen2014-12-101-1/+3
* | sdcard: mount sdcard with the noexec optionDaisuke Okitsu2014-11-241-1/+1
|/
* Sdcard: Initialize the padding output valueDaisuke Okitsu2014-11-131-0/+1
* bionic's struct stat is now POSIX-compliant.Elliott Hughes2014-11-101-6/+6
* am f37bfb32: am 23aeeff5: Merge "Use the correct fuse_init_out structure size."Christopher Ferris2014-09-161-2/+28
|\
| * Use the correct fuse_init_out structure size.Christopher Ferris2014-09-151-2/+28
* | am 33a5575a: am 39a8ade7: Merge "Fix sdcard truncates."Elliott Hughes2014-07-311-1/+1
|\|
| * Fix sdcard truncates.Elliott Hughes2014-07-311-1/+1
| * sdcard: ensure installd fs upgrade has completedNick Kralevich2014-07-251-0/+6
| * Correction to TRACE format stringsMarcus Oakland2014-07-241-16/+17
* | Merge "sdcard: ensure installd fs upgrade has completed" into lmp-devNick Kralevich2014-07-241-0/+6
|\ \
| * | sdcard: ensure installd fs upgrade has completedNick Kralevich2014-07-241-0/+6
* | | Correction to TRACE format stringsMarcus Oakland2014-07-241-16/+17
|/ /
* | am f043f061: am 060b6ecb: am 6e141aea: Merge "Fix sdcard\'s FUSE_FSYNCDIR han...Elliott Hughes2014-07-091-7/+16
|\|
| * Fix sdcard's FUSE_FSYNCDIR handling.Elliott Hughes2014-07-081-7/+16
* | am 94645665: am f8acdcbe: am 75b7171f: Merge "Make sdcard log to the log rath...Elliott Hughes2014-07-091-2/+5
|\|
| * Make sdcard log to the log rather than stderr.Elliott Hughes2014-07-081-2/+5
* | am 2e7d80d1: Per-app media directories on external storage.Jeff Sharkey2014-05-301-0/+7
|\ \ | |/ |/|
| * Per-app media directories on external storage.Jeff Sharkey2014-05-301-0/+7
* | sdcard: Turn on -WerrorMark Salyzyn2014-05-211-4/+4
|/
* Use bionic's <linux/fuse.h>.Elliott Hughes2014-05-072-594/+15
* Handle FUSE_FSYNCDIR as FUSE_FSYNCDaisuke Okitsu2014-02-191-2/+2
* sdcard: direct I/O file access write buffer alignmentArpad Horvath2014-02-181-0/+6
* sdcard: direct I/O file access fixArpad Horvath2014-02-141-4/+5
* system/core LP64 cleanup.Elliott Hughes2014-02-051-5/+5
* 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
|\