aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19quota: port to mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-5/+5
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-1/+1
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 1-1/+1
2022-06-26attr: port attribute changes to new typesGravatar Christian Brauner 1-2/+2
2022-06-26quota: port quota helpers mount idsGravatar Christian Brauner 1-2/+2
2021-04-12jfs: convert to fileattrGravatar Miklos Szeredi 1-3/+3
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+2
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-3/+0
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-05-12jfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-3/+3
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-3/+3
2015-07-23jfs: Handle error from dquot_initialize()Gravatar Dave Kleikamp 1-2/+5
2015-06-01jfs: removed a prohibited space after opening parenthesisGravatar Nan Jia 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-02-05vfs: add support for a lazytime mount optionGravatar Theodore Ts'o 1-1/+1
2014-06-12->splice_write() via ->write_iter()Gravatar Al Viro 1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2014-01-25jfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-1/+3
2012-12-20jfs: drop vmtruncateGravatar Marco Stornelli 1-2/+4
2012-09-21userns: Convert jfs to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-2/+2
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+8
2011-07-20fs: move inode_dio_wait calls into ->setattrGravatar Christoph Hellwig 1-0/+2
2011-06-20JFS: Don't save agno in the inodeGravatar Dave Kleikamp 1-3/+3
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-3/+11
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-2/+2
2010-05-21quota: unify quota init condition in setattrGravatar Dmitry Monakhov 1-1/+1
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-1/+1
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-1/+3
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 1-2/+3
2010-03-05dquot: move dquot transfer responsibility into the filesystemGravatar Christoph Hellwig 1-1/+25
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Gravatar Linus Torvalds 1-1/+1
2008-02-07BKL-removal: Implement a compat_ioctl handler for JFSGravatar Andi Kleen 1-0/+3
2008-02-07BKL-removal: Use unlocked_ioctl for jfsGravatar Andi Kleen 1-1/+1
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 1-1/+1
2006-10-30jfs: Add splice supportGravatar Daniel Drake 1-0/+2
2006-10-02JFS: White space cleanupGravatar Dave Kleikamp 1-4/+4
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsGravatar Badari Pulavarty 1-2/+2
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadGravatar Badari Pulavarty 1-2/+0
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1