1. ae81230 ext4: reserve inodes and feature code for 'quota' feature by Aditya Kali · 13 years ago
  2. c5e06d1 ext4: add support for multiple mount protection by Johann Lombardi · 13 years ago
  3. d02a939 ext4: ensure f_bfree returned by ext4_statfs() is non-negative by Kazuya Mio · 13 years ago
  4. 28739ee ext4: protect bb_first_free in ext4_trim_all_free() with group lock by Lukas Czerner · 13 years ago
  5. 7894408 ext4: only load buddy bitmap in ext4_trim_fs() when it is needed by Lukas Czerner · 13 years ago
  6. 93628ff ext4: fix waiting and sending of a barrier in ext4_sync_file() by Jan Kara · 13 years ago
  7. b221349 ext4: fix ext4_ext_fiemap_cb() to handle blocks before request range correctly by Yongqiang Yang · 13 years ago
  8. 072bd7e ext4: use truncate_setsize() unconditionally by Theodore Ts'o · 13 years ago
  9. f6d2f6b ext4: fix unbalanced up_write() in ext4_ext_truncate() error path by Eric Gouriou · 13 years ago
  10. 77f4135 ext4: count hits/misses of extent cache and expose in sysfs by Vivek Haldar · 13 years ago
  11. 9391741 ext4: make ext4_split_extent() handle error correctly by Yongqiang Yang · 13 years ago
  12. 373cd5c ext4: don't show mount options in /proc/mounts if there is no journal by Theodore Ts'o · 13 years ago
  13. 1bb933f ext4: fix possible use-after-free in ext4_remove_li_request() by Lukas Czerner · 13 years ago
  14. 51ce651 ext4: fix the mount option "init_itable=n" to work as expected for n=0 by Lukas Czerner · 13 years ago
  15. e1290b3 ext4: Remove unnecessary wait_event ext4_run_lazyinit_thread() by Lukas Czerner · 13 years ago
  16. 4ed5c03 ext4: Use schedule_timeout_interruptible() for waiting in lazyinit thread by Lukas Czerner · 13 years ago
  17. 0e49989 ext4: wait for writeback to complete while making pages writable by Darrick J. Wong · 13 years ago
  18. 7cb1a53 ext4: clean up some wait_on_page_writeback calls by Darrick J. Wong · 13 years ago
  19. ed3ce80 ext4: don't warn about mnt_count if it has been disabled by Tao Ma · 13 years ago
  20. 9b940f8 ext4: ext4_ext_convert_to_initialized bug found in extended FSX testing by Allison Henderson · 13 years ago
  21. 0b26859 ext4: fix oops in ext4_quota_off() by Amir Goldstein · 13 years ago
  22. 6976a6f ext4: don't dereference null pointer when make_indexed_dir() fails by Allison Henderson · 13 years ago
  23. 44183d4 ext4: remove alloc_semp by Amir Goldstein · 13 years ago
  24. 9b8b7d3 ext4: teach ext4_mb_init_cache() to skip uptodate buddy caches by Amir Goldstein · 13 years ago
  25. 2de8807 ext4: synchronize ext4_mb_init_group() with buddy page lock by Amir Goldstein · 13 years ago
  26. e73a347 ext4: implement ext4_add_groupblocks() by freeing blocks by Amir Goldstein · 13 years ago
  27. 2cd05cc ext4: remove unneeded ext4_journal_get_undo_access by Theodore Ts'o · 13 years ago
  28. 2846e82 ext4: move ext4_add_groupblocks() to mballoc.c by Amir Goldstein · 13 years ago
  29. 66bb827 ext4: remove redundant #ifdef in super.c by Amerigo Wang · 13 years ago
  30. 55ff384 ext4: remove redundant check for first_not_zeroed in ext4_register_li_request by Tao Ma · 13 years ago
  31. 00d0988 ext4: use s_inodes_per_block directly in __ext4_get_inode_loc by Tao Ma · 13 years ago
  32. e8bbe8c ext4: use EXT4FS_DEBUG instead of EXT4_DEBUG in fsync.c by Tao Ma · 13 years ago
  33. 667eff3 ext4: reimplement convert and split_unwritten by Yongqiang Yang · 13 years ago
  34. 47ea3bb ext4: add ext4_split_extent_at() and ext4_split_extent() by Yongqiang Yang · 13 years ago
  35. 197217a ext4: add a function merging extents right and left by Yongqiang Yang · 13 years ago
  36. df5e622 ext4: fix deadlock in ext4_symlink() in ENOSPC conditions by Jan Kara · 13 years ago
  37. 7ad8e4e ext4: Fix fs corruption when make_indexed_dir() fails by Jan Kara · 13 years ago
  38. 74e4e6d ext4: set extents flag when migrating file to use extents by Theodore Ts'o · 13 years ago
  39. dc2070a ext4: remove dead code in ext4_has_free_blocks() by Shaohua Li · 13 years ago
  40. d9f3450 ext4: ignore errors when issuing discards by Theodore Ts'o · 13 years ago
  41. 39db00f ext4: don't set PageUptodate in ext4_end_bio() by Curt Wohlgemuth · 13 years ago
  42. 2035e77 ext4: check for ext[23] file system features when mounting as ext[23] by Theodore Ts'o · 13 years ago
  43. 26626f11 ext4: release page cache in ext4_mb_load_buddy error path by Yang Ruirui · 13 years ago
  44. a97b520 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  45. c820563 ext4: fix data corruption regression by reverting commit 6de9843dab3f by Theodore Ts'o · 13 years ago
  46. f80da1e ext4: Allow indirect-block file to grow the file size to max file size by Kazuya Mio · 13 years ago
  47. be4f27d ext4: allow an active handle to be started when freezing by Yongqiang Yang · 13 years ago
  48. 0893ed4 ext4: sync the directory inode in ext4_sync_parent() by Curt Wohlgemuth · 13 years ago
  49. 0449641 ext4: init timer earlier to avoid a kernel panic in __save_error_info by Tao Ma · 13 years ago
  50. 46e4690 ext4: fix a double free in ext4_register_li_request by Tao Ma · 13 years ago
  51. 5b41395 ext4: fix credits computing for indirect mapped files by Yongqiang Yang · 13 years ago
  52. 21f9769 ext4: remove unnecessary [cm]time update of quota file by Jan Kara · 13 years ago
  53. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  54. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  55. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  56. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  57. 50e0168 ext4: use little-endian bitops by Akinobu Mita · 13 years ago
  58. 0ba0851 ext4: fix a BUG in mb_mark_used during trim. by Tao Ma · 13 years ago
  59. 65922cb ext4: unused variables cleanup in fs/ext4/extents.c by Sergey Senozhatsky · 13 years ago
  60. 6de9843 ext4: remove redundant set_buffer_mapped() in ext4_da_get_block_prep() by Feng Tang · 13 years ago
  61. 0562e0b ext4: add more tracepoints and use dev_t in the trace buffer by Jiaying Zhang · 13 years ago
  62. 4596fe0 ext4: don't kfree uninitialized s_group_info members by Eric Sandeen · 13 years ago
  63. 21149d6 ext4: add missing space in printk's in __ext4_grp_locked_error() by Robin Dong · 13 years ago
  64. a56e69c ext4: add FITRIM to compat_ioctl. by Tao Ma · 13 years ago
  65. d67d121 ext4: handle errors in ext4_clear_blocks() by Amir Goldstein · 13 years ago
  66. 537a031 ext4: unify the ext4_handle_release_buffer() api by Amir Goldstein · 13 years ago
  67. ef60789 ext4: handle errors in ext4_rename by Amir Goldstein · 13 years ago
  68. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  69. 688f869 ext4: Initialize fsync transaction ids in ext4_new_inode() by Theodore Ts'o · 13 years ago
  70. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  71. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  72. f2fa2ff ext4: Copy fs UUID to superblock by Aneesh Kumar K.V · 13 years ago
  73. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 13 years ago
  74. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  75. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  76. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  77. 198868f ext4: Use single thread to perform DIO unwritten convertion by Mingming Cao · 13 years ago
  78. b616844 ext4: optimize ext4_bio_write_page() when no extent conversion is needed by Theodore Ts'o · 13 years ago
  79. d39195c ext4: skip orphan cleanup if fs has unknown ROCOMPAT features by Amir Goldstein · 13 years ago
  80. 8e8eaab ext4: use the nblocks arg to ext4_truncate_restart_trans() by Amir Goldstein · 13 years ago
  81. 32a9bb5 ext4: fix missing iput of root inode for some mount error paths by Manish Katiyar · 13 years ago
  82. 6d9c85e ext4: make FIEMAP and delayed allocation play well together by Yongqiang Yang · 13 years ago
  83. 4dd89fc ext4: suppress verbose debugging information if malloc-debug is off by Theodore Ts'o · 13 years ago
  84. a54aa76 ext4: don't leave PageWriteback set after memory failure by Theodore Ts'o · 13 years ago
  85. 168fc02 ext4: move setup of the mpd structure to write_cache_pages_da() by Theodore Ts'o · 13 years ago
  86. 78aaced ext4: don't lock the next page in write_cache_pages if not needed by Theodore Ts'o · 13 years ago
  87. ee6ecbc ext4: remove page_skipped hackery in ext4_da_writepages() by Theodore Ts'o · 13 years ago
  88. 9749895 ext4: clear the dirty bit for a page in writeback at the last minute by Theodore Ts'o · 13 years ago
  89. 4f01b02 ext4: simple cleanups to write_cache_pages_da() by Theodore Ts'o · 13 years ago
  90. 8eb9e5c ext4: fold __mpage_da_writepage() into write_cache_pages_da() by Theodore Ts'o · 13 years ago
  91. 6fd7a46 ext4: enable mblk_io_submit by default by Theodore Ts'o · 13 years ago
  92. c7f5938 ext4: fix ext4_da_block_invalidatepages() to handle page range properly by Curt Wohlgemuth · 13 years ago
  93. e0fd9b9 ext4: mark multi-page IO complete on mapping failure by Curt Wohlgemuth · 13 years ago
  94. 5a54b2f ext4: mballoc: don't replace the current preallocation group unnecessarily by Coly Li · 13 years ago
  95. 58696f3 ext4: clarify description of ac_g_ex in struct ext4_allocation_context by Coly Li · 13 years ago
  96. 7c78605 mballoc: add comments to ext4_mb_mark_free_simple() by Coly Li · 13 years ago
  97. 235772d ext4: remove unncessary call mb_find_buddy() in debugging code by Coly Li · 13 years ago
  98. 84b775a ext4: code cleanup in mb_find_buddy() by Coly Li · 13 years ago
  99. ea66333 ext4: enable acls and user_xattr by default by Eric Sandeen · 13 years ago
  100. 5c2ed62 ext4: Adjust minlen with discard_granularity in the FITRIM ioctl by Lukas Czerner · 13 years ago