1. 707d1a2 ext4: optimize __ext4_check_dir_entry() by Theodore Ts'o · 5 years ago
  2. 109ba77 ext4: check for directory entries too close to block end by Jan Kara · 5 years ago
  3. 64d4ce8 ext4: fix ext4_empty_dir() for directories with holes by Jan Kara · 5 years ago
  4. dfdeeb4 Merge branch 'tt/misc' into dev by Theodore Ts'o · 5 years ago
  5. c7df4a1 ext4: work around deleting a file with i_nlink == 0 safely by Theodore Ts'o · 5 years ago
  6. 4ea9993 ext4: add more paranoia checking in ext4_expand_extra_isize handling by Theodore Ts'o · 5 years ago
  7. 3c845ac jbd2: make jbd2_handle_buffer_credits() handle reserved handles by Jan Kara · 5 years ago
  8. 565333a ext4: fix a bug in ext4_wait_for_tail_page_commit by yangerkun · 5 years ago
  9. 5500221 ext4: bio_alloc with __GFP_DIRECT_RECLAIM never fails by Gao Xiang · 5 years ago
  10. ebc11f7 ext4: code cleanup for get_next_id by Chengguang Xu · 5 years ago
  11. f4c2d37 ext4: fix leak of quota reservations by Jan Kara · 5 years ago
  12. 1e1a76e ext4: remove unused variable warning in parse_options() by Olof Johansson · 5 years ago
  13. 196624e ext4: Enable encryption for subpage-sized blocks by Chandan Rajendra · 5 years ago
  14. 31fb992 fs/buffer.c: support fscrypt in block_read_full_page() by Eric Biggers · 5 years ago
  15. 4d06bfb ext4: Add error handling for io_end_vec struct allocation by Ritesh Harjani · 5 years ago
  16. 8d0d47e Merge branch 'mb/dio' into master by Theodore Ts'o · 5 years ago
  17. a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
  18. 19014d6 jbd2: Fine tune estimate of necessary descriptor blocks by Jan Kara · 5 years ago
  19. 0094f98 jbd2: Provide trace event for handle restarts by Jan Kara · 5 years ago
  20. 83448bd ext4: Reserve revoke credits for freed blocks by Jan Kara · 5 years ago
  21. d090707 jbd2: Make credit checking more strict by Jan Kara · 5 years ago
  22. 933f1c1 jbd2: Rename h_buffer_credits to h_total_credits by Jan Kara · 5 years ago
  23. fdc3ef8 jbd2: Reserve space for revoke descriptor blocks by Jan Kara · 5 years ago
  24. 77444ac jbd2: Drop jbd2_space_needed() by Jan Kara · 5 years ago
  25. 9f356e5 jbd2: Account descriptor blocks into t_outstanding_credits by Jan Kara · 5 years ago
  26. ec8b6f6 jbd2: Factor out common parts of stopping and restarting a handle by Jan Kara · 5 years ago
  27. 5559b2d jbd2: Drop pointless wakeup from jbd2_journal_stop() by Jan Kara · 5 years ago
  28. 150549e jbd2: Drop pointless check from jbd2_journal_stop() by Jan Kara · 5 years ago
  29. dfaf5ff jbd2: Reorganize jbd2_journal_stop() by Jan Kara · 5 years ago
  30. 015c603 jbd2: Fix statistics for the number of logged blocks by Jan Kara · 5 years ago
  31. 9797a90 ocfs2: Use accessor function for h_buffer_credits by Jan Kara · 5 years ago
  32. a9a8344 ext4, jbd2: Provide accessor function for handle credits by Jan Kara · 5 years ago
  33. a413036 ext4: Provide function to handle transaction restarts by Jan Kara · 5 years ago
  34. f2890730 ext4: Avoid unnecessary revokes in ext4_alloc_branch() by Jan Kara · 5 years ago
  35. 6cb367c ext4: Use ext4_journal_extend() instead of jbd2_journal_extend() by Jan Kara · 5 years ago
  36. 321238f ext4: Fix ext4_should_journal_data() for EA inodes by Jan Kara · 5 years ago
  37. 65db869 ext4: Fix credit estimate for final inode freeing by Jan Kara · 5 years ago
  38. 378f32b ext4: introduce direct I/O write using iomap infrastructure by Matthew Bobrowski · 5 years ago
  39. 9b88f9f ext4: Do not iput inode under running transaction by Jan Kara · 5 years ago
  40. a9e2632 ext4: Move marking of handle as sync to ext4_add_nondir() by Jan Kara · 5 years ago
  41. b90bfdf jbd2: Completely fill journal descriptor blocks by Jan Kara · 5 years ago
  42. 0db4588 jbd2: Fixup stale comment in commit code by Jan Kara · 5 years ago
  43. add3efd jbd2: Fix possible overflow in jbd2_log_space_left() by Jan Kara · 5 years ago
  44. 3eaf9cc ext4: update ext4_sync_file() to not use __generic_file_fsync() by Matthew Bobrowski · 5 years ago
  45. 0b9f230 ext4: move inode extension check out from ext4_iomap_alloc() by Matthew Bobrowski · 5 years ago
  46. 569342d ext4: move inode extension/truncate code out from ->iomap_end() callback by Matthew Bobrowski · 5 years ago
  47. b1b4705 ext4: introduce direct I/O read using iomap infrastructure by Matthew Bobrowski · 5 years ago
  48. 09edf4d ext4: introduce new callback for IOMAP_REPORT by Matthew Bobrowski · 5 years ago
  49. f063db5 ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper by Matthew Bobrowski · 5 years ago
  50. c8fdfe29 ext4: move set iomap routines into a separate helper ext4_set_iomap() by Matthew Bobrowski · 5 years ago
  51. 2e9b51d ext4: iomap that extends beyond EOF should be marked dirty by Matthew Bobrowski · 5 years ago
  52. 548feeb ext4: update direct I/O read lock pattern for IOCB_NOWAIT by Matthew Bobrowski · 5 years ago
  53. 53e5cca ext4: reorder map.m_flags checks within ext4_iomap_begin() by Matthew Bobrowski · 5 years ago
  54. f21bdbb Merge branch 'iomap-for-next' into mb/dio by Theodore Ts'o · 5 years ago
  55. 0d0a60c Merge branch 'rh/dioread-nolock-1k' into dev by Theodore Ts'o · 5 years ago
  56. a901004 fs/iomap: remove redundant check in iomap_dio_rw() by Joseph Qi · 5 years ago
  57. c33fbe8 ext4: Enable blocksize < pagesize for dioread_nolock by Ritesh Harjani · 5 years ago
  58. c8cc881 ext4: Add support for blocksize < pagesize in dioread_nolock by Ritesh Harjani · 5 years ago
  59. 2943fdb ext4: Refactor mpage_map_and_submit_buffers function by Ritesh Harjani · 5 years ago
  60. a00713e ext4: Add API to bring in support for unwritten io_end_vec conversion by Ritesh Harjani · 5 years ago
  61. 821ff38 ext4: keep uniform naming convention for io & io_end variables by Ritesh Harjani · 5 years ago
  62. c039b99 iomap: use a srcmap for a read-modify-write I/O by Goldwyn Rodrigues · 5 years ago
  63. eb81cf9 iomap: renumber IOMAP_HOLE to 0 by Christoph Hellwig · 5 years ago
  64. 32a38a4 iomap: use write_begin to read pages to unshare by Christoph Hellwig · 5 years ago
  65. d3b4043 iomap: move the zeroing case out of iomap_read_page_sync by Christoph Hellwig · 5 years ago
  66. 3590c4d iomap: ignore non-shared or non-data blocks in xfs_file_dirty by Christoph Hellwig · 5 years ago
  67. dcd6158 iomap: always use AOP_FLAG_NOFS in iomap_write_begin by Christoph Hellwig · 5 years ago
  68. c12d6fa iomap: remove the unused iomap argument to __iomap_write_end by Christoph Hellwig · 5 years ago
  69. 65a60e8 iomap: better document the IOMAP_F_* flags by Christoph Hellwig · 5 years ago
  70. 9cd0ed6 iomap: enhance writeback error message by Darrick J. Wong · 5 years ago
  71. 48d64cd iomap: pass a struct page to iomap_finish_page_writeback by Christoph Hellwig · 5 years ago
  72. b3d423e iomap: cleanup iomap_ioend_compare by Christoph Hellwig · 5 years ago
  73. ab08b01 iomap: move struct iomap_page out of iomap.h by Christoph Hellwig · 5 years ago
  74. 3e19e6f iomap: warn on inline maps in iomap_writepage_map by Christoph Hellwig · 5 years ago
  75. 598ecfb iomap: lift the xfs writeback code to iomap by Christoph Hellwig · 5 years ago
  76. 9e91c57 iomap: lift common tracing code from xfs to iomap by Christoph Hellwig · 5 years ago
  77. 009d8d8 iomap: zero newly allocated mapped blocks by Christoph Hellwig · 5 years ago
  78. 760fea8 xfs: remove the fork fields in the writepage_ctx and ioend by Christoph Hellwig · 5 years ago
  79. 5653017 xfs: turn io_append_trans into an io_private void pointer by Christoph Hellwig · 5 years ago
  80. 433dad9 xfs: refactor the ioend merging code by Christoph Hellwig · 5 years ago
  81. 4e087a3 xfs: use a struct iomap in xfs_writepage_ctx by Christoph Hellwig · 5 years ago
  82. 05b3094 xfs: set IOMAP_F_NEW more carefully by Christoph Hellwig · 5 years ago
  83. 2492a60 xfs: initialize iomap->flags in xfs_bmbt_to_iomap by Christoph Hellwig · 5 years ago
  84. 7855a57 jbd2: Free journal head outside of locked region by Thomas Gleixner · 5 years ago
  85. 4641706 jbd2: Make state lock a spinlock by Thomas Gleixner · 5 years ago
  86. 2e710ff jbd2: Don't call __bforget() unnecessarily by Jan Kara · 5 years ago
  87. 6d69843 jbd2: Drop unnecessary branch from jbd2_journal_forget() by Jan Kara · 5 years ago
  88. 93108eb jbd2: Move dropping of jh reference out of un/re-filing functions by Jan Kara · 5 years ago
  89. d8ede91 jbd2: Remove jbd_trylock_bh_state() by Thomas Gleixner · 5 years ago
  90. d84560f jbd2: Simplify journal_unmap_buffer() by Thomas Gleixner · 5 years ago
  91. 7684e2c iomap: iomap that extends beyond EOF should be marked dirty by Dave Chinner · 5 years ago
  92. 906753b xfs: Use iomap_dio_rw to wait for unaligned direct IO by Jan Kara · 5 years ago
  93. 13ef954 iomap: Allow forcing of waiting for running DIO in iomap_dio_rw() by Jan Kara · 5 years ago
  94. 4f5cafb Linux 5.4-rc3 by Linus Torvalds · 5 years ago
  95. d4615e5 Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  96. 2581efa Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 5 years ago
  97. 71b1b553 Merge tag 'fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 5 years ago
  98. b27528b Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  99. d303de1 tracing: Initialize iter->seq after zeroing in tracing_read_pipe() by Petr Mladek · 5 years ago
  100. fc64e4a tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency by Srivatsa S. Bhat (VMware) · 5 years ago