1. da67db4 Merge branch 'hpfs' from Mikulas Patocka by Linus Torvalds · 11 years ago
  2. 275f495 hpfs: implement prefetch to improve performance by Mikulas Patocka · 11 years ago
  3. a0c1b75 hpfs: use mpage by Mikulas Patocka · 11 years ago
  4. 3ebacb0 hpfs: better test for errors by Mikulas Patocka · 11 years ago
  5. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  6. 568f8f5 [readdir] convert hpfs by Al Viro · 11 years ago
  7. bbd465d hpfs: fix warnings when the filesystem fills up by Mikulas Patocka · 11 years ago
  8. 31abdab hpfs: deadlock and race in directory lseek() by Al Viro · 11 years ago
  9. 5f2e354 hpfs: move setting hpfs-private i_dirty to ->write_end() by Al Viro · 11 years ago
  10. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 11 years ago
  11. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  12. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  13. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  14. 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 12 years ago
  15. 70b31c4 hpfs: drop vmtruncate by Marco Stornelli · 12 years ago
  16. f6e12dc hpfs: drop lock/unlock super by Marco Stornelli · 12 years ago
  17. 32daab9 hpfs: convert to use leXX_add_cpu() by Wei Yongjun · 12 years ago
  18. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  19. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  20. 0e1a43c userns: Convert hpfs to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  21. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  22. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  23. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  24. 7bc1bac HPFS: remove PRINTK() macro by Dan Carpenter · 12 years ago
  25. 28fe3c1 hpfs: assorted endianness annotations by Al Viro · 12 years ago
  26. 77ee26e4 hpfs: annotate ea by Al Viro · 12 years ago
  27. 46287aa hpfs: annotate struct hpfs_dirent by Al Viro · 12 years ago
  28. 6ce2bbb hpfs: annotate struct anode by Al Viro · 12 years ago
  29. 2b9f1cc hpfs: annotate struct fnode by Al Viro · 12 years ago
  30. ddc19e6 hpfs: annotate btree nodes, get rid of bitfields mess by Al Viro · 12 years ago
  31. 39413c6 hpfs: annotate struct dnode by Al Viro · 12 years ago
  32. 52576da hpfs: bitmaps are little-endian by Al Viro · 12 years ago
  33. c4c9954 hpfs: get rid of bitfields in struct fnode by Al Viro · 12 years ago
  34. 4085e15 hpfs: get rid of bitfields endianness wanking in extended_attribute by Al Viro · 12 years ago
  35. de5e2b3 hpfs: endianness bugs by Al Viro · 12 years ago
  36. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  37. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  38. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  39. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  40. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  41. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  42. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  43. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  44. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  45. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  46. 06222e4 fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek by Josef Bacik · 13 years ago
  47. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  48. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  49. 45adfef hpfs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  50. 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
  51. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  52. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  53. 64252c7 vfs: remove dget() from dentry_unhash() by Sage Weil · 13 years ago
  54. 88f4e9e HPFS: Remove unused variable by Mikulas Patocka · 13 years ago
  55. c351481 HPFS: Move declaration up, so that there are no out-of-scope pointers by Mikulas Patocka · 13 years ago
  56. d0969d1 HPFS: Fix some unaligned accesses by Mikulas Patocka · 13 years ago
  57. 0b69760 HPFS: Fix endianity. Make hpfs work on big-endian machines by Mikulas Patocka · 13 years ago
  58. bc8728e HPFS: Implement fsync for hpfs by Mikulas Patocka · 13 years ago
  59. dab4c82a HPFS: Fix a bug that filesystem was not marked dirty when remounting it by Mikulas Patocka · 13 years ago
  60. 48f10e8 HPFS: Restrict uid and gid to 16-bit values by Mikulas Patocka · 13 years ago
  61. f739768 HPFS: When marking or clearing the dirty bit, sync the filesystem by Mikulas Patocka · 13 years ago
  62. d878597 HPFS: Use types with defined width by Mikulas Patocka · 13 years ago
  63. e5d6a7d HPFS: Remove mark_inode_dirty by Mikulas Patocka · 13 years ago
  64. 0fe105a HPFS: Remove CR/LF conversion option by Mikulas Patocka · 13 years ago
  65. 7d23ce3 HPFS: Remove remaining locks by Mikulas Patocka · 13 years ago
  66. 7dd29d8 HPFS: Introduce a global mutex and lock it on every callback from VFS. by Mikulas Patocka · 13 years ago
  67. 637b424 HPFS: Make HPFS compile on preempt and SMP by Mikulas Patocka · 13 years ago
  68. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  69. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  70. 9a311b9 hpfs: remove the BKL by Arnd Bergmann · 13 years ago
  71. 274052e hpfs_setattr error case avoids unlock_kernel by Dr. David Alan Gilbert · 14 years ago
  72. 43d344d switch hpfs by Al Viro · 13 years ago
  73. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  74. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  75. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  76. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  77. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  78. 82279e6 Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  79. 117bf5f hpfs: Convert sbi->hpfs_creation_de to mutex by Thomas Gleixner · 14 years ago
  80. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  81. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  82. 6de5bd1 BKL: introduce CONFIG_BKL. by Arnd Bergmann · 14 years ago
  83. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  84. ea54400 switch hpfs to ->evict_inode() by Al Viro · 14 years ago
  85. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  86. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  87. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  88. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  89. e21e709 Don't mess with generic_permission() under ->d_lock in hpfs by Al Viro · 14 years ago
  90. 7e7742e sanitize signedness/const for pointers to char in hpfs a bit by Al Viro · 14 years ago
  91. f4c54fc hpfs: use bitmap_weight() by Akinobu Mita · 15 years ago
  92. c2923c3 hpfs: use hweight32 by Akinobu Mita · 15 years ago
  93. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  94. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  95. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  96. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  97. 2a32ceb Fix races around the access to ->s_options by Al Viro · 15 years ago
  98. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  99. 604d295 fs/hpfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  100. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago