1. 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
  2. 0930fcc convert ext4 to ->evict_inode() by Al Viro · 14 years ago
  3. 0cfc925 ext4: re-inline ext4_rec_len_(to|from)_disk functions by Eric Sandeen · 14 years ago
  4. 8b67f04 ext4: Add mount options in superblock by Theodore Ts'o · 14 years ago
  5. 79e8303 ext4: fix ext4_get_blocks references by Eric Sandeen · 14 years ago
  6. 5b3ff23 ext4: move aio completion after unwritten extent conversion by jiayingz@google.com (Jiaying Zhang) · 14 years ago
  7. 89eeddf ext4: Define s_jnl_backup_type in superblock by Theodore Ts'o · 14 years ago
  8. 66e61a9 ext4: Once a day, printk file system error information to dmesg by Theodore Ts'o · 14 years ago
  9. 1c13d5c ext4: Save error information to the superblock for analysis by Theodore Ts'o · 14 years ago
  10. c398eda ext4: Pass line numbers to ext4_error() and friends by Theodore Ts'o · 14 years ago
  11. 60fd4da ext4: Cleanup ext4_check_dir_entry so __func__ is now implicit by Theodore Ts'o · 14 years ago
  12. e29136f ext4: Enhance ext4_grp_locked_error() to take block and function numbers by Theodore Ts'o · 14 years ago
  13. c67d859 ext4: clean up ext4_abort() so __func__ is now implicit by Theodore Ts'o · 14 years ago
  14. 4a9cdec ext4: Add new superblock fields reserved for the Next3 snapshot feature by Theodore Ts'o · 14 years ago
  15. 206f7ab ext4: remove vestiges of nobh support by Christoph Hellwig · 14 years ago
  16. a037515 ext4: Clean up s_dirt handling by Theodore Ts'o · 14 years ago
  17. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  18. 14ece10 ext4: Make fsync sync new parent directories in no-journal mode by Frank Mayhar · 14 years ago
  19. 60e6679 ext4: Drop whitespace at end of lines by Theodore Ts'o · 14 years ago
  20. 4d92dc0 ext4: Fix compat EXT4_IOC_ADD_GROUP by Ben Hutchings · 14 years ago
  21. 899ad0c ext4: Conditionally define compat ioctl numbers by Ben Hutchings · 14 years ago
  22. 12e9b89 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info by Dmitry Monakhov · 14 years ago
  23. 24676da ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE() by Theodore Ts'o · 14 years ago
  24. e35fd66 ext4: Add new abstraction ext4_map_blocks() underneath ext4_get_blocks() by Theodore Ts'o · 14 years ago
  25. 8a57d9d ext4: check for a good block group before loading buddy pages by Curt Wohlgemuth · 14 years ago
  26. 9467c4f Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  27. 1f63b9c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  28. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  29. 731eb1a ext4: consolidate in_range() definitions by Akinobu Mita · 14 years ago
  30. 273df55 ext4: Convert BUG_ON checks to use ext4_error() instead by Frank Mayhar · 14 years ago
  31. 744692d ext4: use ext4_get_block_write in buffer write by Jiaying Zhang · 14 years ago
  32. c7064ef ext4: mechanical rename some of the direct I/O get_block's identifiers by Jiaying Zhang · 14 years ago
  33. c8d46e4 ext4: Add flag to files with blocks intentionally past EOF by Jiaying Zhang · 14 years ago
  34. 003cb60 percpu: add __percpu sparse annotations to fs by Tejun Heo · 15 years ago
  35. 12062dd ext4: move __func__ into a macro for ext4_warning, ext4_error by Eric Sandeen · 15 years ago
  36. f710b4b ext4: Reserve INCOMPAT_EA_INODE and INCOMPAT_DIRDATA feature codepoints by Theodore Ts'o · 15 years ago
  37. 19f5fb7 ext4: Use bitops to read/modify EXT4_I(inode)->i_state by Theodore Ts'o · 15 years ago
  38. 1296cc8 ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag by Aneesh Kumar K.V · 15 years ago
  39. 5f634d0 ext4: Fix quota accounting error with fallocate by Aneesh Kumar K.V · 15 years ago
  40. 9d0be50 ext4: Calculate metadata requirements more accurately by Theodore Ts'o · 15 years ago
  41. a9e7f44 ext4: Convert to generic reserved quota's space management. by Dmitry Monakhov · 15 years ago
  42. 1f2acb6 ext4: Add block validity check when truncating indirect block mapped inodes by Theodore Ts'o · 15 years ago
  43. a1de02d ext4: fix async i/o writes beyond 4GB to a sparse file by Eric Sandeen · 15 years ago
  44. b436b9b ext4: Wait for proper transaction commit on fsync by Jan Kara · 15 years ago
  45. e636260 ext4: call ext4_forget() from ext4_free_blocks() by Theodore Ts'o · 15 years ago
  46. 4433871 ext4: fold ext4_free_blocks() and ext4_mb_free_blocks() by Theodore Ts'o · 15 years ago
  47. d6797d1 ext4: move ext4_forget() to ext4_jbd2.c by Theodore Ts'o · 15 years ago
  48. 5328e63 ext4: make trim/discard optional (and off by default) by Eric Sandeen · 15 years ago
  49. 5f52495 ext4: skip conversion of uninit extents after direct IO if there isn't any by Mingming · 15 years ago
  50. d4da6c9 Revert "ext4: Remove journal_checksum mount option and enable it by default" by Linus Torvalds · 15 years ago
  51. c1fccc0 ext4: Fix time encoding with extra epoch bits by Theodore Ts'o · 15 years ago
  52. 296c355 ext4: Use tracepoints for mb_history trace file by Theodore Ts'o · 15 years ago
  53. 8d5d02e ext4: async direct IO for holes and fallocate support by Mingming Cao · 15 years ago
  54. 4c0425f ext4: Use end_io callback to avoid direct I/O fallback to buffered I/O by Mingming Cao · 15 years ago
  55. 0031462 ext4: Split uninitialized extents for direct I/O by Mingming Cao · 15 years ago
  56. 55138e0 ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks by Theodore Ts'o · 15 years ago
  57. 0a80e98 ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK by Eric Sandeen · 15 years ago
  58. 1b9c12f ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags by Theodore Ts'o · 15 years ago
  59. fb0a387 ext4: limit block allocations for indirect-block files to < 2^32 by Eric Sandeen · 15 years ago
  60. d0646f7 ext4: Remove journal_checksum mount option and enable it by default by Theodore Ts'o · 15 years ago
  61. b3a3ca8 ext4: Add new tracepoint: trace_ext4_da_write_pages() by Theodore Ts'o · 15 years ago
  62. a36b449 ext4: use ext4_grpblk_t more extensively by Eric Sandeen · 15 years ago
  63. 0373130 ext4: open-code ext4_mb_update_group_info by Eric Sandeen · 15 years ago
  64. 487caee ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks() by Jan Kara · 15 years ago
  65. 5079748 ext4: Avoid group preallocation for closed files by Theodore Ts'o · 15 years ago
  66. 4ba74d0 ext4: Fix bugs in mballoc's stream allocation mode by Theodore Ts'o · 15 years ago
  67. 0ef90db ext4: Display the mballoc flags in mb_history in hex instead of decimal by Theodore Ts'o · 15 years ago
  68. 726447d ext4: naturally align struct ext4_allocation_request by Eric Sandeen · 15 years ago
  69. d4bfe2f switch ext4 to inode->i_acl by Al Viro · 15 years ago
  70. 0610b6e ext4: Fix 64-bit block type problem on 32-bit platforms by Theodore Ts'o · 15 years ago
  71. 1101391 ext4: teach the inode allocator to use a goal inode number by Andreas Dilger · 15 years ago
  72. f157a4a ext4: Use a hash of the topdir directory name for the Orlov parent group by Theodore Ts'o · 15 years ago
  73. 4ab2f15 ext4: move the abort flag from s_mount_opts to s_mount_flags by Theodore Ts'o · 15 years ago
  74. bc0b0d6 ext4: update the s_last_mounted field in the superblock by Theodore Ts'o · 15 years ago
  75. 7f4520c ext4: change s_mount_opt to be an unsigned int by Theodore Ts'o · 15 years ago
  76. 748de67 ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl by Akira Fujita · 15 years ago
  77. b31e155 ext4: Change all super.c messages to print the device by Eric Sandeen · 15 years ago
  78. 03f5d8b ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle() by Jan Kara · 15 years ago
  79. 6fd058f ext4: Add a comprehensive block validity check to ext4_get_blocks() by Theodore Ts'o · 15 years ago
  80. 2ac3b6e ext4: Clean up ext4_get_blocks() so it does not depend on bh_result->b_state by Theodore Ts'o · 15 years ago
  81. c217705 ext4: Define a new set of flags for ext4_get_blocks() by Theodore Ts'o · 15 years ago
  82. 12b7ac1 ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks() by Theodore Ts'o · 15 years ago
  83. bc8e674 ext4: Fix spinlock assertions on UP systems by Vincent Minet · 15 years ago
  84. 955ce5f ext4: Convert ext4_lock_group to use sb_bgl_lock by Aneesh Kumar K.V · 15 years ago
  85. bb23c20 ext4: Move fs/ext4/group.h into ext4.h by Theodore Ts'o · 15 years ago
  86. 596397b ext4: Move fs/ext4/namei.h into ext4.h by Theodore Ts'o · 15 years ago
  87. ca0faba ext4: Move the ext4_sb.h header file into ext4.h by Theodore Ts'o · 15 years ago
  88. d444c3c ext4: Move the ext4_i.h header file into ext4.h by Theodore Ts'o · 15 years ago
  89. 8df9675 ext4: Avoid races caused by on-line resizing and SMP memory reordering by Theodore Ts'o · 15 years ago
  90. 395d734 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  91. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  92. 60e58e0 ext4: quota reservation for delayed allocation by Mingming Cao · 16 years ago
  93. afd4672 ext4: Add auto_da_alloc mount option by Theodore Ts'o · 15 years ago
  94. 7d39db1 ext4: Use struct flex_groups to calculate get_orlov_stats() by Theodore Ts'o · 15 years ago
  95. 9f24e42 ext4: Use atomic_t's in struct flex_groups by Theodore Ts'o · 15 years ago
  96. b713a5e ext4: remove /proc tuning knobs by Theodore Ts'o · 15 years ago
  97. afc32f7 ext4: Track lifetime disk writes by Theodore Ts'o · 15 years ago
  98. 7d8f9f7 ext4: Automatically allocate delay allocated blocks on close by Theodore Ts'o · 15 years ago
  99. ccd2506 ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl by Theodore Ts'o · 15 years ago
  100. a491212 ext4: New inode/block allocation algorithms for flex_bg filesystems by Theodore Ts'o · 15 years ago