1. 548feeb ext4: update direct I/O read lock pattern for IOCB_NOWAIT by Matthew Bobrowski · 5 years ago
  2. 53e5cca ext4: reorder map.m_flags checks within ext4_iomap_begin() by Matthew Bobrowski · 5 years ago
  3. f21bdbb Merge branch 'iomap-for-next' into mb/dio by Theodore Ts'o · 5 years ago
  4. 0d0a60c Merge branch 'rh/dioread-nolock-1k' into dev by Theodore Ts'o · 5 years ago
  5. a901004 fs/iomap: remove redundant check in iomap_dio_rw() by Joseph Qi · 5 years ago
  6. c33fbe8 ext4: Enable blocksize < pagesize for dioread_nolock by Ritesh Harjani · 5 years ago
  7. c8cc881 ext4: Add support for blocksize < pagesize in dioread_nolock by Ritesh Harjani · 5 years ago
  8. 2943fdb ext4: Refactor mpage_map_and_submit_buffers function by Ritesh Harjani · 5 years ago
  9. a00713e ext4: Add API to bring in support for unwritten io_end_vec conversion by Ritesh Harjani · 5 years ago
  10. 821ff38 ext4: keep uniform naming convention for io & io_end variables by Ritesh Harjani · 5 years ago
  11. c039b99 iomap: use a srcmap for a read-modify-write I/O by Goldwyn Rodrigues · 5 years ago
  12. eb81cf9 iomap: renumber IOMAP_HOLE to 0 by Christoph Hellwig · 5 years ago
  13. 32a38a4 iomap: use write_begin to read pages to unshare by Christoph Hellwig · 5 years ago
  14. d3b4043 iomap: move the zeroing case out of iomap_read_page_sync by Christoph Hellwig · 5 years ago
  15. 3590c4d iomap: ignore non-shared or non-data blocks in xfs_file_dirty by Christoph Hellwig · 5 years ago
  16. dcd6158 iomap: always use AOP_FLAG_NOFS in iomap_write_begin by Christoph Hellwig · 5 years ago
  17. c12d6fa iomap: remove the unused iomap argument to __iomap_write_end by Christoph Hellwig · 5 years ago
  18. 65a60e8 iomap: better document the IOMAP_F_* flags by Christoph Hellwig · 5 years ago
  19. 9cd0ed6 iomap: enhance writeback error message by Darrick J. Wong · 5 years ago
  20. 48d64cd iomap: pass a struct page to iomap_finish_page_writeback by Christoph Hellwig · 5 years ago
  21. b3d423e iomap: cleanup iomap_ioend_compare by Christoph Hellwig · 5 years ago
  22. ab08b01 iomap: move struct iomap_page out of iomap.h by Christoph Hellwig · 5 years ago
  23. 3e19e6f iomap: warn on inline maps in iomap_writepage_map by Christoph Hellwig · 5 years ago
  24. 598ecfb iomap: lift the xfs writeback code to iomap by Christoph Hellwig · 5 years ago
  25. 9e91c57 iomap: lift common tracing code from xfs to iomap by Christoph Hellwig · 5 years ago
  26. 009d8d8 iomap: zero newly allocated mapped blocks by Christoph Hellwig · 5 years ago
  27. 760fea8 xfs: remove the fork fields in the writepage_ctx and ioend by Christoph Hellwig · 5 years ago
  28. 5653017 xfs: turn io_append_trans into an io_private void pointer by Christoph Hellwig · 5 years ago
  29. 433dad9 xfs: refactor the ioend merging code by Christoph Hellwig · 5 years ago
  30. 4e087a3 xfs: use a struct iomap in xfs_writepage_ctx by Christoph Hellwig · 5 years ago
  31. 05b3094 xfs: set IOMAP_F_NEW more carefully by Christoph Hellwig · 5 years ago
  32. 2492a60 xfs: initialize iomap->flags in xfs_bmbt_to_iomap by Christoph Hellwig · 5 years ago
  33. 7855a57 jbd2: Free journal head outside of locked region by Thomas Gleixner · 5 years ago
  34. 4641706 jbd2: Make state lock a spinlock by Thomas Gleixner · 5 years ago
  35. 2e710ff jbd2: Don't call __bforget() unnecessarily by Jan Kara · 5 years ago
  36. 6d69843 jbd2: Drop unnecessary branch from jbd2_journal_forget() by Jan Kara · 5 years ago
  37. 93108eb jbd2: Move dropping of jh reference out of un/re-filing functions by Jan Kara · 5 years ago
  38. d8ede91 jbd2: Remove jbd_trylock_bh_state() by Thomas Gleixner · 5 years ago
  39. d84560f jbd2: Simplify journal_unmap_buffer() by Thomas Gleixner · 5 years ago
  40. 7684e2c iomap: iomap that extends beyond EOF should be marked dirty by Dave Chinner · 5 years ago
  41. 906753b xfs: Use iomap_dio_rw to wait for unaligned direct IO by Jan Kara · 5 years ago
  42. 13ef954 iomap: Allow forcing of waiting for running DIO in iomap_dio_rw() by Jan Kara · 5 years ago
  43. 4f5cafb Linux 5.4-rc3 by Linus Torvalds · 5 years ago
  44. 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
  45. 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
  46. 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
  47. b27528b Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  48. d303de1 tracing: Initialize iter->seq after zeroing in tracing_read_pipe() by Petr Mladek · 5 years ago
  49. fc64e4a tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency by Srivatsa S. Bhat (VMware) · 5 years ago
  50. 98dc19c tracing/hwlat: Report total time spent in all NMIs during the sample by Srivatsa S. Bhat (VMware) · 5 years ago
  51. 7f8557b recordmcount: Fix nop_mcount() function by Steven Rostedt (VMware) · 5 years ago
  52. bf8e602 tracing: Do not create tracefs files if tracefs lockdown is in effect by Steven Rostedt (VMware) · 5 years ago
  53. 17911ff tracing: Add locked_down checks to the open calls of files created for tracefs by Steven Rostedt (VMware) · 5 years ago
  54. 8530dec tracing: Add tracing_check_open_get_tr() by Steven Rostedt (VMware) · 5 years ago
  55. aa07d71 tracing: Have trace events system open call tracing_open_generic_tr() by Steven Rostedt (VMware) · 5 years ago
  56. 194c2c7 tracing: Get trace_array reference for available_tracers files by Steven Rostedt (VMware) · 5 years ago
  57. 9ef1669 ftrace: Get a reference counter for the trace_array on filter files by Steven Rostedt (VMware) · 5 years ago
  58. 3ed270b tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down") by Steven Rostedt (VMware) · 5 years ago
  59. da94001 Merge tag 'char-misc-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  60. 9cbc634 Merge tag 'staging-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 5 years ago
  61. 82c87e7 Merge tag 'tty-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  62. 6c90bbd Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 5 years ago
  63. 328fefa Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  64. 465a7e2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  65. 9b4e40c Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  66. fcb45a2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  67. e9ec358 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  68. 48acba9 Merge tag 'riscv/for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  69. 63f9bff Merge tag 'mips_fixes_5.4_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  70. db60a5a Merge tag 'powerpc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  71. 680b5b3c Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  72. f154988 Merge tag 's390-5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  73. 52e92f4 perf/x86/cstate: Add Tiger Lake CPU support by Kan Liang · 5 years ago
  74. 0917b950 perf/x86/msr: Add Tiger Lake CPU support by Kan Liang · 5 years ago
  75. 23645a7 perf/x86/intel: Add Tiger Lake CPU support by Kan Liang · 5 years ago
  76. f1857a2 perf/x86/cstate: Update C-state counters for Ice Lake by Kan Liang · 5 years ago
  77. 1a5da78 perf/x86/msr: Add new CPU model numbers for Ice Lake by Kan Liang · 5 years ago
  78. 1ffa6c0 perf/x86/cstate: Add Comet Lake CPU support by Kan Liang · 5 years ago
  79. 9674b1c perf/x86/msr: Add Comet Lake CPU support by Kan Liang · 5 years ago
  80. 9066288 perf/x86/intel: Add Comet Lake CPU support by Kan Liang · 5 years ago
  81. 7a275fd Merge branch 'x86/urgent' into perf/urgent, to pick up new CPU model definitions by Ingo Molnar · 5 years ago
  82. 1c0cc5f Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  83. c6ad7c3 Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  84. c6f6ebd Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  85. 56c642e Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 5 years ago
  86. b9918bd Documentation/process: Add fallthrough pseudo-keyword by Joe Perches · 5 years ago
  87. 294f69e compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use by Joe Perches · 5 years ago
  88. 48f9bcf net: sctp: Rename fallthrough label to unhandled by Joe Perches · 5 years ago
  89. 9892f9f Merge tag 'drm-fixes-2019-10-11' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  90. 297cbcc Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  91. 062795f s390/uaccess: avoid (false positive) compiler warnings by Christian Borntraeger · 5 years ago
  92. 442f1e7 firmware: google: increment VPD key_len properly by Brian Norris · 5 years ago
  93. 10deeac MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb by Douglas Anderson · 5 years ago
  94. 2272905 spufs: fix a crash in spufs_create_root() by Emmanuel Nicolet · 5 years ago
  95. 7adf4ea io_uring: fix sequence logic for timeout requests by Jens Axboe · 5 years ago
  96. 4adbcff Merge tag 'drm-intel-fixes-2019-10-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 5 years ago
  97. 46fe219 Merge tag 'drm-fixes-5.4-2019-10-09' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 5 years ago
  98. 437c5a1 Merge tag 'drm-misc-fixes-2019-10-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 5 years ago
  99. af84537 SUNRPC: fix race to sk_err after xs_error_report by Benjamin Coddington · 5 years ago
  100. 1047ec8 NFSv4: Fix leak of clp->cl_acceptor string by Chuck Lever · 5 years ago