summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: free radix_tree_nodes used by nat_set entriesJaegeuk Kim2015-01-091-0/+1
* f2fs: fix missing cold bit during recoveryJaegeuk Kim2015-01-091-1/+9
* f2fs: merge two uchar variable in struct node_info to reduce memory costChao Yu2015-01-091-11/+22
* f2fs: change atomic and volatile write policiesJaegeuk Kim2015-01-091-0/+1
* f2fs: control the memory footprint used by ino entriesJaegeuk Kim2014-11-061-1/+2
* f2fs: introduce f2fs_change_bit to simplify the change bit logicGu Zheng2014-11-031-4/+1
* f2fs: remove unused return valueJaegeuk Kim2014-10-051-3/+2
* f2fs: refactor flush_nat_entries to remove costly reorganizing opsJaegeuk Kim2014-09-301-6/+3
* f2fs: fix conditions to remain recovery information in f2fs_sync_fileJaegeuk Kim2014-09-231-9/+12
* f2fs: introduce a flag to represent each nat entry informationJaegeuk Kim2014-09-231-4/+24
* f2fs: fix a race condition in next_free_nidHuang Ying2014-09-161-2/+4
* f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim2014-09-031-2/+1
* f2fs: refactor flush_nat_entries codes for reducing NAT writesChao Yu2014-07-091-0/+7
* f2fs: fix checkpatch warningZhang Zhen2014-05-071-2/+2
* f2fs: split grab_cache_page and wait_on_page_writeback for node pagesJaegeuk Kim2014-05-071-1/+1
* f2fs: adjust free mem size to flush dentry blocksJaegeuk Kim2014-05-071-2/+3
* f2fs: introduce raw_nat_from_node_info() to simplfy codesChao Yu2014-05-071-0/+8
* f2fs: skip unnecessary node writes during fsyncJaegeuk Kim2014-03-201-0/+1
* f2fs: remove unnecessary thresholdJaegeuk Kim2014-03-201-3/+0
* f2fs: throttle the memory footprint with a sysfs entryJaegeuk Kim2014-03-201-3/+8
* f2fs: introduce f2fs_has_xattr_block for better readabilityChao Yu2014-03-181-1/+1
* f2fs: fix to mark the checkpointed nat entry correctlyJaegeuk Kim2014-02-241-2/+8
* f2fs: update several commentsChao Yu2013-12-231-1/+7
* f2fs: fix the use of XATTR_NODE_OFFSETJaegeuk Kim2013-08-091-0/+4
* f2fs: introduce help function F2FS_NODE()Gu Zheng2013-07-301-24/+16
* f2fs: recover wrong pino after checkpoint during fsyncJaegeuk Kim2013-06-141-4/+11
* f2fs: optimize several routines in node.hNamjae Jeon2013-05-281-48/+19
* f2fs: fix the logic of IS_DNODE()Zhihui Zhang2013-04-091-1/+1
* f2fs: remove redundant lock_page callsJaegeuk Kim2013-04-031-0/+3
* f2fs: fix to give correct parent inode number for roll forwardJaegeuk Kim2013-03-271-0/+15
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-111-1/+1
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2012-12-111-1/+1
* f2fs: add superblock and major in-memory structureJaegeuk Kim2012-12-111-0/+353
OpenPOWER on IntegriCloud