alistair23-linux/fs/jfs
Badari Pulavarty 543ade1fc9 [PATCH] Streamline generic_file_* interfaces and filemap cleanups
This patch cleans up generic_file_*_read/write() interfaces.  Christoph
Hellwig gave me the idea for this clean ups.

In a nutshell, all filesystems should set .aio_read/.aio_write methods and use
do_sync_read/ do_sync_write() as their .read/.write methods.  This allows us
to cleanup all variants of generic_file_* routines.

Final available interfaces:

generic_file_aio_read() - read handler
generic_file_aio_write() - write handler
generic_file_aio_write_nolock() - no lock write handler

__generic_file_aio_write_nolock() - internal worker routine

Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-10-01 00:39:28 -07:00
..
acl.c
endian24.h
file.c [PATCH] Streamline generic_file_* interfaces and filemap cleanups 2006-10-01 00:39:28 -07:00
inode.c [PATCH] fs/jfs: Conversion to generic boolean 2006-10-01 00:39:19 -07:00
ioctl.c [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6] 2006-09-30 20:52:28 +02:00
jfs_acl.h
jfs_btree.h
jfs_debug.c
jfs_debug.h
jfs_dinode.h
jfs_dmap.c [PATCH] fs/jfs: Conversion to generic boolean 2006-10-01 00:39:19 -07:00
jfs_dmap.h
jfs_dtree.c
jfs_dtree.h
jfs_extent.c [PATCH] fs/jfs: Conversion to generic boolean 2006-10-01 00:39:19 -07:00
jfs_extent.h [PATCH] fs/jfs: Conversion to generic boolean 2006-10-01 00:39:19 -07:00
jfs_filsys.h
jfs_imap.c [PATCH] fs/jfs: Conversion to generic boolean 2006-10-01 00:39:19 -07:00
jfs_imap.h [PATCH] fs/jfs: Conversion to generic boolean 2006-10-01 00:39:19 -07:00
jfs_incore.h
jfs_inode.c [PATCH] inode-diet: Eliminate i_blksize from the inode structure 2006-09-27 08:26:18 -07:00
jfs_inode.h JFS: Quota support broken, no quota_read and quota_write 2006-07-26 14:52:13 -05:00
jfs_lock.h
jfs_logmgr.c
jfs_logmgr.h
jfs_metapage.c [PATCH] inode-diet: Eliminate i_blksize from the inode structure 2006-09-27 08:26:18 -07:00
jfs_metapage.h [PATCH] fs/jfs: Conversion to generic boolean 2006-10-01 00:39:19 -07:00
jfs_mount.c
jfs_superblock.h
jfs_txnmgr.c [PATCH] fs/jfs: Conversion to generic boolean 2006-10-01 00:39:19 -07:00
jfs_txnmgr.h
jfs_types.h [PATCH] fs/jfs: Conversion to generic boolean 2006-10-01 00:39:19 -07:00
jfs_umount.c
jfs_unicode.c
jfs_unicode.h
jfs_uniupr.c
jfs_xattr.h
jfs_xtree.c [PATCH] fs/jfs: Conversion to generic boolean 2006-10-01 00:39:19 -07:00
jfs_xtree.h
Makefile
namei.c JFS: commit_mutex cleanups 2006-06-05 08:21:03 -05:00
resize.c
super.c JFS: Fix bug in quota code. tmp_bh.b_size must be initialized 2006-07-28 08:46:05 -05:00
symlink.c
xattr.c [PATCH] fs/jfs: Conversion to generic boolean 2006-10-01 00:39:19 -07:00