1. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  3. 9b2ff357 ext4: enable quotas before orphan cleanup by Jan Kara · 11 years ago
  4. 262b466 ext4: don't allow quota mount options when quota feature enabled by Jan Kara · 11 years ago
  5. d4e4395 ext4: fix a warning from sparse check for ext4_dir_llseek by Zheng Liu · 11 years ago
  6. 810da24 ext4: convert number of blocks to clusters properly by Lukas Czerner · 11 years ago
  7. 3e36a16 ext4: fix possible memory leak in ext4_remount() by Wei Yongjun · 11 years ago
  8. 1ac6466 ext4: use percpu counter for extent cache count by Theodore Ts'o · 11 years ago
  9. 2463077 ext4: optimize ext4_es_shrink() by Theodore Ts'o · 11 years ago
  10. de1a226 Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 11 years ago
  11. 6131ffa more file_inode() open-coded instances by Al Viro · 11 years ago
  12. 7bf2fbc Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  13. 8e919d1 ext4: fix extent status tree regression for file systems > 512GB by Theodore Ts'o · 11 years ago
  14. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  15. 6515925 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  16. bbbd27e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  17. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  18. 304e220 ext4: fix free clusters calculation in bigalloc filesystem by Lukas Czerner · 11 years ago
  19. d438147 ext4: no need to remove extent if len is 0 in ext4_es_remove_extent() by Eryu Guan · 11 years ago
  20. 1d1d1a7 mm: only enforce stable page writes if the backing device requires it by Darrick J. Wong · 11 years ago
  21. 1231b3a ext4: fix xattr block allocation/release with bigalloc by Lukas Czerner · 11 years ago
  22. 74cd15c ext4: reclaim extents from extent status tree by Zheng Liu · 11 years ago
  23. bdedbb7 ext4: adjust some functions for reclaiming extents from extent status tree by Zheng Liu · 11 years ago
  24. 69eb33d ext4: remove single extent cache by Zheng Liu · 11 years ago
  25. d100eef ext4: lookup block mapping in extent status tree by Zheng Liu · 11 years ago
  26. f7fec03 ext4: track all extent status in extent status tree by Zheng Liu · 11 years ago
  27. a25a4e1 ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flag by Zheng Liu · 11 years ago
  28. be40136 ext4: rename and improbe ext4_es_find_extent() by Zheng Liu · 11 years ago
  29. fdc0212 ext4: add physical block and status member into extent status tree by Zheng Liu · 11 years ago
  30. 06b0c88 ext4: refine extent status tree by Zheng Liu · 11 years ago
  31. 0f70b40 ext4: use ERR_PTR() abstraction for ext4_append() by Theodore Ts'o · 11 years ago
  32. dc6982f ext4: refactor code to read directory blocks into ext4_read_dirblock() by Theodore Ts'o · 11 years ago
  33. 01a523e ext4: add debugging context for warning in ext4_da_update_reserve_space() by Theodore Ts'o · 11 years ago
  34. 8de5c32 ext4: use KERN_WARNING for warning messages by Theodore Ts'o · 11 years ago
  35. a0b30c1 ext4: use module parameters instead of debugfs for mballoc_debug by Theodore Ts'o · 11 years ago
  36. 1139575 ext4: start handle at the last possible moment when creating inodes by Theodore Ts'o · 11 years ago
  37. 95eaefb ext4: fix the number of credits needed for acl ops with inline data by Theodore Ts'o · 11 years ago
  38. 64044ab ext4: fix the number of credits needed for ext4_unlink() and ext4_rmdir() by Theodore Ts'o · 11 years ago
  39. 4b21763 ext4: fix the number of credits needed for ext4_ext_migrate() by Theodore Ts'o · 11 years ago
  40. 8dcfaad ext4: start handle at the last possible moment in ext4_rmdir() by Theodore Ts'o · 11 years ago
  41. 931b686 ext4: start handle at the last possible moment in ext4_unlink() by Theodore Ts'o · 11 years ago
  42. 47564bf ext4: grab page before starting transaction handle in write_begin() by Theodore Ts'o · 11 years ago
  43. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  44. 722887d ext4: move the jbd2 wrapper functions out of super.c by Theodore Ts'o · 11 years ago
  45. 40ae348 ext4: optimize mballoc for large allocations by Theodore Ts'o · 11 years ago
  46. 8dc0aa8 ext4: check incompatible mount options while mounting ext2/3 by Theodore Ts'o · 11 years ago
  47. e33e60e ext4: print error when argument of inode_readahead_blk is invalid by Jan Kara · 11 years ago
  48. 5f3633e ext4: make mount option parsing loop more logical by Jan Kara · 11 years ago
  49. 0efb3b2 ext4: move several mount options to standard handling loop by Jan Kara · 11 years ago
  50. 0e79537 ext4: reduce one "if" comparison in ext4_dirhash() by Cong Ding · 11 years ago
  51. f116700 ext4: fix race in ext4_mb_add_n_trim() by Niu Yawei · 11 years ago
  52. 87e6987 ext4: fix smatch warning in move_extent.c's mext_replace_branches() by Akria Fujita · 11 years ago
  53. 524c19e ext4: use WARN in ext4_alloc_blocks by Julia Lawall · 11 years ago
  54. 091e26d ext4: fix possible use-after-free with AIO by Jan Kara · 11 years ago
  55. b1deefc ext4: remove unnecessary NULL pointer check by Guo Chao · 11 years ago
  56. 41be871 ext4: remove useless assignment in dx_probe() by Guo Chao · 11 years ago
  57. 2bbbee2 ext4: remove unused variable in add_dirent_to_buf() by Guo Chao · 11 years ago
  58. d5ac777 ext4: release buffer when checksum failed by Guo Chao · 11 years ago
  59. b06acd3 ext4: remove explicit WARN_ON when ext4_map_blocks() fails by Lukas Czerner · 11 years ago
  60. cfa7275 ext4: remove unused variable flags by Lukas Czerner · 11 years ago
  61. fe38613 ext4: fix ext4_writepage() to achieve data=ordered guarantees by Jan Kara · 11 years ago
  62. 8a850c3 ext4: Make ext4_bio_writepage() handle unprepared buffers by Jan Kara · 11 years ago
  63. b6a8e62 ext4: simplify mpage_add_bh_to_extent() by Jan Kara · 11 years ago
  64. f8bec37 ext4: dirty page has always buffers attached by Jan Kara · 11 years ago
  65. 002bd7f ext4: simplify list handling in ext4_do_flush_completed_IO() by Jan Kara · 11 years ago
  66. 84c1754 ext4: move work from io_end to inode by Jan Kara · 11 years ago
  67. fe089c7 ext4: remove __ext4_journalled_writepage() from mpage_da_submit_io() by Jan Kara · 11 years ago
  68. 1ae48a6 ext4: use redirty_page_for_writepage() in ext4_bio_write_page() by Jan Kara · 11 years ago
  69. 36ade45 ext4: Always use ext4_bio_write_page() for writeout by Jan Kara · 11 years ago
  70. 8bad6fc ext4: add punching hole support for non-extent-mapped files by Zheng Liu · 11 years ago
  71. 03dafb5 ext4: fix memory leak when quota options are specified multiple times by Chen Gang · 11 years ago
  72. 72ba745 ext4: release sysfs kobject when failing to enable quotas on mount by Theodore Ts'o · 11 years ago
  73. 306a749 ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEX by Guo Chao · 12 years ago
  74. aaddea8 ext4: add tracepoint in punching hole by Zheng Liu · 12 years ago
  75. 7f51186 ext4: trigger the lazy inode table initialization after resize by Theodore Ts'o · 12 years ago
  76. 15b4913 ext4: check bh in ext4_read_block_bitmap() by Eryu Guan · 12 years ago
  77. aebf024 ext4: use unlikely to improve the efficiency of the kernel by Wang Shilong · 12 years ago
  78. 860d21e ext4: return ENOMEM if sb_getblk() fails by Theodore Ts'o · 12 years ago
  79. 10ee27a vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them by Miao Xie · 12 years ago
  80. fef0ebd ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir() by Guo Chao · 12 years ago
  81. 0ecaef0 ext4: release buffer in failed path in dx_probe() by Guo Chao · 12 years ago
  82. 96465ef ext4: fix configuration dependencies for ext4 ACLs and security labels by Valerie Aurora · 12 years ago
  83. 5439ca6 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  84. 0e9a9a1 ext4: avoid hang when mounting non-journal filesystems with orphan list by Theodore Ts'o · 12 years ago
  85. 721e3eb ext4: lock i_mutex when truncating orphan inodes by Theodore Ts'o · 12 years ago
  86. d096ad0 ext4: do not try to write superblock on ro remount w/o journal by Michael Tokarev · 12 years ago
  87. 0875a2b ext4: include journal blocks in df overhead calcs by Eric Sandeen · 12 years ago
  88. a28a917 ext4: remove unaligned AIO warning printk by Eric Sandeen · 12 years ago
  89. ad96f71 ext4: fix an incorrect comment about i_mutex by Andy Lutomirski · 12 years ago
  90. 53e8726 ext4: fix deadlock in journal_unmap_buffer() by Jan Kara · 12 years ago
  91. 4520fb3 ext4: split off ext4_journalled_invalidatepage() by Jan Kara · 12 years ago
  92. 261cb20c ext4: check dioread_nolock on remount by Jan Kara · 12 years ago
  93. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  94. c36575e ext4: fix extent tree corruption caused by hole punch by Forrest Liu · 12 years ago
  95. 36cd5c1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  96. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  97. bd9926e ext4: zero out inline data using memset() instead of empty_zero_page by Theodore Ts'o · 12 years ago
  98. 9a4c801 ext4: ensure Inode flags consistency are checked at build time by Carlos Maiolino · 12 years ago
  99. 939da10 ext4: Remove CONFIG_EXT4_FS_XATTR by Tao Ma · 12 years ago
  100. 187fd03 ext4: remove unused variable from ext4_ext_in_cache() by Zhi Yong Wu · 12 years ago