- 16a9496 fs: convert core infrastructure to new timestamp accessors by Jeff Layton · 1 year, 5 months ago
- 913e992 fs: drop the timespec64 argument from update_time by Jeff Layton · 1 year, 7 months ago
- 2276e5b fs: convert to ctime accessor functions by Jeff Layton · 1 year, 8 months ago
- 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 13e83a4 fs: port ->set_acl() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 011e2b7 fs: port ->tmpfile() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 5ebb29b fs: port ->mknod() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 7a77db9 fs: port ->symlink() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- b74d24f fs: port ->getattr() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- cac2f8b fs: rename current get acl method by Christian Brauner · 2 years, 6 months ago
- 138060b fs: pass dentry to set acl method by Christian Brauner · 2 years, 6 months ago
- 863f144 vfs: open inside ->tmpfile() by Miklos Szeredi · 2 years, 6 months ago
- 0cad624 vfs: add rcu argument to ->get_acl() callback by Miklos Szeredi · 3 years, 7 months ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 2 months ago
- 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 10 months ago
- 44907d7 get rid of 'opened' argument of ->atomic_open() - part 3 by Al Viro · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- 3f9ca75 bad_inode: add missing i_op initializers by Miklos Szeredi · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- 5f6e59a vfs: Use IOP_XATTR flag for bad-inode handling by Andreas Gruenbacher · 8 years ago
- c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 9 years ago
- ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
- 0e3ef1f fs/bad_inode.c: is_bad_inode can be boolean by Yaowei Bai · 9 years ago
- db671a8 don't bother with most of the bad_file_ops methods by Al Viro · 10 years ago
- a0dbc56 bad_inode: add ->rename2() by Miklos Szeredi · 11 years ago
- 2233f31 [readdir] ->readdir() is gone by Al Viro · 12 years ago
- 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
- ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
- 17cf28a mm/fs: remove truncate_range by Hugh Dickins · 13 years ago
- 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
- 1a67aaf switch ->mknod() to umode_t by Al Viro · 14 years ago
- 4acdaf2 switch ->create() to umode_t by Al Viro · 14 years ago
- 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 14 years ago
- 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 14 years ago
- 10556cb2 ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 14 years ago
- 1712c20 bad_inode_permission() is safe from RCU mode by Al Viro · 14 years ago
- b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
- b19dd42 bkl: Remove locked .ioctl file operation by Arnd Bergmann · 15 years ago
- 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 15 years ago
- 6badd79 kill ->dir_notify() by Al Viro · 16 years ago
- e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 17 years ago
- b46980f iget: introduce a function to register iget failure by David Howells · 17 years ago
- d6f5175 sendfile: remove bad_sendfile() from bad_file_ops by Jens Axboe · 18 years ago
- e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
- 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 18 years ago
- be6aab0 [PATCH] fix memory corruption from misinterpreted bad_inode_ops return values by Eric Sandeen · 18 years ago
- ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
- 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 19 years ago
- 75c96f8 [PATCH] make some things static by Adrian Bunk · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2