summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-09bad_inode: add missing i_op initializersMiklos Szeredi1-4/+51
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-10-08vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher2-21/+8
2016-09-28fs: Replace current_fs_time() with current_time()Deepa Dinamani34-70/+70
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-05-28switch ->setxattr() to passing dentry and inode separatelyAl Viro20-44/+59
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro34-85/+94
2015-12-07fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai2-2/+2
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 Viro7-16/+13
2012-12-18lseek: the "whence" argument is called "whence"Andrew Morton26-116/+116
2012-07-14don't pass nameidata to ->create()Al Viro51-64/+62
2012-07-14stop passing nameidata to ->lookup()Al Viro79-114/+115
2012-05-29mm/fs: remove truncate_rangeHugh Dickins7-39/+8
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker32-32/+30
2012-01-04switch ->mknod() to umode_tAl Viro42-51/+51
2012-01-04switch ->create() to umode_tAl Viro54-72/+72
2012-01-04switch vfs_mkdir() and ->mkdir() to umode_tAl Viro56-70/+70
2011-07-21fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik71-164/+462
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro31-55/+55
2011-06-20bad_inode_permission() is safe from RCU modeAl Viro1-3/+0
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin60-146/+287
2010-08-13bkl: Remove locked .ioctl file operationArnd Bergmann7-51/+13
2010-05-28drop unused dentry argument to ->fsyncChristoph Hellwig69-157/+129
2008-12-31kill ->dir_notify()Al Viro9-142/+1
2008-07-27[PATCH] sanitize ->permission() prototypeAl Viro38-87/+74
2008-02-07iget: introduce a function to register iget failureDavid Howells3-5/+28
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 Dunlap436-436/+0
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven57-100/+100
2007-01-06[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 Pulavarty21-388/+154
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven139-225/+225
2005-05-05[PATCH] make some things staticAdrian Bunk38-86/+93
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845