summaryrefslogtreecommitdiffstats
path: root/fs/jfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* quota: port to mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-5/+5
* fs: rename current get acl methodChristian Brauner2022-10-201-1/+1
* fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
* attr: port attribute changes to new typesChristian Brauner2022-06-261-2/+2
* quota: port quota helpers mount idsChristian Brauner2022-06-261-2/+2
* jfs: convert to fileattrMiklos Szeredi2021-04-121-3/+3
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* acl: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
* Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-3/+0
|\
| * vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* 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