1. ffba102 ext2: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 14 years ago
  2. 749c72ef ext2: constify xattr_handler by Stephen Hemminger · 14 years ago
  3. 1275562 quota: unify quota init condition in setattr by Dmitry Monakhov · 14 years ago
  4. e0a5cba BKL: Remove BKL from ext2 filesystem by Jan Blunck · 14 years ago
  5. c15271f ext2: Add ext2_sb_info s_lock spinlock by Jan Blunck · 14 years ago
  6. 4c96a68 ext2: Move ext2_write_super() out of ext2_setup_super() by Jan Blunck · 14 years ago
  7. ee6921e ext2: Fold ext2_commit_super() into ext2_sync_super() by Jan Blunck · 14 years ago
  8. 20da9ba ext2: Remove duplicate code from ext2_sync_fs() by Jan Blunck · 14 years ago
  9. 269c8db ext2: Set the write time in ext2_sync_fs() by Jan Blunck · 14 years ago
  10. 2b8120e ext2: Use ext2_clear_super_error() in ext2_sync_fs() by Jan Blunck · 14 years ago
  11. 524e4a1 ext2: remove useless call to brelse() in ext2_free_inode() by Francis Moreau · 14 years ago
  12. 4689153 ext2: Avoid loading bitmaps for full groups during block allocation by Jan Kara · 14 years ago
  13. fc7683a ext2: symlink must be handled via filesystem specific operation by Dmitry Monakhov · 14 years ago
  14. 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
  15. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  16. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  17. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  18. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  19. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  20. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  21. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 14 years ago
  22. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  23. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  24. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  25. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  26. 48bde86 ext2: report metadata errors during fsync by Jan Kara · 15 years ago
  27. 7bf0dc9 ext2: avoid WARN() messages when failing to write to the superblock by Theodore Ts'o · 15 years ago
  28. 92e1288 ext2: fix comment in ext2_find_entry about return values by Jérémy Cochoy · 15 years ago
  29. 2074abf ext2: clear uptodate flag on super block I/O error by Stephen Hemminger · 15 years ago
  30. 2314b07 ext2: Unify log messages in ext2 by Alexey Fisher · 15 years ago
  31. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  32. a4255e4 ext2: fix format string compile warning (ino_t) by Heiko Carstens · 15 years ago
  33. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  34. aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
  35. a2a735a ext2: Update comment about generic_osync_inode by Jan Kara · 15 years ago
  36. 1d5ccd1 ext[234]: move over to 'check_acl' permission model by Linus Torvalds · 15 years ago
  37. 9de6886 ext2: fix unbalanced kmap()/kunmap() by Nicolas Pitre · 15 years ago
  38. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  39. 4d6c13f ext2: return -EIO not -ESTALE on directory traversal through deleted inode by Bryan Donlan · 15 years ago
  40. 073aaa1 helpers for acl caching + switch to those by Al Viro · 15 years ago
  41. 5e78b43 switch ext2 to inode->i_acl by Al Viro · 15 years ago
  42. 39fe755 ext2: Do not update mtime of a moved directory by Jan Kara · 15 years ago
  43. 88164ff trivial: ext2: fix a typo in comment in ext2.h by Ali Gholami Rudi · 15 years ago
  44. 40f31dd ext2: add ->sync_fs by Christoph Hellwig · 15 years ago
  45. e1740a4 switch ext2 to simple_fsync() by Al Viro · 15 years ago
  46. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  47. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  48. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  49. 0f7ee7c ext2: Fix memory leak in ext2_fill_super() in case of a failed mount by Manish Katiyar · 15 years ago
  50. a069e9c ext2: missing unlock in ext2_quota_write() by Dan Carpenter · 15 years ago
  51. 316cb4ef3 ext2: fix data corruption for racing writes by Jan Kara · 15 years ago
  52. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  53. c16831b ext2: Zero our b_size in ext2_quota_read() by Manish Katiyar · 15 years ago
  54. 6f90bee ext2: Use lowercase names of quota functions by Jan Kara · 15 years ago
  55. 0e4a9b5 ext2/xip: refuse to change xip flag during remount with busy inodes by Carsten Otte · 15 years ago
  56. 6b7021ef ext2: also update the inode on disk when dir is IS_DIRSYNC by Jan Kara · 15 years ago
  57. ef8b646 ext2: tighten restrictions on inode flags by Duane Griffin · 16 years ago
  58. 0e090f1 ext2: don't inherit inappropriate inode flags from parent by Duane Griffin · 16 years ago
  59. 18a82eb ext2: allocate ->s_blockgroup_lock separately by Pekka J Enberg · 16 years ago
  60. 22d613d ext2: fix ext2_splice_branch() comments by Qinghuang Feng · 16 years ago
  61. 41080b5 nfsd race fixes: ext2 by Al Viro · 16 years ago
  62. 8d6d0c4 ext2: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  63. a8dd4d6 CRED: Wrap task credential accesses in the Ext2 filesystem by David Howells · 16 years ago
  64. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  65. a988544 [PATCH] get rid of on-stack dentry in ext2_get_parent() by Al Viro · 16 years ago
  66. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  67. 08f8585 [PATCH] move block_device_operations to blkdev.h by Al Viro · 17 years ago
  68. 6da0b38 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out by Alexey Dobriyan · 16 years ago
  69. bd39597 ext2: avoid printk floods in the face of directory corruption by Eric Sandeen · 16 years ago
  70. d707d31 ext2: fix ext2 block reservation early ENOSPC issue by Mingming Cao · 16 years ago
  71. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  72. 68c9d70 generic block based fiemap implementation by Josef Bacik · 16 years ago
  73. 8ab22b9 vfs: pagecache usage optimization for pagesize!=blocksize by Hisashi Hifumi · 16 years ago
  74. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  75. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  76. 74abb98 quota: move function-macros from quota.h to quotaops.h by Jan Kara · 16 years ago
  77. f905f06 ext2: remove double definitions of xattr macros by Shen Feng · 16 years ago
  78. 8b91582 ext2: retry block allocation if new blocks are allocated from system zone by Aneesh Kumar K.V · 16 years ago
  79. 605afd6 ext2: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  80. 2c11619 fs/ext2: use BUG_ON by Julia Lawall · 16 years ago
  81. 4c8b312 ext2: use ext2_fsblk_t type by Akinobu Mita · 16 years ago
  82. 24097d1 ext2: use ext2_group_first_block_no() by Akinobu Mita · 16 years ago
  83. bbff286 ext2: improve ext2_readdir() return value by Akinobu Mita · 16 years ago
  84. 31f68e1 ext2: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  85. fba4d39 ext2: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  86. 70688e4 xip: support non-struct page backed memory by Nick Piggin · 16 years ago
  87. 30afcb4 return pfn from direct_access, for XIP by Jared Hulbert · 16 years ago
  88. e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 16 years ago
  89. 1cc8dcf5 ext*: spelling fix prefered -> preferred by Benoit Boissinot · 16 years ago
  90. 42a74f2 [PATCH] r/o bind mounts: elevate write count for ioctls() by Dave Hansen · 16 years ago
  91. 335e92e vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs by Jan Kara · 16 years ago
  92. 35c879d mount options: fix ext2 by Miklos Szeredi · 16 years ago
  93. 91dbbe4 ext2: remove unused ext2_put_inode prototype by Christoph Hellwig · 16 years ago
  94. 52fcf70 iget: stop EXT2 from using iget() and read_inode() by David Howells · 16 years ago
  95. 859cb93 ext[234]: cleanup ext[234]_bg_num_gdb() by Akinobu Mita · 16 years ago
  96. fb01bfd ext[234]: remove unused argument for ext[234]_find_goal() by Akinobu Mita · 16 years ago
  97. 197cd65a ext[234]: use ext[234]_get_group_desc() by Akinobu Mita · 16 years ago
  98. 144704e ext[234]: fix comment for nonexistent variable by Akinobu Mita · 16 years ago
  99. d71cadd BKL-removal: remove incorrect BKL comment in ext2 by Andi Kleen · 16 years ago
  100. 14f9f7b BKL-removal: convert ext2 over to use unlocked_ioctl by Andi Kleen · 16 years ago