aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bad_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-06fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai1-1/+1
2015-02-20don't bother with most of the bad_file_ops methodsAl Viro1-147/+0
2014-08-07bad_inode: add ->rename2()Miklos Szeredi1-3/+4
2013-06-29[readdir] ->readdir() is goneAl Viro1-2/+2
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-05-29mm/fs: remove truncate_rangeHugh Dickins1-1/+0
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+2
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-06-20bad_inode_permission() is safe from RCU modeAl Viro1-3/+0
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+4
2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann1-7/+0
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+1
2008-12-31kill ->dir_notify()Al Viro1-6/+0
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-2/+1
2008-02-07iget: introduce a function to register iget failureDavid Howells1-0/+14
2007-07-10sendfile: remove bad_sendfile() from bad_file_opsJens Axboe1-7/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2007-01-05[PATCH] fix memory corruption from misinterpreted bad_inode_ops return valuesEric Sandeen1-41/+289
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-2/+0
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2005-05-05[PATCH] make some things staticAdrian Bunk1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+123