1. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  3. 91fff9b hpfs: support FIEMAP by Mikulas Patocka · 8 years ago
  4. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  5. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  6. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  7. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  8. d3fe198 cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() by Al Viro · 8 years ago
  9. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  10. 037369b hpfs: implement the show_options method by Mikulas Patocka · 8 years ago
  11. 44d5170 hpfs: fix remount failure when there are no options changed by Mikulas Patocka · 8 years ago
  12. 7d674b3 hpfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  13. e82c314 hpfs: handle allocation failures in hpfs_add_pos() by Al Viro · 8 years ago
  14. b6853f7 hpfs: don't truncate the file when delete fails by Mikulas Patocka · 8 years ago
  15. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  16. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  17. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  18. 4e728cf hpfs: missing endianness annotation by Al Viro · 8 years ago
  19. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 8 years ago
  20. fdca5e6 fs/hpfs/namei.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 8 years ago
  21. f49a26e hpfs: update ctime and mtime on directory modification by Mikulas Patocka · 9 years ago
  22. a64eefa hpfs: support hotfixes by Mikulas Patocka · 9 years ago
  23. a28e4b2 hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead by Joe Perches · 9 years ago
  24. ce65761 hpfs: kstrdup() out of memory handling by Sanidhya Kashyap · 9 years ago
  25. d7b0409 hpfs: Remove unessary cast by Firo Yang · 9 years ago
  26. a27b5b9 hpfs: add fstrim support by Mikulas Patocka · 9 years ago
  27. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 9 years ago
  28. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  29. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  30. f58d6c7 fs/hpfs/dnode.c: fix suspect code indent by Fabian Frederick · 10 years ago
  31. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  32. a19189e fs/hpfs: increase pr_warn level by Fabian Frederick · 10 years ago
  33. 1749a10 fs/hpfs: use __func__ for logging by Fabian Frederick · 10 years ago
  34. 14da17f fs/hpfs: use pr_fmt for logging by Fabian Frederick · 10 years ago
  35. b7cb1ce fs/hpfs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  36. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  37. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  38. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  39. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  40. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  41. 1c0b8a7a hpfs: optimize quad buffer loading by Mikulas Patocka · 10 years ago
  42. 2cbe5c7 hpfs: remember free space by Mikulas Patocka · 10 years ago
  43. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  44. 30687e0 hpfs: make freeing sbi and codetables rcu-delayed by Al Viro · 11 years ago
  45. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  46. da67db4 Merge branch 'hpfs' from Mikulas Patocka by Linus Torvalds · 11 years ago
  47. 275f495 hpfs: implement prefetch to improve performance by Mikulas Patocka · 11 years ago
  48. a0c1b75 hpfs: use mpage by Mikulas Patocka · 11 years ago
  49. 3ebacb0 hpfs: better test for errors by Mikulas Patocka · 11 years ago
  50. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  51. 568f8f5 [readdir] convert hpfs by Al Viro · 11 years ago
  52. bbd465d hpfs: fix warnings when the filesystem fills up by Mikulas Patocka · 11 years ago
  53. 31abdab hpfs: deadlock and race in directory lseek() by Al Viro · 11 years ago
  54. 5f2e354 hpfs: move setting hpfs-private i_dirty to ->write_end() by Al Viro · 11 years ago
  55. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 11 years ago
  56. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  57. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  58. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  59. 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 11 years ago
  60. 70b31c4 hpfs: drop vmtruncate by Marco Stornelli · 11 years ago
  61. f6e12dc hpfs: drop lock/unlock super by Marco Stornelli · 12 years ago
  62. 32daab9 hpfs: convert to use leXX_add_cpu() by Wei Yongjun · 12 years ago
  63. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  64. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  65. 0e1a43c userns: Convert hpfs to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  66. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  67. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  68. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  69. 7bc1bac HPFS: remove PRINTK() macro by Dan Carpenter · 12 years ago
  70. 28fe3c1 hpfs: assorted endianness annotations by Al Viro · 12 years ago
  71. 77ee26e4 hpfs: annotate ea by Al Viro · 12 years ago
  72. 46287aa hpfs: annotate struct hpfs_dirent by Al Viro · 12 years ago
  73. 6ce2bbb hpfs: annotate struct anode by Al Viro · 12 years ago
  74. 2b9f1cc hpfs: annotate struct fnode by Al Viro · 12 years ago
  75. ddc19e6 hpfs: annotate btree nodes, get rid of bitfields mess by Al Viro · 12 years ago
  76. 39413c6 hpfs: annotate struct dnode by Al Viro · 12 years ago
  77. 52576da hpfs: bitmaps are little-endian by Al Viro · 12 years ago
  78. c4c9954 hpfs: get rid of bitfields in struct fnode by Al Viro · 12 years ago
  79. 4085e15 hpfs: get rid of bitfields endianness wanking in extended_attribute by Al Viro · 12 years ago
  80. de5e2b3 hpfs: endianness bugs by Al Viro · 12 years ago
  81. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  82. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  83. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  84. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  85. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  86. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  87. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  88. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  89. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  90. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  91. 06222e4 fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek by Josef Bacik · 13 years ago
  92. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  93. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  94. 45adfef hpfs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  95. 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
  96. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  97. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  98. 64252c7 vfs: remove dget() from dentry_unhash() by Sage Weil · 13 years ago
  99. 88f4e9e HPFS: Remove unused variable by Mikulas Patocka · 13 years ago
  100. c351481 HPFS: Move declaration up, so that there are no out-of-scope pointers by Mikulas Patocka · 13 years ago