summaryrefslogtreecommitdiff
path: root/fs/bad_inode.c
AgeCommit message (Expand)Author
2023-10-18fs: convert core infrastructure to new timestamp accessorsJeff Layton
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-07-13fs: convert to ctime accessor functionsJeff Layton
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2016-12-09bad_inode: add missing i_op initializersMiklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-07vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
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