aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bad_inode.c
AgeCommit message (Expand)Author
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2015-12-06fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai
2015-02-20don't bother with most of the bad_file_ops methodsAl Viro
2014-08-07bad_inode: add ->rename2()Miklos Szeredi
2013-06-29[readdir] ->readdir() is goneAl Viro
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-05-29mm/fs: remove truncate_rangeHugh Dickins
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-06-20bad_inode_permission() is safe from RCU modeAl Viro
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2008-12-31kill ->dir_notify()Al Viro
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro
2008-02-07iget: introduce a function to register iget failureDavid Howells
2007-07-10sendfile: remove bad_sendfile() from bad_file_opsJens Axboe
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven
2007-01-05[PATCH] fix memory corruption from misinterpreted bad_inode_ops return valuesEric Sandeen
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2005-05-05[PATCH] make some things staticAdrian Bunk
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds