summaryrefslogtreecommitdiffstats
path: root/fs/bad_inode.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-2/+2
* bad_inode: add missing i_op initializersMiklos Szeredi2016-12-091-4/+51
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-2/+2
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+1
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
| |/
* | vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher2016-10-071-20/+1
|/
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-2/+2
* ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-2/+2
* fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai2015-12-061-1/+1
* don't bother with most of the bad_file_ops methodsAl Viro2015-02-201-147/+0
* bad_inode: add ->rename2()Miklos Szeredi2014-08-071-3/+4
* [readdir] ->readdir() is goneAl Viro2013-06-291-2/+2
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-1/+1
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* mm/fs: remove truncate_rangeHugh Dickins2012-05-291-1/+0
* fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+1
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+2
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-1/+1
* bad_inode_permission() is safe from RCU modeAl Viro2011-06-201-3/+0
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-1/+4
* bkl: Remove locked .ioctl file operationArnd Bergmann2010-08-141-7/+0
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-2/+1
* kill ->dir_notify()Al Viro2008-12-311-6/+0
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-261-2/+1
* iget: introduce a function to register iget failureDavid Howells2008-02-071-0/+14
* sendfile: remove bad_sendfile() from bad_file_opsJens Axboe2007-07-101-7/+0
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] fix memory corruption from misinterpreted bad_inode_ops return valuesEric Sandeen2007-01-051-41/+289
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-2/+0
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] make some things staticAdrian Bunk2005-05-051-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+123
OpenPOWER on IntegriCloud