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