summaryrefslogtreecommitdiff
path: root/fs/jfs/file.c
AgeCommit message (Expand)Author
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig
2011-06-20JFS: Don't save agno in the inodeDave Kleikamp
2010-08-09remove inode_setattrChristoph Hellwig
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds
2008-02-07BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen
2008-02-07BKL-removal: Use unlocked_ioctl for jfsAndi Kleen
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven
2006-10-30jfs: Add splice supportDaniel Drake
2006-10-02JFS: White space cleanupDave Kleikamp
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-02-09JFS: ext2 inode attributes for jfsHerbert Poetzl
2005-05-04JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp
2004-07-07JFS: Protect active_ag with a spinlockDave Kleikamp
2003-10-01JFS: Make sure journal records get flushed to diskDave Kleikamp
2003-01-07JFS: define aio_read and aio_write file_operations.Dave Kleikamp
2002-12-03jfs_truncate needs to call block_truncate_page.Dave Kleikamp
2002-10-31JFS: add posix aclsDave Kleikamp
2002-09-18JFS: Slightly relax allocation group reservationDave Kleikamp
2002-09-18JFS: Avoid parallel allocations within the same allocation groupDave Kleikamp
2002-09-13[PATCH] readv/writev speedupAndrew Morton
2002-09-02JFS: remove superflous externs for generic_file_ functionsChristoph Hellwig
2002-09-02JFS: use jfs_file_inode_operations for special files aswellChristoph Hellwig
2002-08-29JFS extended attributesDave Kleikamp
2002-08-04Rework JFS's inode lockingDave Kleikamp
2002-07-27VFS: implement sendfile file operationChristoph Hellwig
2002-07-23JFS: Replace depreciated initializer syntax with C99 style.Dave Kleikamp
2002-06-18JFS: fix fsyncDave Kleikamp
2002-06-07JFS: Add hch's copyright.Dave Kleikamp
2002-05-19[PATCH] get rid of <linux/locks.h>Christoph Hellwig
2002-04-29[PATCH] remove i_dirty_data_buffersAndrew Morton
2002-04-03Make JFS licence boilerplate uniform, update copyright datesDave Kleikamp
2002-02-21Add JFS file systemDave Kleikamp