aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-5.1.0_r1' into HEADstaging/cm-12.1stable/cm-12.1-YOG3CRicardo Cerqueira2015-03-100-0/+0
|\
| * Update fsck to latest version (1.2 -> 1.4.0++ with better fix support)JP Abgrall2014-11-0718-817/+1649
| |\
* | \ Merge remote-tracking branch 'aosp/master' into cm-12.0stable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1IEthan Chen2015-01-2318-816/+1649
|\ \ \ | | |/ | |/|
| * | fsck.f2fs: actually flag the fixed dentries as fixedJP Abgrall2014-11-071-0/+2
| * | f2fs: use last_blk for print dentriesJaegeuk Kim2014-11-071-1/+1
| * | fsck.f2fs: fix DATA_EXIST flag for old partitionJaegeuk Kim2014-11-072-0/+12
| * | fsck.f2fs: attempt to identify bad dentriesJP Abgrall2014-11-072-3/+24
| * | Update build version from 1.2.0 to 1.4.0 after merge.JP Abgrall2014-11-071-1/+1
| * | fsck.f2fs: show inline status of inodeJaegeuk Kim2014-11-071-0/+1
| * | fsck.f2fs: fix wrongly allocated 0'th block for inline_dataJaegeuk Kim2014-11-071-2/+11
| * | fsck.f2fs: fix link count correctlyJaegeuk Kim2014-11-071-0/+1
| * | fsck.f2fs: fix wrong hash_code made by previous buggy codeJaegeuk Kim2014-11-071-5/+27
| * | fsck.f2fs: support inline_dentryJaegeuk Kim2014-11-074-41/+109
| * | fsck.f2fs: fix superblock offsetJaegeuk Kim2014-11-071-1/+6
| * | mkfs.f2fs: avoid build warningJaegeuk Kim2014-11-071-1/+2
| * | fsck.f2fs: fix wrong block addres of nidsJaegeuk Kim2014-11-071-3/+1
| * | mkfs.f2fs: possible endianes bug in mkfs.f2fs roll-forward speedjoerg jungermann2014-11-071-2/+14
| * | f2fs-tools: fix for build big-endian processorsJaegeuk Kim2014-11-071-0/+60
| * | f2fs-tools: release 1.4.0Jaegeuk Kim2014-11-071-2/+2
| * | f2fstat: enhance readability of outputJaegeuk Kim2014-11-071-12/+71
| * | tracepoint.sh: update latest tracepointsJaegeuk Kim2014-11-071-2/+8
| * | am 73b6e3eb: f2fs: rearrange options to remove redundant checkJaegeuk Kim2014-09-094-19/+19
| |\ \
| | * | f2fs: rearrange options to remove redundant checkJaegeuk Kim2014-09-084-19/+19
| * | | am de6c1c7c: fsck.f2fs: add auto_fix featureJaegeuk Kim2014-09-093-11/+31
| |\| |
| | * | fsck.f2fs: add auto_fix featureJaegeuk Kim2014-09-083-11/+31
| * | | am bc6a7000: fsck.f2fs: avoid build warningsJaegeuk Kim2014-09-092-6/+8
| |\| |
| | * | fsck.f2fs: avoid build warningsJaegeuk Kim2014-09-082-6/+8
| * | | am 50442acc: fsck.f2fs: remove list.hJaegeuk Kim2014-09-091-1/+4
| |\| |
| | * | fsck.f2fs: remove list.hJaegeuk Kim2014-09-081-1/+4
| * | | am 10d97dd1: fsck.f2fs: check next block is free or notJaegeuk Kim2014-09-093-27/+65
| |\| |
| | * | fsck.f2fs: check next block is free or notJaegeuk Kim2014-09-083-27/+65
| * | | am 893312ce: fsck.f2fs: fix checkpointJaegeuk Kim2014-09-094-5/+227
| |\| |
| | * | fsck.f2fs: fix checkpointJaegeuk Kim2014-09-084-5/+227
| * | | am 6591dadc: fsck.f2fs: handle correctly segment summary entriesJaegeuk Kim2014-09-092-91/+80
| |\| |
| | * | fsck.f2fs: handle correctly segment summary entriesJaegeuk Kim2014-09-082-91/+80
| * | | am 1118af29: fsck.f2fs: remove corrupted xattr blockJaegeuk Kim2014-09-092-30/+36
| |\| |
| | * | fsck.f2fs: remove corrupted xattr blockJaegeuk Kim2014-09-082-30/+36
| * | | am 83e54446: fsck.f2fs: corrupted orphan inode will be removedJaegeuk Kim2014-09-091-3/+1
| |\| |
| | * | fsck.f2fs: corrupted orphan inode will be removedJaegeuk Kim2014-09-081-3/+1
| * | | am 6b20b0d6: fsck.f2fs: remove dentry if its inode block is corruptedJaegeuk Kim2014-09-091-2/+15
| |\| |
| | * | fsck.f2fs: remove dentry if its inode block is corruptedJaegeuk Kim2014-09-081-2/+15
| * | | am 269eac2e: fsck.f2fs: add fixing messeagesJaegeuk Kim2014-09-092-0/+15
| |\| |
| | * | fsck.f2fs: add fixing messeagesJaegeuk Kim2014-09-082-0/+15
| * | | am dc530859: fsck.f2fs: fix inode block inconsistencyJaegeuk Kim2014-09-093-24/+43
| |\| |
| | * | fsck.f2fs: fix inode block inconsistencyJaegeuk Kim2014-09-083-24/+43
| * | | am fffeed79: fsck.f2fs: give a chance to recover sit entriesJaegeuk Kim2014-09-093-28/+15
| |\| |
| | * | fsck.f2fs: give a chance to recover sit entriesJaegeuk Kim2014-09-083-28/+15
| * | | am 59c0e13e: fsck.f2fs: cleanup mount.cJaegeuk Kim2014-09-091-46/+70
| |\| |
| | * | fsck.f2fs: cleanup mount.cJaegeuk Kim2014-09-081-46/+70
| * | | am 3b4b8263: fsck.f2fs: handle error casesJaegeuk Kim2014-09-095-197/+205
| |\| |