1. 208bca0 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  2. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  3. f1f8935 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  4. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  5. 966dbde ext4: warn if direct reclaim tries to writeback pages by Mel Gorman · 13 years ago
  6. edb5ac8 ext4: let ext4_discard_partial_buffers handle unaligned range correctly by Yongqiang Yang · 13 years ago
  7. 5129d05 ext4: return ENOMEM if find_or_create_pages fails by Yongqiang Yang · 13 years ago
  8. e260daf ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock() by Yongqiang Yang · 13 years ago
  9. 0edeb71 ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten by Tao Ma · 13 years ago
  10. 0e175a1 writeback: Add a 'reason' to wb_writeback_work by Curt Wohlgemuth · 13 years ago
  11. fcbb551 ext4: let ext4_page_mkwrite stop started handle in failure by Yongqiang Yang · 13 years ago
  12. a4e5d88 ext4: update EOFBLOCKS flag on fallocate properly by Dmitry Monakhov · 13 years ago
  13. 8de49e6 ext4: fix the deadlock in mpage_da_map_and_submit() by Kazuya Mio · 13 years ago
  14. 09e0834 ext4: fix deadlock in ext4_ordered_write_end() by Akira Fujita · 13 years ago
  15. 1bce63d ext4: add block plug for .writepages by Shaohua Li · 13 years ago
  16. df3ab17 ext4: fix the comment describing ext4_ext_search_right() by Tao Ma · 13 years ago
  17. fed678d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  18. 5356f26 ext4: attempt to fix race in bigalloc code path by Aditya Kali · 13 years ago
  19. d899024 ext4: add some tracepoints in ext4/extents.c by Aditya Kali · 13 years ago
  20. df55c99 ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters() by Theodore Ts'o · 13 years ago
  21. e7d5f31 ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters() by Theodore Ts'o · 13 years ago
  22. 5dee543 ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters() by Theodore Ts'o · 13 years ago
  23. 7b415bf ext4: Fix bigalloc quota accounting and i_blocks value by Aditya Kali · 13 years ago
  24. 5704265 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter by Theodore Ts'o · 13 years ago
  25. bab08ab ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.) by Theodore Ts'o · 13 years ago
  26. 02fac12 ext4: fix partial page writes by Allison Henderson · 13 years ago
  27. decbd91 ext4: only call ext4_jbd2_file_inode when an inode has been extended by Theodore Ts'o · 13 years ago
  28. 4e96b2d ext4: Add new ext4_discard_partial_page_buffers routines by Allison Henderson · 13 years ago
  29. 84ebd79 ext4: fake direct I/O mode for data=journal by Theodore Ts'o · 13 years ago
  30. 8c0bec2 ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining by Jiaying Zhang · 13 years ago
  31. 65299a3 block: separate priority boosting from REQ_META by Christoph Hellwig · 13 years ago
  32. 5dc06c5 block: remove READ_META and WRITE_META by Christoph Hellwig · 13 years ago
  33. 9dd75f1 ext4: fix nomblk_io_submit option so it correctly converts uninit blocks by Theodore Ts'o · 13 years ago
  34. 32c80b3 ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN. by Tao Ma · 13 years ago
  35. 2581fdc ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode by Jiaying Zhang · 13 years ago
  36. 441c850 ext4: Fix ext4_should_writeback_data() for no-journal mode by Curt Wohlgemuth · 13 years ago
  37. 60ad446 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  38. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  39. 2d859db ext4: fix data corruption in inodes with journalled data by Jan Kara · 13 years ago
  40. 72c5052 fs: move inode_dio_done to the end_io handler by Christoph Hellwig · 13 years ago
  41. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  42. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  43. 9ea7df5 ext4: Rewrite ext4_page_mkwrite() to use generic helpers by Jan Kara · 13 years ago
  44. dae1e52 ext4: move ext4_ind_* functions from inode.c to indirect.c by Amir Goldstein · 13 years ago
  45. 9f125d6 ext4: move common truncate functions to header file by Theodore Ts'o · 13 years ago
  46. 1f7d1e7 ext4: move __ext4_check_blockref to block_validity.c by Theodore Ts'o · 13 years ago
  47. 8bb2b24 ext4: rename ext4_indirect_* funcs to ext4_ind_* by Amir Goldstein · 13 years ago
  48. ff9893d ext4: split ext4_ind_truncate from ext4_truncate by Amir Goldstein · 13 years ago
  49. 6e6938b writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage by Wu Fengguang · 14 years ago
  50. a9c667f ext4: fixed tracepoints cleanup by Lukas Czerner · 13 years ago
  51. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  52. ae24f28 ext4: Convert ext4 to new truncate calling convention by Jan Kara · 13 years ago
  53. a4bb6b6 ext4: enable "punch hole" functionality by Allison Henderson · 13 years ago
  54. 3084885 ext4: add new function ext4_block_zero_page_range() by Allison Henderson · 13 years ago
  55. 55f020d ext4: add flag to ext4_has_free_blocks by Allison Henderson · 13 years ago
  56. 072bd7e ext4: use truncate_setsize() unconditionally by Theodore Ts'o · 13 years ago
  57. 0e49989 ext4: wait for writeback to complete while making pages writable by Darrick J. Wong · 13 years ago
  58. 7cb1a53 ext4: clean up some wait_on_page_writeback calls by Darrick J. Wong · 13 years ago
  59. 00d0988 ext4: use s_inodes_per_block directly in __ext4_get_inode_loc by Tao Ma · 13 years ago
  60. a97b520 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  61. c820563 ext4: fix data corruption regression by reverting commit 6de9843dab3f by Theodore Ts'o · 13 years ago
  62. f80da1e ext4: Allow indirect-block file to grow the file size to max file size by Kazuya Mio · 13 years ago
  63. 5b41395 ext4: fix credits computing for indirect mapped files by Yongqiang Yang · 13 years ago
  64. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  65. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  66. 6de9843 ext4: remove redundant set_buffer_mapped() in ext4_da_get_block_prep() by Feng Tang · 13 years ago
  67. 0562e0b ext4: add more tracepoints and use dev_t in the trace buffer by Jiaying Zhang · 13 years ago
  68. d67d121 ext4: handle errors in ext4_clear_blocks() by Amir Goldstein · 13 years ago
  69. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  70. 8e8eaab ext4: use the nblocks arg to ext4_truncate_restart_trans() by Amir Goldstein · 13 years ago
  71. 168fc02 ext4: move setup of the mpd structure to write_cache_pages_da() by Theodore Ts'o · 13 years ago
  72. 78aaced ext4: don't lock the next page in write_cache_pages if not needed by Theodore Ts'o · 13 years ago
  73. ee6ecbc ext4: remove page_skipped hackery in ext4_da_writepages() by Theodore Ts'o · 13 years ago
  74. 9749895 ext4: clear the dirty bit for a page in writeback at the last minute by Theodore Ts'o · 13 years ago
  75. 4f01b02 ext4: simple cleanups to write_cache_pages_da() by Theodore Ts'o · 13 years ago
  76. 8eb9e5c ext4: fold __mpage_da_writepage() into write_cache_pages_da() by Theodore Ts'o · 13 years ago
  77. c7f5938 ext4: fix ext4_da_block_invalidatepages() to handle page range properly by Curt Wohlgemuth · 13 years ago
  78. e0fd9b9 ext4: mark multi-page IO complete on mapping failure by Curt Wohlgemuth · 13 years ago
  79. 7dc5761 ext4: Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 13 years ago
  80. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  81. 6db26ff fs/ext4/inode.c: use pr_warn_ratelimited() by Andrew Morton · 13 years ago
  82. 1c5b9e9 ext4: fix memory leak in ext4_free_branches by Theodore Ts'o · 13 years ago
  83. b409714 ext4: add error checking to calls to ext4_handle_dirty_metadata() by Theodore Ts'o · 13 years ago
  84. 8aefcd5 ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary by Theodore Ts'o · 13 years ago
  85. 353eb83 ext4: drop i_state_flags on architectures with 64-bit longs by Theodore Ts'o · 13 years ago
  86. 01f49d0 ext4: use ext4_lblk_t instead of sector_t for logical blocks by Theodore Ts'o · 13 years ago
  87. f232109 ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED by Theodore Ts'o · 13 years ago
  88. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  89. a8901d3 ext4: Use pr_warning_ratelimited() instead of printk_ratelimit() by Theodore Ts'o · 14 years ago
  90. 225db7d ext4: Fix up comments in inode.c by Theodore Ts'o · 14 years ago
  91. 1449032 ext4: Turn off multiple page-io submission by default by Theodore Ts'o · 14 years ago
  92. 380cf09 ext4: fix redirty_page_for_writepage() typo in comment by Wu Fengguang · 14 years ago
  93. a7bcf21 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  94. 7ff9c07 ext4: Add new ext4 inode tracepoints by Theodore Ts'o · 14 years ago
  95. eb8abb9 ext4: Remove useless spinlock in ext4_getattr() by Theodore Ts'o · 14 years ago
  96. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  97. b1142e8 ext4: BUG_ON fix: check if page has buffers before calling page_buffers() by Theodore Ts'o · 14 years ago
  98. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  99. 3d287de ext4: optimize orphan_list handling for ext4_setattr by Dmitry Monakhov · 14 years ago
  100. 4a873a4 ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static by Theodore Ts'o · 14 years ago