You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dave Kleikamp
b964638ffd
JFS: Fix multiple errors in metapage_releasepage
...
It looks like metapage_releasepage was making in invalid assumption that
the releasepage method would not be called on a dirty page. Instead of
issuing a warning and releasing the metapage, it should return 0, indicating
that the private data for the page cannot be released.
I also realized that metapage_releasepage had the return code all wrong. If
it is successful in releasing the private data, it should return 1, otherwise
it needs to return 0.
Lastly, there is no need to call wait_on_page_writeback, since
try_to_release_page will not call us with a page in writback state.
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
19 years ago
..
Makefile
JFS: ext2 inode attributes for jfs
19 years ago
acl.c
JFS: add uid, gid, and umask mount options
19 years ago
endian24.h
Linux-2.6.12-rc2
20 years ago
file.c
[PATCH] Make most file operations structs in fs/ const
19 years ago
inode.c
[PATCH] remove ->get_blocks() support
19 years ago
ioctl.c
JFS: Add missing file from fa3241d24c
19 years ago
jfs_acl.h
JFS: allow extended attributes to be set within a existing transaction
20 years ago
jfs_btree.h
Linux-2.6.12-rc2
20 years ago
jfs_debug.c
[PATCH] fs: Use ARRAY_SIZE macro
19 years ago
jfs_debug.h
JFS: fix sparse warnings by moving extern declarations to headers
20 years ago
jfs_dinode.h
JFS: ext2 inode attributes for jfs
19 years ago
jfs_dmap.c
JFS: Take logsync lock before testing mp->lsn
19 years ago
jfs_dmap.h
JFS: semaphore to mutex conversion.
19 years ago
jfs_dtree.c
JFS: Add back directory i_size calculations for legacy partitions
20 years ago
jfs_dtree.h
JFS: Code cleanup - getting rid of never-used debug code
20 years ago
jfs_extent.c
JFS: semaphore to mutex conversion.
19 years ago
jfs_extent.h
Linux-2.6.12-rc2
20 years ago
jfs_filsys.h
[PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mounts
20 years ago
jfs_imap.c
JFS: add uid, gid, and umask mount options
19 years ago
jfs_imap.h
JFS: semaphore to mutex conversion.
19 years ago
jfs_incore.h
JFS: add uid, gid, and umask mount options
19 years ago
jfs_inode.c
JFS: add uid, gid, and umask mount options
19 years ago
jfs_inode.h
[PATCH] Make most file operations structs in fs/ const
19 years ago
jfs_lock.h
JFS: semaphore to mutex conversion.
19 years ago
jfs_logmgr.c
[PATCH] sem2mutex: fs/
19 years ago
jfs_logmgr.h
JFS: semaphore to mutex conversion.
19 years ago
jfs_metapage.c
JFS: Fix multiple errors in metapage_releasepage
19 years ago
jfs_metapage.h
JFS: fix sparse warnings by moving extern declarations to headers
20 years ago
jfs_mount.c
[PATCH] JFS: Support page sizes greater than 4K
20 years ago
jfs_superblock.h
JFS: Use the kthread_ API
19 years ago
jfs_txnmgr.c
JFS: Use the kthread_ API
19 years ago
jfs_txnmgr.h
JFS: don't dereference tlck->ip from txUpdateMap
20 years ago
jfs_types.h
Linux-2.6.12-rc2
20 years ago
jfs_umount.c
[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)
19 years ago
jfs_unicode.c
JFS: performance patch
20 years ago
jfs_unicode.h
Linux-2.6.12-rc2
20 years ago
jfs_uniupr.c
Linux-2.6.12-rc2
20 years ago
jfs_xattr.h
JFS: Implement jfs_init_security
20 years ago
jfs_xtree.c
JFS: make sure right-most xtree pages have header.next set to zero
20 years ago
jfs_xtree.h
JFS: Code cleanup - getting rid of never-used debug code
20 years ago
namei.c
[PATCH] Make most file operations structs in fs/ const
19 years ago
resize.c
[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)
19 years ago
super.c
[PATCH] cpuset memory spread: slab cache format
19 years ago
symlink.c
[PATCH] Fix up symlink function pointers
20 years ago
xattr.c
JFS: semaphore to mutex conversion.
19 years ago