1. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  2. 067c054 dlmfs: clean up dlmfs_file_{read,write}() a bit by Al Viro · 4 years, 7 months ago
  3. 062ea67 Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 8 months ago
  4. 37d59a5 dlmfs_file_write(): get rid of pointless access_ok() by Al Viro · 4 years, 9 months ago
  5. 0702e4f dlmfs: convert dlmfs_file_read() to copy_to_user() by Al Viro · 5 years ago
  6. 3815f1b dlmfs_file_write(): fix the bogosity in handling non-zero *ppos by Al Viro · 4 years, 9 months ago
  7. ca322fb ocfs2: make local header paths relative to C files by Masahiro Yamada · 5 years ago
  8. 328970d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 by Thomas Gleixner · 6 years ago
  9. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  10. 9cc342f treewide: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
  11. 9fbc000 dlmfs: switch to ->free_inode() by Al Viro · 6 years ago
  12. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  13. 9e6aea2 ocfs2: improve ocfs2 Makefile by Larry Chen · 6 years ago
  14. cb6a8fd ocfs2: dlmfs: remove set but not used variable 'status' by zhong jiang · 6 years ago
  15. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  16. 076ccb7 fs: annotate ->poll() instances by Al Viro · 8 years ago
  17. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  18. 23e0813 ocfs2: no need flush workqueue before destroying it by piaojun · 7 years ago
  19. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  20. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  21. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  22. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  23. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  24. 0b41be0 fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
  25. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  26. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  27. 612645f qstr: constify instances in ocfs2 by Al Viro · 8 years ago
  28. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  29. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  30. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  31. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  32. a7a2c68 fs: deduplicate noop_backing_dev_info by Christoph Hellwig · 10 years ago
  33. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  34. ff8fb33 ocfs2: remove versioning information by Goldwyn Rodrigues · 11 years ago
  35. a72e27d3 ocfs2: remove unused variable ip in dlmfs_get_root_inode() by Joseph Qi · 11 years ago
  36. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  37. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  38. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  39. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
  40. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
  41. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  42. 67697cb ocfs2: propagate umode_t by Al Viro · 13 years ago
  43. 2b15ad0 dlmfs: use inode_init_owner() by Al Viro · 13 years ago
  44. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  45. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  46. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  47. 98ba073 ocfs2: change incorrect 'extern' keyword to 'static' in dlmfs by Robin Dong · 14 years ago
  48. 0ccd234 fs: change to new flag variable by matt mooney · 14 years ago
  49. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  50. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  51. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  52. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  53. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  54. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 15 years ago
  55. 1025774 remove inode_setattr by Christoph Hellwig · 15 years ago
  56. 33fa1d9 fs/ocfs2: Remove unnecessary casts of private_data by Joe Perches · 15 years ago
  57. a36d515 ocfs2_dlmfs: Fix math error when reading LVB. by Joel Becker · 15 years ago
  58. efd647f ocfs2_dlmfs: User DLM_* when decoding file open flags. by Tao Ma · 15 years ago
  59. 6fcef3f ocfs2/userdlm: Add tracing in userdlm by Sunil Mushran · 15 years ago
  60. cbe0e33 ocfs2_dlmfs: Enable the use of user cluster stacks. by Joel Becker · 15 years ago
  61. 0016eed ocfs2_dlmfs: Use the stackglue. by Joel Becker · 15 years ago
  62. e8fce48 ocfs2_dlmfs: Don't honor truncate. The size of a dlmfs file is LVB_LEN by Joel Becker · 15 years ago
  63. 34a9dd7 ocfs2_dlmfs: Move to its own directory by Joel Becker · 15 years ago