summaryrefslogtreecommitdiffstats
path: root/fs/jfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* jfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-121-3/+3
* wrappers for ->i_mutex accessAl Viro2016-01-221-3/+3
* jfs: Handle error from dquot_initialize()Dave Kleikamp2015-07-231-2/+5
* jfs: removed a prohibited space after opening parenthesisNan Jia2015-06-011-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-051-1/+1
* ->splice_write() via ->write_iter()Al Viro2014-06-121-1/+1
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* jfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-1/+3
* jfs: drop vmtruncateMarco Stornelli2012-12-201-2/+4
* userns: Convert jfs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-2/+2
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+8
* fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-201-0/+2
* JFS: Don't save agno in the inodeDave Kleikamp2011-06-201-3/+3
* remove inode_setattrChristoph Hellwig2010-08-091-3/+11
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-2/+2
* quota: unify quota init condition in setattrDmitry Monakhov2010-05-211-1/+1
* dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-1/+1
* dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-1/+3
* dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-051-2/+3
* dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-051-1/+25
* jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds2009-09-081-1/+1
* BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen2008-02-071-0/+3
* BKL-removal: Use unlocked_ioctl for jfsAndi Kleen2008-02-071-1/+1
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+0
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* jfs: Add splice supportDaniel Drake2006-10-301-0/+2
* JFS: White space cleanupDave Kleikamp2006-10-021-4/+4
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-2/+2
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-2/+0
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* JFS: ext2 inode attributes for jfsHerbert Poetzl2006-02-091-0/+1
* JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp2005-05-041-6/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+119