1. 0146b28 ext4: fix undefined behavior in ext4_fill_flex_info() by Xi Wang · 13 years ago
  2. 5da4b53a ext4: handle EOF correctly in ext4_bio_write_page() by Yongqiang Yang · 13 years ago
  3. 8fe5e8f ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesize by Yongqiang Yang · 13 years ago
  4. dda54df ext4: avoid hangs in ext4_da_should_update_i_disksize() by Andrea Arcangeli · 13 years ago
  5. ef91e16 ext4: display the correct mount option in /proc/mounts for [no]init_itable by Theodore Ts'o · 13 years ago
  6. ef52f39 ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining by Jiaying Zhang · 13 years ago
  7. 628ee98 ext4: fix race in xattr block allocation path by Eric Sandeen · 13 years ago
  8. 3c60744 ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entry by Theodore Ts'o · 13 years ago
  9. 3791571 ext4: ext4_mkdir should dirty dir_block with newly created directory inode by Darrick J. Wong · 13 years ago
  10. a848dee ext4: ext4_rename should dirty dir_bh with the correct directory by Darrick J. Wong · 13 years ago
  11. d24f405 ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodes by Theodore Ts'o · 13 years ago
  12. ac69306 writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage by Wu Fengguang · 15 years ago
  13. 45df4b8 ext4: fix nomblk_io_submit option so it correctly converts uninit blocks by Theodore Ts'o · 13 years ago
  14. 4eddd2a ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN. by Tao Ma · 13 years ago
  15. 2526f36 ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode by Jiaying Zhang · 13 years ago
  16. 2fb522e ext4: Fix ext4_should_writeback_data() for no-journal mode by Curt Wohlgemuth · 13 years ago
  17. 8b18080 ext4: Properly count journal credits for long symlinks by Eric Sandeen · 13 years ago
  18. fac04f9 ext4: free allocated and pre-allocated blocks when check_eofblocks_fl fails by Jiaying Zhang · 13 years ago
  19. 99cdf2a ext4: fix i_blocks/quota accounting when extent insertion fails by Maxim Patlasov · 13 years ago
  20. a9c667f ext4: fixed tracepoints cleanup by Lukas Czerner · 14 years ago
  21. c03f8aa ext4: use FIEMAP_EXTENT_LAST flag for last extent in fiemap by Lukas Czerner · 14 years ago
  22. f17722f ext4: Fix max file size and logical block counting of extent format file by Lukas Czerner · 14 years ago
  23. 5def136 ext4: correct comments for ext4_free_blocks() by Yongqiang Yang · 14 years ago
  24. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 14 years ago
  25. f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 14 years ago
  26. 7abc52c ext4: add cleancache support by Dan Magenheimer · 14 years ago
  27. 1b16da7 ext4: teach ext4_ext_split to calculate extents efficiently by Yongqiang Yang · 14 years ago
  28. ae24f28 ext4: Convert ext4 to new truncate calling convention by Jan Kara · 14 years ago
  29. 556b27a ext4: do not normalize block requests from fallocate() by Vivek Haldar · 14 years ago
  30. a4bb6b6 ext4: enable "punch hole" functionality by Allison Henderson · 14 years ago
  31. e861304 ext4: add "punch hole" flag to ext4_map_blocks() by Allison Henderson · 14 years ago
  32. d583fb8 ext4: punch out extents by Allison Henderson · 14 years ago
  33. 3084885 ext4: add new function ext4_block_zero_page_range() by Allison Henderson · 14 years ago
  34. 55f020d ext4: add flag to ext4_has_free_blocks by Allison Henderson · 14 years ago
  35. ae81230 ext4: reserve inodes and feature code for 'quota' feature by Aditya Kali · 14 years ago
  36. c5e06d1 ext4: add support for multiple mount protection by Johann Lombardi · 14 years ago
  37. d02a939 ext4: ensure f_bfree returned by ext4_statfs() is non-negative by Kazuya Mio · 14 years ago
  38. 28739ee ext4: protect bb_first_free in ext4_trim_all_free() with group lock by Lukas Czerner · 14 years ago
  39. 7894408 ext4: only load buddy bitmap in ext4_trim_fs() when it is needed by Lukas Czerner · 14 years ago
  40. 93628ff ext4: fix waiting and sending of a barrier in ext4_sync_file() by Jan Kara · 14 years ago
  41. b221349 ext4: fix ext4_ext_fiemap_cb() to handle blocks before request range correctly by Yongqiang Yang · 14 years ago
  42. 072bd7e ext4: use truncate_setsize() unconditionally by Theodore Ts'o · 14 years ago
  43. f6d2f6b ext4: fix unbalanced up_write() in ext4_ext_truncate() error path by Eric Gouriou · 14 years ago
  44. 77f4135 ext4: count hits/misses of extent cache and expose in sysfs by Vivek Haldar · 14 years ago
  45. 9391741 ext4: make ext4_split_extent() handle error correctly by Yongqiang Yang · 14 years ago
  46. 373cd5c ext4: don't show mount options in /proc/mounts if there is no journal by Theodore Ts'o · 14 years ago
  47. 1bb933f ext4: fix possible use-after-free in ext4_remove_li_request() by Lukas Czerner · 14 years ago
  48. 51ce651 ext4: fix the mount option "init_itable=n" to work as expected for n=0 by Lukas Czerner · 14 years ago
  49. e1290b3 ext4: Remove unnecessary wait_event ext4_run_lazyinit_thread() by Lukas Czerner · 14 years ago
  50. 4ed5c03 ext4: Use schedule_timeout_interruptible() for waiting in lazyinit thread by Lukas Czerner · 14 years ago
  51. 0e49989 ext4: wait for writeback to complete while making pages writable by Darrick J. Wong · 14 years ago
  52. 7cb1a53 ext4: clean up some wait_on_page_writeback calls by Darrick J. Wong · 14 years ago
  53. ed3ce80 ext4: don't warn about mnt_count if it has been disabled by Tao Ma · 14 years ago
  54. 9b940f8 ext4: ext4_ext_convert_to_initialized bug found in extended FSX testing by Allison Henderson · 14 years ago
  55. 0b26859 ext4: fix oops in ext4_quota_off() by Amir Goldstein · 14 years ago
  56. 6976a6f ext4: don't dereference null pointer when make_indexed_dir() fails by Allison Henderson · 14 years ago
  57. 44183d4 ext4: remove alloc_semp by Amir Goldstein · 14 years ago
  58. 9b8b7d3 ext4: teach ext4_mb_init_cache() to skip uptodate buddy caches by Amir Goldstein · 14 years ago
  59. 2de8807 ext4: synchronize ext4_mb_init_group() with buddy page lock by Amir Goldstein · 14 years ago
  60. e73a347 ext4: implement ext4_add_groupblocks() by freeing blocks by Amir Goldstein · 14 years ago
  61. 2cd05cc ext4: remove unneeded ext4_journal_get_undo_access by Theodore Ts'o · 14 years ago
  62. 2846e82 ext4: move ext4_add_groupblocks() to mballoc.c by Amir Goldstein · 14 years ago
  63. 66bb827 ext4: remove redundant #ifdef in super.c by Amerigo Wang · 14 years ago
  64. 55ff384 ext4: remove redundant check for first_not_zeroed in ext4_register_li_request by Tao Ma · 14 years ago
  65. 00d0988 ext4: use s_inodes_per_block directly in __ext4_get_inode_loc by Tao Ma · 14 years ago
  66. e8bbe8c ext4: use EXT4FS_DEBUG instead of EXT4_DEBUG in fsync.c by Tao Ma · 14 years ago
  67. 667eff3 ext4: reimplement convert and split_unwritten by Yongqiang Yang · 14 years ago
  68. 47ea3bb ext4: add ext4_split_extent_at() and ext4_split_extent() by Yongqiang Yang · 14 years ago
  69. 197217a ext4: add a function merging extents right and left by Yongqiang Yang · 14 years ago
  70. df5e622 ext4: fix deadlock in ext4_symlink() in ENOSPC conditions by Jan Kara · 14 years ago
  71. 7ad8e4e ext4: Fix fs corruption when make_indexed_dir() fails by Jan Kara · 14 years ago
  72. 74e4e6d ext4: set extents flag when migrating file to use extents by Theodore Ts'o · 14 years ago
  73. dc2070a ext4: remove dead code in ext4_has_free_blocks() by Shaohua Li · 14 years ago
  74. d9f3450 ext4: ignore errors when issuing discards by Theodore Ts'o · 14 years ago
  75. 39db00f ext4: don't set PageUptodate in ext4_end_bio() by Curt Wohlgemuth · 14 years ago
  76. 2035e77 ext4: check for ext[23] file system features when mounting as ext[23] by Theodore Ts'o · 14 years ago
  77. 26626f11 ext4: release page cache in ext4_mb_load_buddy error path by Yang Ruirui · 14 years ago
  78. a97b520 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  79. c820563 ext4: fix data corruption regression by reverting commit 6de9843dab3f by Theodore Ts'o · 14 years ago
  80. f80da1e ext4: Allow indirect-block file to grow the file size to max file size by Kazuya Mio · 14 years ago
  81. be4f27d ext4: allow an active handle to be started when freezing by Yongqiang Yang · 14 years ago
  82. 0893ed4 ext4: sync the directory inode in ext4_sync_parent() by Curt Wohlgemuth · 14 years ago
  83. 0449641 ext4: init timer earlier to avoid a kernel panic in __save_error_info by Tao Ma · 14 years ago
  84. 46e4690 ext4: fix a double free in ext4_register_li_request by Tao Ma · 14 years ago
  85. 5b41395 ext4: fix credits computing for indirect mapped files by Yongqiang Yang · 14 years ago
  86. 21f9769 ext4: remove unnecessary [cm]time update of quota file by Jan Kara · 14 years ago
  87. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  88. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  89. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  90. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 14 years ago
  91. 50e0168 ext4: use little-endian bitops by Akinobu Mita · 14 years ago
  92. 0ba0851 ext4: fix a BUG in mb_mark_used during trim. by Tao Ma · 14 years ago
  93. 65922cb ext4: unused variables cleanup in fs/ext4/extents.c by Sergey Senozhatsky · 14 years ago
  94. 6de9843 ext4: remove redundant set_buffer_mapped() in ext4_da_get_block_prep() by Feng Tang · 14 years ago
  95. 0562e0b ext4: add more tracepoints and use dev_t in the trace buffer by Jiaying Zhang · 14 years ago
  96. 4596fe0 ext4: don't kfree uninitialized s_group_info members by Eric Sandeen · 14 years ago
  97. 21149d6 ext4: add missing space in printk's in __ext4_grp_locked_error() by Robin Dong · 14 years ago
  98. a56e69c ext4: add FITRIM to compat_ioctl. by Tao Ma · 14 years ago
  99. d67d121 ext4: handle errors in ext4_clear_blocks() by Amir Goldstein · 14 years ago
  100. 537a031 ext4: unify the ext4_handle_release_buffer() api by Amir Goldstein · 14 years ago