1. a02908f ext4: journal credits calulation cleanup and fix for non-extent writepage by Mingming Cao · 16 years ago
  2. cd21322 ext4: Fix delalloc release block reservation for truncate by Mingming Cao · 16 years ago
  3. b4df203 ext4: Fix potential truncate BUG due to i_prealloc_list being non-empty by Theodore Ts'o · 16 years ago
  4. bf068ee ext4: Handle unwritten extent properly with delayed allocation by Aneesh Kumar K.V · 16 years ago
  5. 7d55992 ext4: remove write-only variables from ext4_ordered_write_end by Eric Sandeen · 16 years ago
  6. 2b2d6d0 ext4: Cleanup whitespace and other miscellaneous style issues by Theodore Ts'o · 16 years ago
  7. 12219ae ext4: Cleanup the block reservation code path by Aneesh Kumar K.V · 16 years ago
  8. bc965ab ext4: Fix lack of credits BUG() when deleting a badly fragmented inode by Theodore Ts'o · 16 years ago
  9. d5a0d4f ext4: fix ext4_da_write_begin error path by Eric Sandeen · 16 years ago
  10. 9c83a92 ext4: don't read inode block if the buffer has a write error by Hidehiro Kawai · 16 years ago
  11. 8ab22b9 vfs: pagecache usage optimization for pagesize!=blocksize by Hisashi Hifumi · 16 years ago
  12. 3e3398a ext4: delayed allocation i_blocks fix for stat by Mingming Cao · 16 years ago
  13. 632eaea ext4: fix delalloc i_disksize early update issue by Mingming Cao · 16 years ago
  14. f0e6c98 ext4: Handle page without buffers in ext4_*_writepage() by Aneesh Kumar K.V · 16 years ago
  15. cd1aac3 ext4: Add ordered mode support for delalloc by Aneesh Kumar K.V · 16 years ago
  16. 61628a3 ext4: Invert lock ordering of page_lock and transaction start in delalloc by Mingming Cao · 16 years ago
  17. d2a1763 ext4: delayed allocation ENOSPC handling by Mingming Cao · 16 years ago
  18. 6476924 ext4: Add delayed allocation support in data=writeback mode by Alex Tomas · 16 years ago
  19. 678aaf4 ext4: Use new framework for data=ordered mode in JBD2 by Jan Kara · 16 years ago
  20. cf108bc ext4: Invert the locking order of page_lock and transaction start by Jan Kara · 16 years ago
  21. 2e9ee85 ext4: Use page_mkwrite vma_operations to get mmap write notification. by Aneesh Kumar K.V · 16 years ago
  22. 654b490 ext4: cleanup block allocator by Aneesh Kumar K.V · 16 years ago
  23. 7061eba ext4: Use inode preallocation with -o noextents by Aneesh Kumar K.V · 16 years ago
  24. 71dc8fb ext4: handle deleting corrupted indirect blocks by Duane Griffin · 16 years ago
  25. 91ef4ca ext4: handle corrupted orphan list at mount by Duane Griffin · 16 years ago
  26. f8a87d8 ext4: fix test ext_generic_write_end() copied return value by Roel Kluin · 16 years ago
  27. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 16 years ago
  28. 46e665e ext4: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  29. c0a4ef3 ext4: use ext4_get_group_desc() by Akinobu Mita · 16 years ago
  30. 267e4db ext4: Fix race between migration and mmap write by Aneesh Kumar K.V · 16 years ago
  31. 1cc8dcf5 ext*: spelling fix prefered -> preferred by Benoit Boissinot · 16 years ago
  32. f5ab0d1 ext4: Fix BUG when writing to an unitialized extent by Mingming Cao · 17 years ago
  33. 74d3487 ext4: modify block allocation algorithm for the last group by Valerie Clement · 17 years ago
  34. 642be6e Remove incorrect BKL comments in ext4 by Andi Kleen · 17 years ago
  35. 7fb5409 ext4: Fix Direct I/O locking by Jan Kara · 17 years ago
  36. 0040d98 allow in-inode EAs on ext4 root inode by Eric Sandeen · 17 years ago
  37. 1d1fe1e iget: stop EXT4 from using iget() and read_inode() by David Howells · 17 years ago
  38. fb01bfd ext[234]: remove unused argument for ext[234]_find_goal() by Akinobu Mita · 17 years ago
  39. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 17 years ago
  40. c9de560 ext4: Add multi block allocator for ext4 by Alex Tomas · 17 years ago
  41. 25ec56b ext4: Add inode version support in ext4 by Jean Noel Cordenner · 17 years ago
  42. 4df3d26 ext4: Take read lock during overwrite case. by Aneesh Kumar K.V · 17 years ago
  43. 0e855ac ext4: Convert truncate_mutex to read write semaphore. by Aneesh Kumar K.V · 17 years ago
  44. c278bfe ext4: Make ext4_get_blocks_wrap take the truncate_mutex early. by Aneesh Kumar K.V · 17 years ago
  45. e2b4657 ext4: store maxbytes for bitmapped files and return EFBIG as appropriate by Eric Sandeen · 17 years ago
  46. 8180a56 ext4: Support large files by Aneesh Kumar K.V · 17 years ago
  47. 0fc1b45 ext4: Add support for 48 bit inode i_blocks. by Aneesh Kumar K.V · 17 years ago
  48. a48380f ext4: Rename i_dir_acl to i_size_high by Aneesh Kumar K.V · 17 years ago
  49. 7973c0c ext4: Rename i_file_acl to i_file_acl_lo by Aneesh Kumar K.V · 17 years ago
  50. 1d03ec9 ext4: Fix sparse warnings. by Aneesh Kumar K.V · 17 years ago
  51. fd2d429 ext4: add ext4_group_t, and change all group variables to this type. by Avantika Mathur · 17 years ago
  52. 725d26d ext4: Introduce ext4_lblk_t by Aneesh Kumar K.V · 17 years ago
  53. ac39849 ext4: sparse fixes by Aneesh Kumar K.V · 17 years ago
  54. c1bddad ext4: Fix sparse warnings by Aneesh Kumar K.V · 17 years ago
  55. f077d0d ext4: Remove (partial, never completed) fragment support by Coly Li · 17 years ago
  56. bfc1af6 ext4: convert to new aops by Nick Piggin · 17 years ago
  57. b38bd33 fix ext4/JBD2 build warnings by Mingming Cao · 17 years ago
  58. d699594 ext4: remove extra IS_RDONLY() check by Dave Hansen · 17 years ago
  59. fc0e15a Use zero_user_page() in ext4 where possible by Eric Sandeen · 17 years ago
  60. 6dd4ee7 ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields by Kalpak Shah · 17 years ago
  61. ef7f383 ext4: Add nanosecond timestamps by Kalpak Shah · 17 years ago
  62. ff9ddf7 ext4: copy i_flags to inode flags on write by Jan Kara · 17 years ago
  63. e5d2861 ext4: lost brelse in ext4_read_inode() by Kirill Korotaev · 17 years ago
  64. 8c55e20 EXT4: Fix whitespace by Dave Kleikamp · 17 years ago
  65. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  66. 4d7bf11 ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systems by Markus Rechberger · 17 years ago
  67. 7479d2b [PATCH] revert "retries in ext4_prepare_write() violate ordering requirements" by Andrew Morton · 17 years ago
  68. 3e4fdaf [PATCH] jbd layer function called instead of fs specific one by Dmitriy Monakhov · 18 years ago
  69. 01a732e [PATCH] ext4 calls journal_stop by Randy Dunlap · 18 years ago
  70. b46be05 [PATCH] retries in ext4_prepare_write() violate ordering requirements by Andrey Savochkin · 18 years ago
  71. 8fadc14 [PATCH] ext4: move block number hi bits by Alexandre Ratchov · 18 years ago
  72. 0d1ee42 [PATCH] ext4: allow larger descriptor size by Alexandre Ratchov · 18 years ago
  73. 9b8f1f0 [PATCH] ext4: removesector_t bits check by Mingming Cao · 18 years ago
  74. 2ae0210 [PATCH] ext4: blk_type from sector_t to unsigned long long by Mingming Cao · 18 years ago
  75. bd81d8e [PATCH] ext4: 64bit metadata by Laurent Vivier · 18 years ago
  76. a1ddeb7 [PATCH] ext4: 48bit i_file_acl by Badari Pulavarty · 18 years ago
  77. a86c618 [PATCH] ext3: add extent map support by Alex Tomas · 18 years ago
  78. dab291a [PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbd by Mingming Cao · 18 years ago
  79. 617ba13 [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols by Mingming Cao · 18 years ago
  80. ac27a0e [PATCH] ext4: initial copy of files from ext3 by Dave Kleikamp · 18 years ago