* git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw: (32 commits) GFS2: Move all locking inside the inode creation function GFS2: Clean up symlink creation GFS2: Clean up mkdir GFS2: Use UUID field in generic superblock GFS2: Rename ops_inode.c to inode.c GFS2: Inode.c is empty now, remove it GFS2: Move final part of inode.c into super.c GFS2: Move most of the remaining inode.c into ops_inode.c GFS2: Move gfs2_refresh_inode() and friends into glops.c GFS2: Remove gfs2_dinode_print() function GFS2: When adding a new dir entry, inc link count if it is a subdir GFS2: Make gfs2_dir_del update link count when required GFS2: Don't use gfs2_change_nlink in link syscall GFS2: Don't use a try lock when promoting to a higher mode GFS2: Double check link count under glock GFS2: Improve bug trap code in ->releasepage() GFS2: Fix ail list traversal GFS2: make sure fallocate bytes is a multiple of blksize GFS2: Add an AIL writeback tracepoint GFS2: Make writeback more responsive to system conditions ...
Showing
- fs/gfs2/Makefile 2 additions, 2 deletionsfs/gfs2/Makefile
- fs/gfs2/aops.c 6 additions, 2 deletionsfs/gfs2/aops.c
- fs/gfs2/dir.c 88 additions, 109 deletionsfs/gfs2/dir.c
- fs/gfs2/dir.h 2 additions, 2 deletionsfs/gfs2/dir.h
- fs/gfs2/export.c 1 addition, 1 deletionfs/gfs2/export.c
- fs/gfs2/file.c 21 additions, 25 deletionsfs/gfs2/file.c
- fs/gfs2/glock.c 48 additions, 46 deletionsfs/gfs2/glock.c
- fs/gfs2/glock.h 1 addition, 2 deletionsfs/gfs2/glock.h
- fs/gfs2/glops.c 155 additions, 17 deletionsfs/gfs2/glops.c
- fs/gfs2/glops.h 2 additions, 0 deletionsfs/gfs2/glops.h
- fs/gfs2/incore.h 3 additions, 5 deletionsfs/gfs2/incore.h
- fs/gfs2/inode.c 1215 additions, 331 deletionsfs/gfs2/inode.c
- fs/gfs2/inode.h 1 addition, 7 deletionsfs/gfs2/inode.h
- fs/gfs2/log.c 93 additions, 86 deletionsfs/gfs2/log.c
- fs/gfs2/log.h 2 additions, 0 deletionsfs/gfs2/log.h
- fs/gfs2/lops.c 27 additions, 12 deletionsfs/gfs2/lops.c
- fs/gfs2/main.c 1 addition, 0 deletionsfs/gfs2/main.c
- fs/gfs2/meta_io.c 2 additions, 0 deletionsfs/gfs2/meta_io.c
- fs/gfs2/meta_io.h 0 additions, 2 deletionsfs/gfs2/meta_io.h
- fs/gfs2/ops_fstype.c 13 additions, 19 deletionsfs/gfs2/ops_fstype.c
Loading
Please register or sign in to comment