1. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 16 years ago
  2. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  3. 73ac36e fix similar typos to successfull by Coly Li · 16 years ago
  4. 97e133b generic swap(): ext4: remove local swap() macro by Wu Fengguang · 16 years ago
  5. 179f7eb percpu_counter: FBC_BATCH should be a variable by Eric Dumazet · 16 years ago
  6. 83982b6 ext4: Remove "extents" mount option by Theodore Ts'o · 16 years ago
  7. abda141 ext4: Make printk's consistently prefixed with "EXT4-fs: " by Theodore Ts'o · 16 years ago
  8. 4ec1102 ext4: Add sanity checks for the superblock before mounting the filesystem by Theodore Ts'o · 16 years ago
  9. b3881f7 ext4: Add mount option to set kjournald's I/O priority by Theodore Ts'o · 16 years ago
  10. a5b5ee3 ext4: Add default allocation routines for quota structures by Jan Kara · 16 years ago
  11. 17bd13b ext4: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() by Jan Kara · 16 years ago
  12. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  13. c644f0e fs: introduce bgl_lock_ptr() by Pekka Enberg · 16 years ago
  14. ba80b10 ext4: Add markers for better debuggability by Theodore Ts'o · 16 years ago
  15. c319106 ext4: Remove code to create the journal inode by Theodore Ts'o · 16 years ago
  16. c39a7f8 ext4: provide function to release metadata pages under memory pressure by Toshiyuki Okajima · 16 years ago
  17. 0087d9f ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc by Aneesh Kumar K.V · 16 years ago
  18. 29eaf02 ext4: Init the complete page while building buddy cache by Aneesh Kumar K.V · 16 years ago
  19. 8556e8f ext4: Don't allow new groups to be added during block allocation by Aneesh Kumar K.V · 16 years ago
  20. 648f587 ext4: mark the blocks/inode bitmap beyond end of group as used by Aneesh Kumar K.V · 16 years ago
  21. 2ccb5fb ext4: Use new buffer_head flag to check uninit group bitmaps initialization by Aneesh Kumar K.V · 16 years ago
  22. 3934186 ext4: Fix the race between read_inode_bitmap() and ext4_new_inode() by Aneesh Kumar K.V · 16 years ago
  23. 3300bed ext4: code cleanup by Aneesh Kumar K.V · 16 years ago
  24. 560671a ext4: Use high 16 bits of the block group descriptor's free counts fields by Aneesh Kumar K.V · 16 years ago
  25. e8134b2 ext4: Fix race between read_block_bitmap() and mark_diskspace_used() by Aneesh Kumar K.V · 16 years ago
  26. 5d1b1b3 ext4: fix BUG when calling ext4_error with locked block group by Aneesh Kumar K.V · 16 years ago
  27. 6b38e84 nfsd race fixes: ext4 by Al Viro · 16 years ago
  28. e83c139 ext4: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  29. b3a6ffe Get rid of CONFIG_LSF by Jens Axboe · 16 years ago
  30. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  31. 02d2116 revert "percpu_counter: new function percpu_counter_sum_and_set" by Andrew Morton · 16 years ago
  32. 71c5576 revert "percpu counter: clean up percpu_counter_sum_and_set()" by Andrew Morton · 16 years ago
  33. b7be019 ext4: Fix lockdep recursive locking warning by Aneesh Kumar K.V · 16 years ago
  34. 7a2fcbf ext4: don't use blocks freed but not yet committed in buddy cache init by Aneesh Kumar K.V · 16 years ago
  35. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  36. 4c9c544 CRED: Wrap task credential accesses in the Ext4 filesystem by David Howells · 16 years ago
  37. 23712a9 ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inode by Frederic Bohe · 16 years ago
  38. ed9b3e3 ext4: Mark the buffer_heads as dirty and uptodate after prepare_write by Aneesh Kumar K.V · 16 years ago
  39. c3a326a ext4: cleanup mballoc header files by Aneesh Kumar K.V · 16 years ago
  40. 920313a ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize by Aneesh Kumar K.V · 16 years ago
  41. e21675d ext4: Add blocks added during resize to bitmap by Aneesh Kumar K.V · 16 years ago
  42. 3a06d77 ext4: sparse fixes by Aneesh Kumar K.V · 16 years ago
  43. ac51d83 ext4: calculate journal credits correctly by Theodore Ts'o · 16 years ago
  44. 498e5f2 ext4: Change unsigned long to unsigned int by Theodore Ts'o · 16 years ago
  45. a9df9a4 ext4: Make ext4_group_t be an unsigned int by Theodore Ts'o · 16 years ago
  46. cde6436 ext4: Remove i_ext_generation from ext4_inode_info structure by Theodore Ts'o · 16 years ago
  47. 3077384 ext4: add fsync batch tuning knobs by Theodore Ts'o · 16 years ago
  48. 032115f ext4: Don't overwrite allocation_context ac_status by Aneesh Kumar K.V · 16 years ago
  49. fde4d95 ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning() by Theodore Ts'o · 16 years ago
  50. 0390131 ext4: Allow ext4 to run without a journal by Frank Mayhar · 16 years ago
  51. ff7ef32 ext4: Widen type of ext4_sb_info.s_mb_maxs[] by Yasunori Goto · 16 years ago
  52. 93c0d86 ext4: When resizing set the EXT4_BG_INODE_ZEROED flag for new block groups by Solofo.Ramangalahy@bull.net · 16 years ago
  53. 23475e2 ext4: Use simple_strtol() instead of simple_strtoul() in ext4_ui_proc_open by Roel Kluin · 16 years ago
  54. 25f1ee3 ext4: fix build warning by Wu Fengguang · 16 years ago
  55. 565a961 ext4: avoid ext4_error when mounting a fs with a single bg by Aneesh Kumar K.V · 16 years ago
  56. 791b7f0 ext4: Fix the delalloc writepages to allocate blocks at the right offset. by Aneesh Kumar K.V · 16 years ago
  57. 2a21e37 ext4: tone down ext4_da_writepages warnings by Theodore Ts'o · 16 years ago
  58. 97df5d1 ext4: remove do_blk_alloc() by Theodore Ts'o · 16 years ago
  59. cfe82c8 ext4: remove ext4_new_meta_block() by Theodore Ts'o · 16 years ago
  60. 815a113 ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directly by Theodore Ts'o · 16 years ago
  61. 59e315b ext3/4: Fix loop index in do_split() so it is signed by Theodore Ts'o · 16 years ago
  62. 14ce0cb ext4: wait on all pending commits in ext4_sync_fs() by Theodore Ts'o · 16 years ago
  63. d94e99a ext4: Convert to host order before using the values. by Aneesh Kumar K.V · 16 years ago
  64. ae2d9fb ext4: fix missing ext4_unlock_group in error path by Aneesh Kumar K.V · 16 years ago
  65. f99b258 ext4: Add support for non-native signed/unsigned htree hash algorithms by Theodore Ts'o · 16 years ago
  66. 8f72fbd ext4: fix printk format warning by Alexander Beregalov · 16 years ago
  67. a996031 delay capable() check in ext4_has_free_blocks() by Eric Sandeen · 16 years ago
  68. 8c3bf8a0 merge ext4_claim_free_blocks & ext4_has_free_blocks by Eric Sandeen · 16 years ago
  69. ef2cabf ext4: fix a bug accessing freed memory in ext4_abort by Hidehiro Kawai · 16 years ago
  70. 3c37fc8 ext4: Fix duplicate entries returned from getdents() system call by Theodore Ts'o · 16 years ago
  71. 3856d30 ext4: remove unused variable in ext4_get_parent by Christoph Hellwig · 16 years ago
  72. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  73. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  74. 8264613 [PATCH] switch quota_on-related stuff to kern_path() by Al Viro · 16 years ago
  75. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  76. 6da0b38 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out by Alexey Dobriyan · 16 years ago
  77. f287a1a ext4: Remove automatic enabling of the HUGE_FILE feature flag by Theodore Ts'o · 16 years ago
  78. 3e624fc ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback by Theodore Ts'o · 16 years ago
  79. 01436ef ext4: Remove unused mount options: nomballoc, mballoc, nocheck by Theodore Ts'o · 16 years ago
  80. 0b09923e ext4: Remove compile warnings when building w/o CONFIG_PROC_FS by Manish Katiyar · 16 years ago
  81. 5128273 ext4: Add missing newlines to printk messages by Eric Sesterhenn · 16 years ago
  82. 22208de ext4: Fix file fragmentation during large file write. by Aneesh Kumar K.V · 16 years ago
  83. af6f029 ext4: Use tag dirty lookup during mpage_da_submit_io by Aneesh Kumar K.V · 16 years ago
  84. 8a0aba7 ext4: let the block device know when unused blocks can be discarded by Theodore Ts'o · 16 years ago
  85. a1aebc1 ext4: Don't reuse released data blocks until transaction commits by Aneesh Kumar K.V · 16 years ago
  86. c894058 ext4: Use an rbtree for tracking blocks freed during transaction. by Aneesh Kumar K.V · 16 years ago
  87. c2774d8 ext4: Do mballoc init before doing filesystem recovery by Aneesh Kumar K.V · 16 years ago
  88. 688f05a ext4: Free ext4_prealloc_space using kmem_cache_free by Aneesh Kumar K.V · 16 years ago
  89. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  90. 3244fcb ext4: fix build failure without procfs by Alexander Beregalov · 16 years ago
  91. 5bf5683 ext4: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  92. 7ffe1ea ext4: add checks for errors from jbd2 by Hidehiro Kawai · 16 years ago
  93. 03010a3 ext4: Rename ext4dev to ext4 by Theodore Ts'o · 16 years ago
  94. 39d80c3 ext4: Avoid double dirtying of super block in ext4_put_super() by Andi Kleen · 16 years ago
  95. 6873fa0 Hook ext4 to the vfs fiemap interface. by Eric Sandeen · 16 years ago
  96. 4d20c68 ext4: fix xattr deadlock by Kalpak Shah · 16 years ago
  97. ede86cc ext4: Add debugging markers that can be used by systemtap by Theodore Ts'o · 16 years ago
  98. c806e68 ext4: fix initialization of UNINIT bitmap blocks by Frederic Bohe · 16 years ago
  99. c2ea3fd ext4: Remove old legacy block allocator by Theodore Ts'o · 16 years ago
  100. 240799c ext4: Use readahead when reading an inode from the inode table by Theodore Ts'o · 16 years ago