1. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  2. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  3. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  4. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  5. 274a488 ncpfs: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  6. 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  7. 5e993e2 ncpfs: get rid of d_validate() nonsense by Al Viro · 10 years ago
  8. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  9. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 9 years ago
  10. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  11. a682e9c ncpfs: return proper error from NCP_IOC_SETROOT ioctl by Jan Kara · 10 years ago
  12. a67f797 ncpfs: use file_inode() by Al Viro · 10 years ago
  13. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  14. a740022 new helper: is_root_inode() by Al Viro · 10 years ago
  15. 8a27334 fs/ncpfs/dir.c: remove redundant sys_tz declaration by Fabian Frederick · 10 years ago
  16. 821cc30 ncpfs: use list_for_each_entry() for d_subdirs walk by Al Viro · 10 years ago
  17. 8091b89 fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoul by Fabian Frederick · 10 years ago
  18. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  19. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  20. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  21. ffddc5f fs/ncpfs/dir.c: fix indenting in ncp_lookup() by Dan Carpenter · 10 years ago
  22. 15a03ac ncpfs/inode.c: fix mismatch printk formats and arguments by Joe Perches · 10 years ago
  23. 485b47f ncpfs: remove now unused PRINTK macro by Joe Perches · 10 years ago
  24. e45ca8b ncpfs: convert PPRINTK to ncp_vdbg by Joe Perches · 10 years ago
  25. d3b73ca ncpfs: convert DPRINTK/DDPRINTK to ncp_dbg by Joe Perches · 10 years ago
  26. b41f8b8 ncpfs: Add pr_fmt and convert printks to pr_<level> by Joe Perches · 10 years ago
  27. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  28. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  29. 44ba8406 ncpfs: switch to sockfd_lookup()/sockfd_put() by Al Viro · 10 years ago
  30. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  31. 1dcddd4 ncpfs: rcu-delay unload_nls() and freeing ncp_server by Al Viro · 11 years ago
  32. 84eb353 ncpfs: switch to %p[dD] by Al Viro · 11 years ago
  33. 4fbeb19 ncpfs: fix error return code in ncp_parse_options() by Wei Yongjun · 11 years ago
  34. ef9f515 ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  35. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  36. 0b3fca1 kill find_inode_number() by Al Viro · 11 years ago
  37. 338b2f5 ncpfs: don't bother with EBUSY on removal of busy directories by Al Viro · 11 years ago
  38. 76f582a [readdir] convert ncpfs by Al Viro · 11 years ago
  39. 698b822 ncpfs: fix rmdir returns Device or resource busy by Dave Chiluk · 11 years ago
  40. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  41. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  42. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 11 years ago
  43. 4f522a2 d_hash_and_lookup(): export, switch open-coded instances by Al Viro · 11 years ago
  44. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  45. 1ac7fd8 ncpfs: Support interacting with multiple user namespaces by Eric W. Biederman · 12 years ago
  46. 3e7a806 ncpfs: drop vmtruncate by Marco Stornelli · 12 years ago
  47. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 12 years ago
  48. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  49. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  50. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  51. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  52. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  53. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  54. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  55. 1676765 get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data structure by Al Viro · 12 years ago
  56. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  57. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  58. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  59. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  60. 5eee25c ncpfs: propagate umode_t by Al Viro · 13 years ago
  61. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  62. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  63. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  64. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  65. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  66. 759c361 fs/ncpfs: fix error paths and goto statements in ncp_fill_super() by Djalal Harouni · 13 years ago
  67. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  68. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  69. 76cc071a ncpfs: fix rename over directory with dangling references by Sage Weil · 13 years ago
  70. 7ce605d ncpfs: document dentry_unhash usage by Sage Weil · 13 years ago
  71. 456f998 memcg: add the pagefault count into memcg stats by Ying Han · 13 years ago
  72. 32e51f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  73. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  74. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  75. 2a5cac1 fs/ncpfs/inode.c: suppress used-uninitialised warning by Andrew Morton · 13 years ago
  76. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  77. 0ccd234 fs: change to new flag variable by matt mooney · 13 years ago
  78. 32c419d move internal-only parts of ncpfs headers to fs/ncpfs by Al Viro · 13 years ago
  79. 0378c40 switch ncpfs by Al Viro · 13 years ago
  80. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  81. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  82. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  83. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  84. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 13 years ago
  85. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  86. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 13 years ago
  87. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  88. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  89. fb2d5b8 fs: name case update method by Nick Piggin · 13 years ago
  90. fe15ce4 fs: change d_delete semantics by Nick Piggin · 13 years ago
  91. 5d8e4bd ncpfs: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  92. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  93. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  94. 2a4df5d ncpfs: Lock socket in ncpfs while setting its callbacks by Petr Vandrovec · 14 years ago
  95. 2e54eb9 BKL: Remove BKL from ncpfs by Petr Vandrovec · 14 years ago
  96. 7233e39 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  97. 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
  98. 94ee849 switch ncpfs to ->evict_inode() by Al Viro · 14 years ago
  99. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  100. d9a145f Merge commit 'linus/master' into bkl/core by Frederic Weisbecker · 14 years ago