aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: skip unnecessary node writes during fsyncJaegeuk Kim2015-05-021-0/+1
* f2fs: remove unnecessary thresholdJaegeuk Kim2015-05-021-3/+0
* f2fs: throttle the memory footprint with a sysfs entryJaegeuk Kim2015-05-021-3/+8
* f2fs: introduce f2fs_has_xattr_block for better readabilityChao Yu2015-05-021-1/+1
* f2fs: fix to mark the checkpointed nat entry correctlyJaegeuk Kim2015-05-021-2/+8
* f2fs: update several commentsChao Yu2015-05-021-1/+7
* f2fs: fix the use of XATTR_NODE_OFFSETJaegeuk Kim2015-05-021-0/+4
* f2fs: introduce help function F2FS_NODE()Gu Zheng2015-05-021-24/+16
* f2fs: recover wrong pino after checkpoint during fsyncJaegeuk Kim2015-05-021-4/+11
* f2fs: optimize several routines in node.hNamjae Jeon2015-05-021-48/+19
* f2fs: fix the logic of IS_DNODE()Zhihui Zhang2015-05-021-1/+1
* f2fs: remove redundant lock_page callsJaegeuk Kim2015-05-021-0/+3
* f2fs: fix to give correct parent inode number for roll forwardJaegeuk Kim2015-05-021-0/+15
* f2fs: adjust kernel coding styleJaegeuk Kim2015-05-021-1/+1
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2015-05-021-1/+1
* f2fs: add superblock and major in-memory structureJaegeuk Kim2015-05-021-0/+353