1. ef58f69 ext4: use proper csum calculation in ext4_rename by Tao Ma · 12 years ago
  2. 952fc18 ext4: fix overhead calculation used by ext4_statfs() by Theodore Ts'o · 12 years ago
  3. f6fb99c ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr by Theodore Ts'o · 12 years ago
  4. f4e95b3 ext4: honor O_(D)SYNC semantic in ext4_fallocate() by Zheng Liu · 12 years ago
  5. 1c8457c ext4: avoid uneeded calls to ext4_mb_load_buddy() while reading mb_groups by Aditya Kali · 12 years ago
  6. b22b1f1 ext4: don't set i_flags in EXT4_IOC_SETFLAGS by Tao Ma · 12 years ago
  7. b0dd6b7 ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bg by Theodore Ts'o · 12 years ago
  8. 4edebed Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  9. 5e44f8c ext4: hole-punch use truncate_pagecache_range by Hugh Dickins · 12 years ago
  10. 9559996 ext4: remove mb_groups before tearing down the buddy_cache by Salman Qazi · 12 years ago
  11. 02b7831 ext4: add ext4_mb_unload_buddy in the error path by Salman Qazi · 12 years ago
  12. 7990696 ext4: don't trash state flags in EXT4_IOC_SETFLAGS by Theodore Ts'o · 12 years ago
  13. 9660755 ext4: let getattr report the right blocks in delalloc+bigalloc by Tao Ma · 12 years ago
  14. f3fc0210 ext4: add missing save_error_info() to ext4_error() by Theodore Ts'o · 12 years ago
  15. 2c0544b ext4: add debugging trigger for ext4_error() by Theodore Ts'o · 12 years ago
  16. 6f2e9f0 ext4: protect group inode free counting with group lock by Tao Ma · 12 years ago
  17. 8563000 ext4: use consistent ssize_t type in ext4_file_write() by Zheng Liu · 12 years ago
  18. 4a3c3a5 ext4: fix format flag in ext4_ext_binsearch_idx() by Zheng Liu · 12 years ago
  19. 400db9d ext4: cleanup in ext4_discard_allocated_blocks() by Zheng Liu · 12 years ago
  20. 2cde417 ext4: return ENOMEM when mounts fail due to lack of memory by Theodore Ts'o · 12 years ago
  21. 2716b80 ext4: remove redundundant "(char *) bh->b_data" casts by Theodore Ts'o · 12 years ago
  22. 7e936b7 ext4: disallow hard-linked directory in ext4_lookup by Andreas Dilger · 12 years ago
  23. 967ac8a ext4: fix potential integer overflow in alloc_flex_gd() by Haogang Chen · 12 years ago
  24. 9d99012 ext4: remove needs_recovery in ext4_mb_init() by Akira Fujita · 12 years ago
  25. 7e84b62 ext4: force ro mount if ext4_setup_super() fails by Eric Sandeen · 12 years ago
  26. bb3d132 ext4: fix potential NULL dereference in ext4_free_inodes_counts() by Dan Carpenter · 12 years ago
  27. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  28. e93376c ext4/jbd2: add metadata checksumming to the list of supported features by Darrick J. Wong · 12 years ago
  29. 25ed6e8 jbd2: enable journal clients to enable v2 checksumming by Darrick J. Wong · 12 years ago
  30. ece78b7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  31. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  32. f32aaf2 ext4: enable the 64-bit jbd2 feature based on the 64-bit ext4 feature by Theodore Ts'o · 12 years ago
  33. 08cefc7 userns: Convert ext4 to user kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  34. 0b7f7ce ext4: Remove i_mutex use from ext4_quota_write() by Jan Kara · 12 years ago
  35. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  36. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  37. b09de7f ext4: remove unnecessary check in add_dirent_to_buf() by Theodore Ts'o · 12 years ago
  38. 5c359a4 ext4: add checksums to the MMP block by Darrick J. Wong · 12 years ago
  39. feb0ab3 ext4: make block group checksums use metadata_csum algorithm by Darrick J. Wong · 12 years ago
  40. cc8e94f ext4: Calculate and verify checksums of extended attribute blocks by Darrick J. Wong · 12 years ago
  41. b0336e8 ext4: calculate and verify checksums of directory leaf blocks by Darrick J. Wong · 12 years ago
  42. dbe8944 ext4: Calculate and verify checksums for htree nodes by Darrick J. Wong · 12 years ago
  43. 7ac5990 ext4: verify and calculate checksums for extent tree blocks by Darrick J. Wong · 12 years ago
  44. fa77dcf ext4: calculate and verify block bitmap checksum by Darrick J. Wong · 12 years ago
  45. 41a246d ext4: calculate and verify checksums for inode bitmaps by Darrick J. Wong · 12 years ago
  46. 814525f ext4: calculate and verify inode checksums by Darrick J. Wong · 12 years ago
  47. a9c47317 ext4: calculate and verify superblock checksum by Darrick J. Wong · 12 years ago
  48. 0441984 ext4: load the crc32c driver if necessary by Darrick J. Wong · 12 years ago
  49. d25425f ext4: record the checksum algorithm in use in the superblock by Darrick J. Wong · 12 years ago
  50. e615391 ext4: change on-disk layout to support extended metadata checksumming by Darrick J. Wong · 12 years ago
  51. f848912 ext4: create a new BH_Verified flag to avoid unnecessary metadata validation by Darrick J. Wong · 12 years ago
  52. 95f7147 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  53. db7e5c6 super.c: unused variable warning without CONFIG_QUOTA by Eldad Zack · 12 years ago
  54. 592fe89 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  55. 57f73c2 ext4: fix handling of journalled quota options by Theodore Ts'o · 12 years ago
  56. 9cd70b3 ext4: address scalability issue by removing extent cache statistics by Theodore Ts'o · 12 years ago
  57. af1584f ext4: fix endianness breakage in ext4_split_extent_at() by Al Viro · 12 years ago
  58. 6268b32 Revert "ext4: don't release page refs in ext4_end_bio()" by Linus Torvalds · 12 years ago
  59. 71db34f Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  60. 69e1aad Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  61. 182f514 ext4: remove useless s_dirt assignment by Artem Bityutskiy · 12 years ago
  62. a8e25a8 ext4: write superblock only once on unmount by Artem Bityutskiy · 12 years ago
  63. 1b8b975 ext4: do not mark superblock as dirty unnecessarily by Artem Bityutskiy · 12 years ago
  64. 7335519 ext4: correct ext4_punch_hole return codes by Allison Henderson · 12 years ago
  65. afcff5d ext4: remove restrictive checks for EOFBLOCKS_FL by Lukas Czerner · 12 years ago
  66. a7967f0 ext4: always set then trimmed blocks count into len by Lukas Czerner · 12 years ago
  67. 21e7fd2 ext4: fix trimmed block count accunting by Lukas Czerner · 12 years ago
  68. 913eed83 ext4: fix start and len arguments handling in ext4_trim_fs() by Lukas Czerner · 12 years ago
  69. 07c0c5d8 ext4: initialization of ext4_li_mtx needs to be done earlier by Al Viro · 12 years ago
  70. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  71. 636d7e2e ext4: update s_free_{inodes,blocks}_count during online resize by Darrick J. Wong · 12 years ago
  72. 92b9781 ext4: change some printk() calls to use ext4_msg() instead by Theodore Ts'o · 12 years ago
  73. d9ee81d ext4: avoid output message interleaving in ext4_error_<foo>() by Joe Perches · 12 years ago
  74. 1084f25 ext4: remove trailing newlines from ext4_msg() and ext4_error() messages by Theodore Ts'o · 12 years ago
  75. ace36ad ext4: add no_printk argument validation, fix fallout by Joe Perches · 12 years ago
  76. 7f6a11e ext4: remove redundant "EXT4-fs: " from uses of ext4_msg by Joe Perches · 12 years ago
  77. dc1841d ext4: give more helpful error message in ext4_ext_rm_leaf() by Lukas Czerner · 12 years ago
  78. 7877191 ext4: remove unused code from ext4_ext_map_blocks() by Lukas Czerner · 12 years ago
  79. 5f95d21 ext4: rewrite punch hole to use ext4_ext_remove_space() by Lukas Czerner · 12 years ago
  80. d1f5273 ext4: return 32/64-bit dir name hash according to usage type by Fan Yong · 12 years ago
  81. 31d4f3a ext4: check for zero length extent by Theodore Ts'o · 12 years ago
  82. 4188188 ext4: add comments to definition of ext4_io_end_t by Curt Wohlgemuth · 12 years ago
  83. b43d17f ext4: don't release page refs in ext4_end_bio() by Curt Wohlgemuth · 12 years ago
  84. 491caa4 ext4: fix race between sync and completed io work by Jeff Moyer · 12 years ago
  85. 93ef854 ext4: clean up the flags passed to __blockdev_direct_IO by Jeff Moyer · 12 years ago
  86. f704860 ext4: try to deprecate noacl and noxattr_user mount options by Theodore Ts'o · 12 years ago
  87. c7198b9 ext4: ignore mount options supported by ext2/3 (but have since been removed) by Theodore Ts'o · 12 years ago
  88. 66acdcf ext4: add debugging /proc file showing file system options by Theodore Ts'o · 12 years ago
  89. 5a916be ext4: make ext4_show_options() be table-driven by Theodore Ts'o · 12 years ago
  90. 2adf6da ext4: move ext4_show_options() after parse_options() by Theodore Ts'o · 12 years ago
  91. 26092bf ext4: use a table-driven handler for mount options by Theodore Ts'o · 12 years ago
  92. 72578c3 ext4: unify handling of mount options which have been removed by Theodore Ts'o · 12 years ago
  93. 39ef17f ext4: simplify handling of the errors=* mount options by Theodore Ts'o · 12 years ago
  94. c64db50 ext4: remove the I_VERSION mount flag and use the super_block flag instead by Theodore Ts'o · 12 years ago
  95. ee4a3fc ext4: remove Opt_ignore by Theodore Ts'o · 12 years ago
  96. 87f2680 ext4: remove deprecation warnings for minix_df and grpid by Theodore Ts'o · 12 years ago
  97. 85d2165 ext4: Fix endianness bug when reading the MMP block by Santosh Nayak · 12 years ago
  98. 9ee4930 ext4: format flag in dx_probe() by Zheng Liu · 12 years ago
  99. c1bb05a ext4: avoid deadlock on sync-mounted FS w/o journal by Eric Sandeen · 12 years ago
  100. a0ade1d ext4: fix resize when resizing within single group by Lukas Czerner · 12 years ago