index
:
system_core.git
replicant-4.2
replicant-6.0
system/core
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sdcard
/
sdcard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sdcard: mount sdcard with the noexec option
Daisuke Okitsu
2014-11-24
1
-1
/
+1
*
Sdcard: Initialize the padding output value
Daisuke Okitsu
2014-11-13
1
-0
/
+1
*
bionic's struct stat is now POSIX-compliant.
Elliott Hughes
2014-11-10
1
-6
/
+6
*
am f37bfb32: am 23aeeff5: Merge "Use the correct fuse_init_out structure size."
Christopher Ferris
2014-09-16
1
-2
/
+28
|
\
|
*
Use the correct fuse_init_out structure size.
Christopher Ferris
2014-09-15
1
-2
/
+28
*
|
am 33a5575a: am 39a8ade7: Merge "Fix sdcard truncates."
Elliott Hughes
2014-07-31
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix sdcard truncates.
Elliott Hughes
2014-07-31
1
-1
/
+1
|
*
sdcard: ensure installd fs upgrade has completed
Nick Kralevich
2014-07-25
1
-0
/
+6
|
*
Correction to TRACE format strings
Marcus Oakland
2014-07-24
1
-16
/
+17
*
|
Merge "sdcard: ensure installd fs upgrade has completed" into lmp-dev
Nick Kralevich
2014-07-24
1
-0
/
+6
|
\
\
|
*
|
sdcard: ensure installd fs upgrade has completed
Nick Kralevich
2014-07-24
1
-0
/
+6
*
|
|
Correction to TRACE format strings
Marcus Oakland
2014-07-24
1
-16
/
+17
|
/
/
*
|
am f043f061: am 060b6ecb: am 6e141aea: Merge "Fix sdcard\'s FUSE_FSYNCDIR han...
Elliott Hughes
2014-07-09
1
-7
/
+16
|
\
\
|
|
/
|
*
Fix sdcard's FUSE_FSYNCDIR handling.
Elliott Hughes
2014-07-08
1
-7
/
+16
*
|
am 94645665: am f8acdcbe: am 75b7171f: Merge "Make sdcard log to the log rath...
Elliott Hughes
2014-07-09
1
-2
/
+5
|
\
\
|
|
/
|
*
Make sdcard log to the log rather than stderr.
Elliott Hughes
2014-07-08
1
-2
/
+5
*
|
Per-app media directories on external storage.
Jeff Sharkey
2014-05-30
1
-0
/
+7
|
/
*
Use bionic's <linux/fuse.h>.
Elliott Hughes
2014-05-07
1
-16
/
+15
*
Handle FUSE_FSYNCDIR as FUSE_FSYNC
Daisuke Okitsu
2014-02-19
1
-2
/
+2
*
sdcard: direct I/O file access write buffer alignment
Arpad Horvath
2014-02-18
1
-0
/
+6
*
sdcard: direct I/O file access fix
Arpad Horvath
2014-02-14
1
-4
/
+5
*
system/core LP64 cleanup.
Elliott Hughes
2014-02-05
1
-5
/
+5
*
Set GID required to write, media_rw mount point.
Jeff Sharkey
2013-10-08
1
-13
/
+16
*
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
1
-56
/
+370
|
/
*
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
1
-595
/
+637
*
|
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
[next]