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