summaryrefslogtreecommitdiff
path: root/fs/jfs/file.c
Commit message (Expand)AuthorAge
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-01
* Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\
| * vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
|/
* jfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-12
* wrappers for ->i_mutex accessAl Viro2016-01-22
* jfs: Handle error from dquot_initialize()Dave Kleikamp2015-07-23
* jfs: removed a prohibited space after opening parenthesisNan Jia2015-06-01
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* make new_sync_{read,write}() staticAl Viro2015-04-11
* vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-05
* ->splice_write() via ->write_iter()Al Viro2014-06-12
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-06
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
* jfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-25
* jfs: drop vmtruncateMarco Stornelli2012-12-20
* userns: Convert jfs to use kuid/kgid where appropriateEric W. Biederman2012-09-21
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-25
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
* fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-20
* JFS: Don't save agno in the inodeDave Kleikamp2011-06-20
* remove inode_setattrChristoph Hellwig2010-08-09
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
* quota: unify quota init condition in setattrDmitry Monakhov2010-05-21
* dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-05
* dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-05
* dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-05
* dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-05
* jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds2009-09-08
* BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen2008-02-07
* BKL-removal: Use unlocked_ioctl for jfsAndi Kleen2008-02-07
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-10
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-12
* jfs: Add splice supportDaniel Drake2006-10-30
* JFS: White space cleanupDave Kleikamp2006-10-02
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-01
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-01
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-28
* JFS: ext2 inode attributes for jfsHerbert Poetzl2006-02-09
* JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp2005-05-04
* Linux-2.6.12-rc2Linus Torvalds2005-04-16