1. 4ed5c03 ext4: Use schedule_timeout_interruptible() for waiting in lazyinit thread by Lukas Czerner · 13 years ago
  2. ed3ce80 ext4: don't warn about mnt_count if it has been disabled by Tao Ma · 13 years ago
  3. 0b26859 ext4: fix oops in ext4_quota_off() by Amir Goldstein · 13 years ago
  4. 66bb827 ext4: remove redundant #ifdef in super.c by Amerigo Wang · 13 years ago
  5. 55ff384 ext4: remove redundant check for first_not_zeroed in ext4_register_li_request by Tao Ma · 13 years ago
  6. 2035e77 ext4: check for ext[23] file system features when mounting as ext[23] by Theodore Ts'o · 13 years ago
  7. a97b520 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  8. be4f27d ext4: allow an active handle to be started when freezing by Yongqiang Yang · 13 years ago
  9. 0449641 ext4: init timer earlier to avoid a kernel panic in __save_error_info by Tao Ma · 13 years ago
  10. 46e4690 ext4: fix a double free in ext4_register_li_request by Tao Ma · 13 years ago
  11. 21f9769 ext4: remove unnecessary [cm]time update of quota file by Jan Kara · 13 years ago
  12. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  13. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  14. 21149d6 ext4: add missing space in printk's in __ext4_grp_locked_error() by Robin Dong · 14 years ago
  15. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  16. f2fa2ff ext4: Copy fs UUID to superblock by Aneesh Kumar K.V · 14 years ago
  17. 198868f ext4: Use single thread to perform DIO unwritten convertion by Mingming Cao · 14 years ago
  18. d39195c ext4: skip orphan cleanup if fs has unknown ROCOMPAT features by Amir Goldstein · 14 years ago
  19. 32a9bb5 ext4: fix missing iput of root inode for some mount error paths by Manish Katiyar · 14 years ago
  20. 6fd7a46 ext4: enable mblk_io_submit by default by Theodore Ts'o · 14 years ago
  21. ea66333 ext4: enable acls and user_xattr by default by Eric Sandeen · 14 years ago
  22. 0b75a84 ext4: mark file-local functions and variables as static by Lukas Czerner · 14 years ago
  23. 5dbd571 ext4: allow inode_readahead_blks=0 (linux-2.6.37) by Alexander V. Lukyanov · 14 years ago
  24. 7dc5761 ext4: Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 14 years ago
  25. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 14 years ago
  26. e9e3bce ext4: serialize unaligned asynchronous DIO by Eric Sandeen · 14 years ago
  27. dd68314 ext4: fix up ext4 error handling by Theodore Ts'o · 14 years ago
  28. 8f02122 ext4: unregister features interface on module unload by Lukas Czerner · 14 years ago
  29. 8f1f745 ext4: fix panic on module unload when stopping lazyinit thread by Eric Sandeen · 14 years ago
  30. fd89d5f ext4: convert to alloc_workqueue() by Tejun Heo · 14 years ago
  31. 4843456 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  32. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  33. f00c9e4 quota: Fix deadlock during path resolution by Jan Kara · 14 years ago
  34. e9688f6 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  35. 6c5a6cb ext4: fix uninitialized variable in ext4_register_li_request by Andrew Morton · 14 years ago
  36. 8aefcd5 ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary by Theodore Ts'o · 14 years ago
  37. f232109 ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED by Theodore Ts'o · 14 years ago
  38. f7c2117 ext4: Use ext4_error_file() to print the pathname to the corrupted inode by Theodore Ts'o · 14 years ago
  39. f9a62d0 ext4: use IS_ERR() to check for errors in ext4_error_file by Dan Carpenter · 14 years ago
  40. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  41. 0ff2ea7 ext4: Use printf extension %pV by Joe Perches · 14 years ago
  42. 94de56a ext4: Use vzalloc in ext4_fill_flex_info() by Joe Perches · 14 years ago
  43. a2595b8 ext4: Add second mount options field since the s_mount_opt is full up by Theodore Ts'o · 14 years ago
  44. 673c610 ext4: Move struct ext4_mount_options from ext4.h to super.c by Theodore Ts'o · 14 years ago
  45. fd8c37e ext4: Simplify the usage of clear_opt() and set_opt() macros by Theodore Ts'o · 14 years ago
  46. 1449032 ext4: Turn off multiple page-io submission by default by Theodore Ts'o · 14 years ago
  47. 93bb41f fs: Do not dispatch FITRIM through separate super_operation by Lukas Czerner · 14 years ago
  48. 5a9ae68 ext4: ext4_fill_super shouldn't return 0 on corruption by Darrick J. Wong · 14 years ago
  49. f4c8cc6 ext4: missing unlock in ext4_clear_request_list() by Dan Carpenter · 14 years ago
  50. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  51. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  52. 7ff9c07 ext4: Add new ext4 inode tracepoints by Theodore Ts'o · 14 years ago
  53. 87009d8 ext4: do not try to grab the s_umount semaphore in ext4_quota_off by Dmitry Monakhov · 14 years ago
  54. f7ad6d2 ext4: handle writeback of inodes which are being freed by Theodore Ts'o · 14 years ago
  55. ce7e010 ext4: initialize the percpu counters before replaying the journal by Theodore Ts'o · 14 years ago
  56. b2c78cd ext4: "ret" may be used uninitialized in ext4_lazyinit_thread() by Theodore Ts'o · 14 years ago
  57. f4245bd ext4: fix lazyinit hang after removing request by Lukas Czerner · 14 years ago
  58. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  59. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  60. beed5ecb ext4: fix unbalanced mutex unlock in error path of ext4_li_request_new by Nicolas Kaiser · 14 years ago
  61. 1f109d5 ext4: make various ext4 functions be static by Theodore Ts'o · 14 years ago
  62. 5dabfc7 ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*() by Theodore Ts'o · 14 years ago
  63. 7f93cff ext4: fix kernel oops if the journal superblock has a non-zero j_errno by Theodore Ts'o · 14 years ago
  64. 27ee40d ext4: add batched_discard into ext4 feature list by Lukas Czerner · 14 years ago
  65. 7360d17 ext4: Add batched discard support for ext4 by Lukas Czerner · 14 years ago
  66. bd2d021 ext4: use bio layer instead of buffer layer in mpage_da_submit_io by Theodore Ts'o · 14 years ago
  67. c41303c ext4: don't update sb journal_devnum when RO dev by Maciej Żenczykowski · 14 years ago
  68. 857ac88 ext4: add interface to advertise ext4 features in sysfs by Lukas Czerner · 14 years ago
  69. bfff687 ext4: add support for lazy inode table initialization by Lukas Czerner · 14 years ago
  70. a1c6c56 ext4: fix NULL pointer dereference in print_daily_error_info() by Sergey Senozhatsky · 14 years ago
  71. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  72. f2143c4 BKL: Remove BKL from ext4 filesystem by Jan Blunck · 15 years ago
  73. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  74. 30ca22c ext3/ext4: Factor out disk addressability check by Patrick J. LoPresti · 14 years ago
  75. 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
  76. 0930fcc convert ext4 to ->evict_inode() by Al Viro · 14 years ago
  77. 09dc942 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  78. a931da6 jbd2: Change j_state_lock to be a rwlock_t by Theodore Ts'o · 14 years ago
  79. 8b67f04 ext4: Add mount options in superblock by Theodore Ts'o · 14 years ago
  80. ca0e05e ext4: force block allocation on quota_off by Dmitry Monakhov · 14 years ago
  81. 437f88c ext4: fix freeze deadlock under IO by Eric Sandeen · 14 years ago
  82. f613dfc ext4: check to make make sure bd_dev is set before dereferencing it by Theodore Ts'o · 14 years ago
  83. 62d2b5f ext4: Always journal quota file modifications by Jan Kara · 14 years ago
  84. dcc7dae ext4: Fix potential memory leak in ext4_fill_super by Cyrill Gorcunov · 14 years ago
  85. 66e61a9 ext4: Once a day, printk file system error information to dmesg by Theodore Ts'o · 14 years ago
  86. 1c13d5c ext4: Save error information to the superblock for analysis by Theodore Ts'o · 14 years ago
  87. c398eda ext4: Pass line numbers to ext4_error() and friends by Theodore Ts'o · 14 years ago
  88. 90c7201 ext4: Pass line number to ext4_journal_abort_handle() by Theodore Ts'o · 14 years ago
  89. e29136f ext4: Enhance ext4_grp_locked_error() to take block and function numbers by Theodore Ts'o · 14 years ago
  90. c67d859 ext4: clean up ext4_abort() so __func__ is now implicit by Theodore Ts'o · 14 years ago
  91. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  92. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  93. 206f7ab ext4: remove vestiges of nobh support by Christoph Hellwig · 14 years ago
  94. d28619f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  95. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  96. 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 14 years ago
  97. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  98. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  99. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  100. 60e6679 ext4: Drop whitespace at end of lines by Theodore Ts'o · 14 years ago