summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.h
AgeCommit message (Expand)AuthorLines
2014-10-05f2fs: remove unused return valueJaegeuk Kim-3/+2
2014-09-30f2fs: refactor flush_nat_entries to remove costly reorganizing opsJaegeuk Kim-6/+3
2014-09-23f2fs: fix conditions to remain recovery information in f2fs_sync_fileJaegeuk Kim-9/+12
2014-09-23f2fs: introduce a flag to represent each nat entry informationJaegeuk Kim-4/+24
2014-09-16f2fs: fix a race condition in next_free_nidHuang Ying-2/+4
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim-2/+1
2014-07-09f2fs: refactor flush_nat_entries codes for reducing NAT writesChao Yu-0/+7
2014-05-07f2fs: fix checkpatch warningZhang Zhen-2/+2
2014-05-07f2fs: split grab_cache_page and wait_on_page_writeback for node pagesJaegeuk Kim-1/+1
2014-05-07f2fs: adjust free mem size to flush dentry blocksJaegeuk Kim-2/+3
2014-05-07f2fs: introduce raw_nat_from_node_info() to simplfy codesChao Yu-0/+8
2014-03-20f2fs: skip unnecessary node writes during fsyncJaegeuk Kim-0/+1
2014-03-20f2fs: remove unnecessary thresholdJaegeuk Kim-3/+0
2014-03-20f2fs: throttle the memory footprint with a sysfs entryJaegeuk Kim-3/+8
2014-03-18f2fs: introduce f2fs_has_xattr_block for better readabilityChao Yu-1/+1
2014-02-24f2fs: fix to mark the checkpointed nat entry correctlyJaegeuk Kim-2/+8
2013-12-23f2fs: update several commentsChao Yu-1/+7
2013-08-09f2fs: fix the use of XATTR_NODE_OFFSETJaegeuk Kim-0/+4
2013-07-30f2fs: introduce help function F2FS_NODE()Gu Zheng-24/+16
2013-06-14f2fs: recover wrong pino after checkpoint during fsyncJaegeuk Kim-4/+11
2013-05-28f2fs: optimize several routines in node.hNamjae Jeon-48/+19
2013-04-09f2fs: fix the logic of IS_DNODE()Zhihui Zhang-1/+1
2013-04-03f2fs: remove redundant lock_page callsJaegeuk Kim-0/+3
2013-03-27f2fs: fix to give correct parent inode number for roll forwardJaegeuk Kim-0/+15
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim-1/+1
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim-1/+1
2012-12-11f2fs: add superblock and major in-memory structureJaegeuk Kim-0/+353