1. d5b8f31 ext4: bigalloc changes to block bitmap initialization functions by Theodore Ts'o · 13 years ago
  2. fd034a8 ext4: split out ext4_free_blocks_after_init() by Theodore Ts'o · 13 years ago
  3. 281b599 ext4: read-only support for bigalloc file systems by Theodore Ts'o · 13 years ago
  4. 5688978 ext4: improve handling of conflicting mount options by Theodore Ts'o · 13 years ago
  5. 4e96b2d ext4: Add new ext4_discard_partial_page_buffers routines by Allison Henderson · 13 years ago
  6. 1cd9f09 ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodes by Theodore Ts'o · 13 years ago
  7. 8c0bec2 ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining by Jiaying Zhang · 13 years ago
  8. 60ad446 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  9. 9933fc0 ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() by Theodore Ts'o · 13 years ago
  10. c3e94d1 ext4: let setup_new_group_blocks() set multiple bits at a time by Yongqiang Yang · 13 years ago
  11. cc7365d ext4: let ext4_group_add_blocks() return an error code by Yongqiang Yang · 13 years ago
  12. 0529155 ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks() by Yongqiang Yang · 13 years ago
  13. 8f82f84 ext4: prevent parallel resizers by atomic bit ops by Yongqiang Yang · 13 years ago
  14. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  15. 3d56b8d ext4: Speed up FITRIM by recording flags in ext4_group_info by Tao Ma · 13 years ago
  16. 7132de7 ext4: fix i_blocks/quota accounting when extent insertion fails by Maxim Patlasov · 13 years ago
  17. f86186b ext4: refactor duplicated block placement code by Eric Sandeen · 13 years ago
  18. dae1e52 ext4: move ext4_ind_* functions from inode.c to indirect.c by Amir Goldstein · 13 years ago
  19. 1f7d1e7 ext4: move __ext4_check_blockref to block_validity.c by Theodore Ts'o · 13 years ago
  20. ff9893d ext4: split ext4_ind_truncate from ext4_truncate by Amir Goldstein · 13 years ago
  21. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  22. 556b27a ext4: do not normalize block requests from fallocate() by Vivek Haldar · 13 years ago
  23. a4bb6b6 ext4: enable "punch hole" functionality by Allison Henderson · 13 years ago
  24. 3084885 ext4: add new function ext4_block_zero_page_range() by Allison Henderson · 13 years ago
  25. 55f020d ext4: add flag to ext4_has_free_blocks by Allison Henderson · 13 years ago
  26. ae81230 ext4: reserve inodes and feature code for 'quota' feature by Aditya Kali · 13 years ago
  27. c5e06d1 ext4: add support for multiple mount protection by Johann Lombardi · 13 years ago
  28. 77f4135 ext4: count hits/misses of extent cache and expose in sysfs by Vivek Haldar · 13 years ago
  29. e1290b3 ext4: Remove unnecessary wait_event ext4_run_lazyinit_thread() by Lukas Czerner · 13 years ago
  30. 4ed5c03 ext4: Use schedule_timeout_interruptible() for waiting in lazyinit thread by Lukas Czerner · 13 years ago
  31. 2846e82 ext4: move ext4_add_groupblocks() to mballoc.c by Amir Goldstein · 13 years ago
  32. 2035e77 ext4: check for ext[23] file system features when mounting as ext[23] by Theodore Ts'o · 13 years ago
  33. 50e0168 ext4: use little-endian bitops by Akinobu Mita · 13 years ago
  34. e9e3bce ext4: serialize unaligned asynchronous DIO by Eric Sandeen · 13 years ago
  35. 2fe17c1 fallocate should be a file operation by Christoph Hellwig · 13 years ago
  36. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  37. 3889fd5 ext4: flush the i_completed_io_list during ext4_truncate by Jiaying Zhang · 13 years ago
  38. 8aefcd5 ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary by Theodore Ts'o · 13 years ago
  39. 353eb83 ext4: drop i_state_flags on architectures with 64-bit longs by Theodore Ts'o · 13 years ago
  40. 8a2005d ext4: reorder ext4_inode_info structure elements to remove unneeded padding by Theodore Ts'o · 13 years ago
  41. b05e6ae ext4: drop ec_type from the ext4_ext_cache structure by Theodore Ts'o · 13 years ago
  42. 01f49d0 ext4: use ext4_lblk_t instead of sector_t for logical blocks by Theodore Ts'o · 13 years ago
  43. f232109 ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED by Theodore Ts'o · 13 years ago
  44. f7c2117 ext4: Use ext4_error_file() to print the pathname to the corrupted inode by Theodore Ts'o · 13 years ago
  45. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  46. af0b44a ext4: zero out nanosecond timestamps for small inodes by Eric Sandeen · 13 years ago
  47. cad3f00 ext4: optimize ext4_check_dir_entry() with unlikely() annotations by Theodore Ts'o · 13 years ago
  48. a2595b8 ext4: Add second mount options field since the s_mount_opt is full up by Theodore Ts'o · 14 years ago
  49. 673c610 ext4: Move struct ext4_mount_options from ext4.h to super.c by Theodore Ts'o · 14 years ago
  50. fd8c37e ext4: Simplify the usage of clear_opt() and set_opt() macros by Theodore Ts'o · 14 years ago
  51. 1449032 ext4: Turn off multiple page-io submission by default by Theodore Ts'o · 14 years ago
  52. 83668e7 ext4: fix potential race when freeing ext4_io_page structures by Theodore Ts'o · 14 years ago
  53. f7ad6d2 ext4: handle writeback of inodes which are being freed by Theodore Ts'o · 14 years ago
  54. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  55. eee4adc ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static by Eric Sandeen · 14 years ago
  56. 61d0867 ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end() by Theodore Ts'o · 14 years ago
  57. 4a873a4 ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static by Theodore Ts'o · 14 years ago
  58. 1f109d5 ext4: make various ext4 functions be static by Theodore Ts'o · 14 years ago
  59. 5dabfc7 ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*() by Theodore Ts'o · 14 years ago
  60. 7360d17 ext4: Add batched discard support for ext4 by Lukas Czerner · 14 years ago
  61. bd2d021 ext4: use bio layer instead of buffer layer in mpage_da_submit_io by Theodore Ts'o · 14 years ago
  62. 640e939 ext4: remove unused ext4_sb_info members by Eric Sandeen · 14 years ago
  63. e0d10bf ext4: improve llseek error handling for overly large seek offsets by Toshiyuki Okajima · 14 years ago
  64. 857ac88 ext4: add interface to advertise ext4 features in sysfs by Lukas Czerner · 14 years ago
  65. bfff687 ext4: add support for lazy inode table initialization by Lukas Czerner · 14 years ago
  66. fb1813f ext4: use dedicated slab caches for group_info structures by Curt Wohlgemuth · 14 years ago
  67. 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
  68. 0930fcc convert ext4 to ->evict_inode() by Al Viro · 14 years ago
  69. 0cfc925 ext4: re-inline ext4_rec_len_(to|from)_disk functions by Eric Sandeen · 14 years ago
  70. 8b67f04 ext4: Add mount options in superblock by Theodore Ts'o · 14 years ago
  71. 79e8303 ext4: fix ext4_get_blocks references by Eric Sandeen · 14 years ago
  72. 5b3ff23 ext4: move aio completion after unwritten extent conversion by jiayingz@google.com (Jiaying Zhang) · 14 years ago
  73. 89eeddf ext4: Define s_jnl_backup_type in superblock by Theodore Ts'o · 14 years ago
  74. 66e61a9 ext4: Once a day, printk file system error information to dmesg by Theodore Ts'o · 14 years ago
  75. 1c13d5c ext4: Save error information to the superblock for analysis by Theodore Ts'o · 14 years ago
  76. c398eda ext4: Pass line numbers to ext4_error() and friends by Theodore Ts'o · 14 years ago
  77. 60fd4da ext4: Cleanup ext4_check_dir_entry so __func__ is now implicit by Theodore Ts'o · 14 years ago
  78. e29136f ext4: Enhance ext4_grp_locked_error() to take block and function numbers by Theodore Ts'o · 14 years ago
  79. c67d859 ext4: clean up ext4_abort() so __func__ is now implicit by Theodore Ts'o · 14 years ago
  80. 4a9cdec ext4: Add new superblock fields reserved for the Next3 snapshot feature by Theodore Ts'o · 14 years ago
  81. 206f7ab ext4: remove vestiges of nobh support by Christoph Hellwig · 14 years ago
  82. a037515 ext4: Clean up s_dirt handling by Theodore Ts'o · 14 years ago
  83. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  84. 14ece10 ext4: Make fsync sync new parent directories in no-journal mode by Frank Mayhar · 14 years ago
  85. 60e6679 ext4: Drop whitespace at end of lines by Theodore Ts'o · 14 years ago
  86. 4d92dc0 ext4: Fix compat EXT4_IOC_ADD_GROUP by Ben Hutchings · 14 years ago
  87. 899ad0c ext4: Conditionally define compat ioctl numbers by Ben Hutchings · 14 years ago
  88. 12e9b89 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info by Dmitry Monakhov · 14 years ago
  89. 24676da ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE() by Theodore Ts'o · 14 years ago
  90. e35fd66 ext4: Add new abstraction ext4_map_blocks() underneath ext4_get_blocks() by Theodore Ts'o · 14 years ago
  91. 8a57d9d ext4: check for a good block group before loading buddy pages by Curt Wohlgemuth · 14 years ago
  92. 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
  93. 1f63b9c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  94. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  95. 731eb1a ext4: consolidate in_range() definitions by Akinobu Mita · 14 years ago
  96. 273df55 ext4: Convert BUG_ON checks to use ext4_error() instead by Frank Mayhar · 14 years ago
  97. 744692d ext4: use ext4_get_block_write in buffer write by Jiaying Zhang · 14 years ago
  98. c7064ef ext4: mechanical rename some of the direct I/O get_block's identifiers by Jiaying Zhang · 14 years ago
  99. c8d46e4 ext4: Add flag to files with blocks intentionally past EOF by Jiaying Zhang · 14 years ago
  100. 003cb60 percpu: add __percpu sparse annotations to fs by Tejun Heo · 14 years ago