summaryrefslogtreecommitdiff
path: root/fs/jfs/file.c
AgeCommit message (Expand)Author
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-01-19quota: port to mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-06-26attr: port attribute changes to new typesChristian Brauner
2022-06-26quota: port quota helpers mount idsChristian Brauner
2021-04-12jfs: convert to fileattrMiklos Szeredi
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-05-12jfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-07-23jfs: Handle error from dquot_initialize()Dave Kleikamp
2015-06-01jfs: removed a prohibited space after opening parenthesisNan Jia
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o
2014-06-12->splice_write() via ->write_iter()Al Viro
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-01-25jfs: use generic posix ACL infrastructureChristoph Hellwig
2012-12-20jfs: drop vmtruncateMarco Stornelli
2012-09-21userns: Convert jfs to use kuid/kgid where appropriateEric W. Biederman
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