aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-09f2fs: refactor flush_nat_entries codes for reducing NAT writesChao Yu1-0/+7
2014-05-07f2fs: fix checkpatch warningZhang Zhen1-2/+2
2014-05-07f2fs: split grab_cache_page and wait_on_page_writeback for node pagesJaegeuk Kim1-1/+1
2014-05-07f2fs: adjust free mem size to flush dentry blocksJaegeuk Kim1-2/+3
2014-05-07f2fs: introduce raw_nat_from_node_info() to simplfy codesChao Yu1-0/+8
2014-03-20f2fs: skip unnecessary node writes during fsyncJaegeuk Kim1-0/+1
2014-03-20f2fs: remove unnecessary thresholdJaegeuk Kim1-3/+0
2014-03-20f2fs: throttle the memory footprint with a sysfs entryJaegeuk Kim1-3/+8
2014-03-18f2fs: introduce f2fs_has_xattr_block for better readabilityChao Yu1-1/+1
2014-02-24f2fs: fix to mark the checkpointed nat entry correctlyJaegeuk Kim1-2/+8
2013-12-23f2fs: update several commentsChao Yu1-1/+7
2013-08-09f2fs: fix the use of XATTR_NODE_OFFSETJaegeuk Kim1-0/+4
2013-07-30f2fs: introduce help function F2FS_NODE()Gu Zheng1-24/+16
2013-06-14f2fs: recover wrong pino after checkpoint during fsyncJaegeuk Kim1-4/+11
2013-05-28f2fs: optimize several routines in node.hNamjae Jeon1-48/+19
2013-04-09f2fs: fix the logic of IS_DNODE()Zhihui Zhang1-1/+1
2013-04-03f2fs: remove redundant lock_page callsJaegeuk Kim1-0/+3
2013-03-27f2fs: fix to give correct parent inode number for roll forwardJaegeuk Kim1-0/+15
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim1-1/+1
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim1-1/+1
2012-12-11f2fs: add superblock and major in-memory structureJaegeuk Kim1-0/+353