1. 9d0be50 ext4: Calculate metadata requirements more accurately by Theodore Ts'o · 15 years ago
  2. ee5f4d9 ext4: Fix accounting of reserved metadata blocks by Theodore Ts'o · 15 years ago
  3. 0637c6f ext4: Patch up how we claim metadata blocks for quota purposes by Theodore Ts'o · 15 years ago
  4. 515f41c ext4: Ensure zeroout blocks have no dirty metadata by Aneesh Kumar K.V · 15 years ago
  5. 2faf2e1 ext4: return correct wbc.nr_to_write in ext4_da_writepages by Richard Kennedy · 15 years ago
  6. c8afb44 ext4: flush delalloc blocks when space is low by Eric Sandeen · 15 years ago
  7. d3533d7 ext4: Eliminate potential double free on error path by Julia Lawall · 15 years ago
  8. a6b43e3 ext4: fix unsigned long long printk warning in super.c by Andrew Morton · 15 years ago
  9. cc3e1be ext4, jbd2: Add barriers for file systems with exernal journals by Theodore Ts'o · 15 years ago
  10. 034fb4c ext4: replace BUG() with return -EIO in ext4_ext_get_blocks by Surbhi Palande · 15 years ago
  11. 51b7e3c ext4: add module aliases for ext2 and ext3 by Theodore Ts'o · 15 years ago
  12. 84c6647 ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configured by David Howells · 15 years ago
  13. 149feb0 ext4: remove unused #include <linux/version.h> by Huang Weiyi · 15 years ago
  14. 39bc680 ext4: fix sleep inside spinlock issue with quota and dealloc (#14739) by Dmitry Monakhov · 15 years ago
  15. d21cd8f ext4: Fix potential quota deadlock by Dmitry Monakhov · 15 years ago
  16. a9e7f44 ext4: Convert to generic reserved quota's space management. by Dmitry Monakhov · 15 years ago
  17. b6e3224 Revert "task_struct: make journal_info conditional" by Linus Torvalds · 15 years ago
  18. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  19. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  20. e4c570c task_struct: make journal_info conditional by Hiroshi Shimamoto · 15 years ago
  21. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  22. 3126c13 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  23. 4515c30 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  24. 5a20bdf ext4: Support for 64-bit quota format by Jan Kara · 15 years ago
  25. fab3a54 ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem) by Theodore Ts'o · 15 years ago
  26. a214238 ext4: Do not override ext2 or ext3 if built they are built as modules by Theodore Ts'o · 15 years ago
  27. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  28. 4a58579 ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  29. b436b9b ext4: Wait for proper transaction commit on fsync by Jan Kara · 15 years ago
  30. 194074a ext4: fix incorrect block reservation on quota transfer. by Dmitry Monakhov · 15 years ago
  31. 5aca07e ext4: quota macros cleanup by Dmitry Monakhov · 15 years ago
  32. 8aa6790 ext4: ext4_get_reserved_space() must return bytes instead of blocks by Dmitry Monakhov · 15 years ago
  33. b844167 ext4: remove blocks from inode prealloc list on failure by Curt Wohlgemuth · 15 years ago
  34. d4edac3 ext4: wait for log to commit when umounting by Josef Bacik · 15 years ago
  35. b9a4207 ext4: Avoid data / filesystem corruption when write fails to copy data by Jan Kara · 15 years ago
  36. 24b5842 ext4: Use ext4 file system driver for ext2/ext3 file system mounts by Theodore Ts'o · 15 years ago
  37. c09eef3 ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks() by Roel Kluin · 15 years ago
  38. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  39. bf48aab tree-wide: fix typos "offest" -> "offset" by Uwe Kleine-König · 15 years ago
  40. 3f0ca30 ext4: remove unused parameter wbc from __ext4_journalled_writepage() by Wu Fengguang · 15 years ago
  41. ac48b0a ext4: move_extent_per_page() cleanup by Akira Fujita · 15 years ago
  42. 446aaa6 ext4: initialize moved_len before calling ext4_move_extents() by Kazuya Mio · 15 years ago
  43. 94d7c16 ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  44. 9084d47 ext4: use ext4_data_block_valid() in ext4_free_blocks() by Theodore Ts'o · 15 years ago
  45. 1585d8d ext4: add check for wraparound in ext4_data_block_valid() by Theodore Ts'o · 15 years ago
  46. e636260 ext4: call ext4_forget() from ext4_free_blocks() by Theodore Ts'o · 15 years ago
  47. 4433871 ext4: fold ext4_free_blocks() and ext4_mb_free_blocks() by Theodore Ts'o · 15 years ago
  48. b7e57e7 ext4: fold ext4_journal_forget() into ext4_forget() by Theodore Ts'o · 15 years ago
  49. e4684b3 ext4: fold ext4_journal_revoke() into ext4_forget() by Theodore Ts'o · 15 years ago
  50. d6797d1 ext4: move ext4_forget() to ext4_jbd2.c by Theodore Ts'o · 15 years ago
  51. e3bb52a ext4: make "norecovery" an alias for "noload" by Eric Sandeen · 15 years ago
  52. 5328e63 ext4: make trim/discard optional (and off by default) by Eric Sandeen · 15 years ago
  53. 2bba702 ext4: fix error handling in ext4_ind_get_blocks() by Jan Kara · 15 years ago
  54. 6b17d90 ext4: avoid issuing unnecessary barriers by Theodore Ts'o · 15 years ago
  55. 1032988 ext4: fix block validity checks so they work correctly with meta_bg by Theodore Ts'o · 15 years ago
  56. 8dadb19 ext4: fix uninit block bitmap initialization when s_meta_first_bg is non-zero by Theodore Ts'o · 15 years ago
  57. 3f8fb94 ext4: don't update the superblock in ext4_statfs() by Theodore Ts'o · 15 years ago
  58. 86ebfd0 ext4: journal all modifications in ext4_xattr_set_handle by Eric Sandeen · 15 years ago
  59. 30c6e07a ext4: fix i_flags access in ext4_da_writepages_trans_blocks() by Julia Lawall · 15 years ago
  60. 5068969 ext4: make sure directory and symlink blocks are revoked by Theodore Ts'o · 15 years ago
  61. beac2da ext4: add tracepoint for ext4_forget() by Theodore Ts'o · 15 years ago
  62. cf40db1 ext4: remove failed journal checksum check by Theodore Ts'o · 15 years ago
  63. 567f3e9 ext4: plug a buffer_head leak in an error path of ext4_iget() by Theodore Ts'o · 15 years ago
  64. 92c2815 ext4: fix spelling typos in move_extent.c by Akira Fujita · 15 years ago
  65. 49bd22b ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  66. fc04cb4 ext4: fix lock order problem in ext4_move_extents() by Akira Fujita · 15 years ago
  67. f868a48 ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails by Akira Fujita · 15 years ago
  68. 503358a ext4: avoid divide by zero when trying to mount a corrupted file system by Theodore Ts'o · 15 years ago
  69. 2de770a ext4: fix potential buffer head leak when add_dirent_to_buf() returns ENOSPC by Theodore Ts'o · 15 years ago
  70. 1e424a3 ext4: partial revert to fix double brelse WARNING() by Theodore Ts'o · 15 years ago
  71. ba230c3 ext4: Fix return value of ext4_split_unwritten_extents() to fix direct I/O by Mingming · 15 years ago
  72. 4b70df1 ext4: code clean up for dio fallocate handling by Mingming · 15 years ago
  73. 5f52495 ext4: skip conversion of uninit extents after direct IO if there isn't any by Mingming · 15 years ago
  74. 109f556 ext4: fix ext4_ext_direct_IO()'s return value after converting uninit extents by Mingming · 15 years ago
  75. fa5d111 ext4: discard preallocation when restarting a transaction during truncate by Aneesh Kumar K.V · 15 years ago
  76. d4da6c9 Revert "ext4: Remove journal_checksum mount option and enable it by default" by Linus Torvalds · 15 years ago
  77. 9117703 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  78. ca0c958 this_cpu: Straight transformations by Christoph Lameter · 15 years ago
  79. fbbf694 [PATCH] ext4: retry failed direct IO allocations by Eric Sandeen · 15 years ago
  80. 74072d0 ext4: Fix build warning in ext4_dirty_inode() by Curt Wohlgemuth · 15 years ago
  81. f0e2dfa ext4: drop ext4dev compat by Eric Sandeen · 15 years ago
  82. 1f94533 ext4: fix a BUG_ON crash by checking that page has buffers attached to it by Theodore Ts'o · 15 years ago
  83. 9f44fdc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  84. c1fccc0 ext4: Fix time encoding with extra epoch bits by Theodore Ts'o · 15 years ago
  85. 296c355 ext4: Use tracepoints for mb_history trace file by Theodore Ts'o · 15 years ago
  86. 90576c0 ext4, jbd2: Drop unneeded printks at mount and unmount time by Theodore Ts'o · 15 years ago
  87. d3d1faf ext4: Handle nested ext4_journal_start/stop calls without a journal by Curt Wohlgemuth · 15 years ago
  88. f3dc272 ext4: Make sure ext4_dirty_inode() updates the inode in no journal mode by Curt Wohlgemuth · 15 years ago
  89. 830156c ext4: Avoid updating the inode table bh twice in no journal mode by Frank Mayhar · 15 years ago
  90. f3ce806 ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes first by Theodore Ts'o · 15 years ago
  91. 8d5d02e ext4: async direct IO for holes and fallocate support by Mingming Cao · 15 years ago
  92. 4c0425f ext4: Use end_io callback to avoid direct I/O fallback to buffered I/O by Mingming Cao · 15 years ago
  93. 0031462 ext4: Split uninitialized extents for direct I/O by Mingming Cao · 15 years ago
  94. 9f0ccfd ext4: release reserved quota when block reservation for delalloc retry by Mingming Cao · 15 years ago
  95. 55138e0 ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks by Theodore Ts'o · 15 years ago
  96. 7178057 ext4: Fix hueristic which avoids group preallocation for closed files by Theodore Ts'o · 15 years ago
  97. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  98. 1693918 ext4: Use ext4_msg() for ext4_da_writepage() errors by Theodore Ts'o · 15 years ago
  99. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  100. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago