aboutsummaryrefslogtreecommitdiff
path: root/fs/bad_inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-18vfs: add rcu argument to ->get_acl() callbackGravatar Miklos Szeredi 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-14/+22
2020-06-03fs: move the fiemap definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Gravatar Al Viro 1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-2/+2
2016-12-09bad_inode: add missing i_op initializersGravatar Miklos Szeredi 1-4/+51
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+1
2016-10-07vfs: Use IOP_XATTR flag for bad-inode handlingGravatar Andreas Gruenbacher 1-20/+1
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 1-2/+2
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-2/+2
2015-12-06fs/bad_inode.c: is_bad_inode can be booleanGravatar Yaowei Bai 1-1/+1
2015-02-20don't bother with most of the bad_file_ops methodsGravatar Al Viro 1-147/+0
2014-08-07bad_inode: add ->rename2()Gravatar Miklos Szeredi 1-3/+4
2013-06-29[readdir] ->readdir() is goneGravatar Al Viro 1-2/+2
2012-12-17lseek: the "whence" argument is called "whence"Gravatar Andrew Morton 1-1/+1
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-05-29mm/fs: remove truncate_rangeGravatar Hugh Dickins 1-1/+0
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+2
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-1/+1
2011-06-20bad_inode_permission() is safe from RCU modeGravatar Al Viro 1-3/+0
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-1/+4
2010-08-14bkl: Remove locked .ioctl file operationGravatar Arnd Bergmann 1-7/+0
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-2/+1
2008-12-31kill ->dir_notify()Gravatar Al Viro 1-6/+0
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-2/+1
2008-02-07iget: introduce a function to register iget failureGravatar David Howells 1-0/+14
2007-07-10sendfile: remove bad_sendfile() from bad_file_opsGravatar Jens Axboe 1-7/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 1-1/+1
2007-01-05[PATCH] fix memory corruption from misinterpreted bad_inode_ops return valuesGravatar Eric Sandeen 1-41/+289
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
2005-05-05[PATCH] make some things staticGravatar Adrian Bunk 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+123