Searched hist:"2710 fd7e00b4f77dbe807efaf546bed00b62e65e" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | debug.c | diff 2710fd7e00b4f77dbe807efaf546bed00b62e65e Mon Dec 14 23:30:45 CST 2015 Chao Yu <chao2.yu@samsung.com> f2fs: introduce dirty list node in inode info
Add a new dirt list node member in inode info for linking the inode to global dirty list in superblock, instead of old implementation which allocate slab cache memory as an entry to inode.
It avoids memory pressure due to slab cache allocation, and also makes codes more clean.
Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | checkpoint.c | diff 2710fd7e00b4f77dbe807efaf546bed00b62e65e Mon Dec 14 23:30:45 CST 2015 Chao Yu <chao2.yu@samsung.com> f2fs: introduce dirty list node in inode info
Add a new dirt list node member in inode info for linking the inode to global dirty list in superblock, instead of old implementation which allocate slab cache memory as an entry to inode.
It avoids memory pressure due to slab cache allocation, and also makes codes more clean.
Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | super.c | diff 2710fd7e00b4f77dbe807efaf546bed00b62e65e Mon Dec 14 23:30:45 CST 2015 Chao Yu <chao2.yu@samsung.com> f2fs: introduce dirty list node in inode info
Add a new dirt list node member in inode info for linking the inode to global dirty list in superblock, instead of old implementation which allocate slab cache memory as an entry to inode.
It avoids memory pressure due to slab cache allocation, and also makes codes more clean.
Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff 2710fd7e00b4f77dbe807efaf546bed00b62e65e Mon Dec 14 23:30:45 CST 2015 Chao Yu <chao2.yu@samsung.com> f2fs: introduce dirty list node in inode info
Add a new dirt list node member in inode info for linking the inode to global dirty list in superblock, instead of old implementation which allocate slab cache memory as an entry to inode.
It avoids memory pressure due to slab cache allocation, and also makes codes more clean.
Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|