kernel-hacking-2024-linux-s.../fs/nilfs2
Ryusuke Konishi d501d73689 nilfs2: separate function for creating new btree node block
Adds a separate routine for creating a btree node block.  This is a
preparation to reduce the depth of function calls during submitting
btree node buffer.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
2009-11-20 10:05:49 +09:00
..
alloc.c
alloc.h
bmap.c nilfs2: move out mark_inode_dirty calls from bmap routines 2009-11-20 10:05:47 +09:00
bmap.h nilfs2: convert nilfs_bmap_lookup to an inline function 2009-09-14 18:27:16 +09:00
bmap_union.h
btnode.c nilfs2: separate function for creating new btree node block 2009-11-20 10:05:49 +09:00
btnode.h nilfs2: separate function for creating new btree node block 2009-11-20 10:05:49 +09:00
btree.c nilfs2: remove buffer locking from btree code 2009-11-20 10:05:47 +09:00
btree.h nilfs2: move definition of struct nilfs_btree_node 2009-11-20 10:05:46 +09:00
cpfile.c nilfs2: separate read method of meta data files on super root block 2009-11-20 10:05:48 +09:00
cpfile.h nilfs2: separate read method of meta data files on super root block 2009-11-20 10:05:48 +09:00
dat.c nilfs2: separate read method of meta data files on super root block 2009-11-20 10:05:48 +09:00
dat.h nilfs2: separate read method of meta data files on super root block 2009-11-20 10:05:48 +09:00
dir.c const: constify remaining file_operations 2009-10-01 16:11:11 -07:00
direct.c nilfs2: allow btree code to directly call dat operations 2009-09-14 18:27:16 +09:00
direct.h
file.c const: constify remaining file_operations 2009-10-01 16:11:11 -07:00
gcdat.c
gcinode.c nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy 2009-11-20 10:05:48 +09:00
ifile.c nilfs2: separate constructor of metadata files 2009-11-20 10:05:48 +09:00
ifile.h nilfs2: separate constructor of metadata files 2009-11-20 10:05:48 +09:00
inode.c nilfs2: move out mark_inode_dirty calls from bmap routines 2009-11-20 10:05:47 +09:00
ioctl.c nilfs2: fix lock order reversal in chcp operation 2009-11-13 10:33:24 +09:00
Kconfig fs/Kconfig: move nilfs2 outside misc filesystems 2009-09-14 18:27:16 +09:00
Makefile
mdt.c nilfs2: avoid readahead on metadata file for create mode 2009-11-20 10:05:49 +09:00
mdt.h nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy 2009-11-20 10:05:48 +09:00
namei.c const: mark remaining inode_operations as const 2009-09-22 07:17:24 -07:00
nilfs.h const: constify remaining file_operations 2009-10-01 16:11:11 -07:00
page.c
page.h
recovery.c nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy 2009-11-20 10:05:48 +09:00
sb.h nilfs2: simplify remaining sget() use 2009-06-11 21:36:18 -04:00
segbuf.c nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAIT 2009-09-14 18:27:14 +09:00
segbuf.h
segment.c nilfs2: eliminate inlines to directly read/write inode of metadata files 2009-11-20 10:05:48 +09:00
segment.h
sufile.c nilfs2: simplify nilfs_sufile_get_ncleansegs function 2009-11-20 10:05:49 +09:00
sufile.h nilfs2: simplify nilfs_sufile_get_ncleansegs function 2009-11-20 10:05:49 +09:00
super.c nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy 2009-11-20 10:05:48 +09:00
the_nilfs.c nilfs2: simplify nilfs_sufile_get_ncleansegs function 2009-11-20 10:05:49 +09:00
the_nilfs.h nilfs2: shorten freeze period due to GC in write operation v3 2009-09-14 18:27:15 +09:00