1. 04df34a xfs: namecheck directory entry names before listing them by Darrick J. Wong · 5 years ago
  2. 16c6e92 xfs: namecheck attribute names before listing them by Darrick J. Wong · 5 years ago
  3. c847606 xfs: check attribute leaf block structure by Darrick J. Wong · 5 years ago
  4. 360c09c xfs: consolidate preallocation in xfs_file_fallocate by Christoph Hellwig · 5 years ago
  5. 7a42c70 xfs: disable xfs_ioc_space for always COW inodes by Christoph Hellwig · 5 years ago
  6. 837a6e7 fs: add generic UNRESVSP and ZERO_RANGE ioctl handlers by Christoph Hellwig · 5 years ago
  7. 9afe1d5 xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64 by Christoph Hellwig · 5 years ago
  8. c7d6831 xfs: use xfs_inode_buftarg in xfs_file_ioctl by Christoph Hellwig · 5 years ago
  9. f9acc19 xfs: use xfs_inode_buftarg in xfs_file_dio_aio_write by Christoph Hellwig · 5 years ago
  10. 30fa529 xfs: add a xfs_inode_buftarg helper by Christoph Hellwig · 5 years ago
  11. 25a4095 xfs: mark xfs_buf_free static by Christoph Hellwig · 5 years ago
  12. 3dd4d40 xfs: Sanity check flags of Q_XQUOTARM call by Jan Kara · 5 years ago
  13. 1aa6300 xfs: add mising include of xfs_pnfs.h for missing declarations by Ben Dooks (Codethink) · 5 years ago
  14. da781e6 xfs: don't set bmapi total block req where minleft is by Brian Foster · 5 years ago
  15. 1c74357 xfs: cap longest free extent to maximum allocatable by Dave Chinner · 5 years ago
  16. 3fb21fc xfs: remove the duplicated inode log fieldmask set by kaixuxia · 5 years ago
  17. 1e190f8 xfs: improve the IOMAP_NOWAIT check for COW inodes by Christoph Hellwig · 5 years ago
  18. 5c5b6f7 xfs: cleanup xfs_direct_write_iomap_begin by Christoph Hellwig · 5 years ago
  19. 12dfb58 xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin by Christoph Hellwig · 5 years ago
  20. f150b42 xfs: split the iomap ops for buffered vs direct writes by Christoph Hellwig · 5 years ago
  21. a526c85 xfs: move xfs_file_iomap_begin_delay around by Christoph Hellwig · 5 years ago
  22. 690c2a3 xfs: split out a new set of read-only iomap ops by Christoph Hellwig · 5 years ago
  23. 4356822 xfs: factor out a helper to calculate the end_fsb by Christoph Hellwig · 5 years ago
  24. 36adcba xfs: fill out the srcmap in iomap_begin by Christoph Hellwig · 5 years ago
  25. ae36b53 xfs: refactor xfs_file_iomap_begin_delay by Christoph Hellwig · 5 years ago
  26. ffb375a xfs: pass two imaps to xfs_reflink_allocate_cow by Christoph Hellwig · 5 years ago
  27. dd26b84 xfs: remove xfs_reflink_dirty_extents by Christoph Hellwig · 5 years ago
  28. 0d45e3a xfs: also call xfs_file_iomap_end_delalloc for zeroing operations by Christoph Hellwig · 5 years ago
  29. 3f8a4f1 xfs: fix inode fork extent count overflow by Dave Chinner · 5 years ago
  30. 4b29ab0 xfs: remove the XLOG_STATE_DO_CALLBACK state by Christoph Hellwig · 5 years ago
  31. 1858bb0 xfs: turn ic_state into an enum by Christoph Hellwig · 5 years ago
  32. fe9c0e7 xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flags by Christoph Hellwig · 5 years ago
  33. 032cc34 xfs: remove dead ifdef XFSERRORDEBUG code by Christoph Hellwig · 5 years ago
  34. df732b2 xfs: call xlog_state_release_iclog with l_icloglock held by Christoph Hellwig · 5 years ago
  35. 390aab0 xfs: move the locking from xlog_state_finish_copy to the callers by Christoph Hellwig · 5 years ago
  36. 2c68a1d xfs: remove the unused ic_io_size field from xlog_in_core by Christoph Hellwig · 5 years ago
  37. cd95cb9 xfs: pass the correct flag to xlog_write_iclog by Christoph Hellwig · 5 years ago
  38. dc8e69b xfs: optimize near mode bnobt scans with concurrent cntbt lookups by Brian Foster · 5 years ago
  39. d296882 xfs: factor out tree fixup logic into helper by Brian Foster · 5 years ago
  40. 0e26d5c xfs: refactor near mode alloc bnobt scan into separate function by Brian Foster · 5 years ago
  41. 78d7aab xfs: refactor and reuse best extent scanning logic by Brian Foster · 5 years ago
  42. 4a65b7c xfs: refactor allocation tree fixup code by Brian Foster · 5 years ago
  43. fec0afd xfs: reuse best extent tracking logic for bnobt scan by Brian Foster · 5 years ago
  44. 396bbf3 xfs: refactor cntbt lastblock scan best extent logic into helper by Brian Foster · 5 years ago
  45. c62321a xfs: track best extent from cntbt lastblock scan in alloc cursor by Brian Foster · 5 years ago
  46. d6d3aff xfs: track allocation busy state in allocation cursor by Brian Foster · 5 years ago
  47. f5e7dbe xfs: introduce allocation cursor data structure by Brian Foster · 5 years ago
  48. f6b428a xfs: track active state of allocation btree cursors by Brian Foster · 5 years ago
  49. bdb2ed2 xfs: ignore extent size hints for always COW inodes by Christoph Hellwig · 5 years ago
  50. e5e6340 xfs: include QUOTA, FATAL ASSERT build options in XFS_BUILD_OPTIONS by yu kuai · 5 years ago
  51. c039b99 iomap: use a srcmap for a read-modify-write I/O by Goldwyn Rodrigues · 5 years ago
  52. eb81cf9 iomap: renumber IOMAP_HOLE to 0 by Christoph Hellwig · 5 years ago
  53. 32a38a4 iomap: use write_begin to read pages to unshare by Christoph Hellwig · 5 years ago
  54. d3b4043 iomap: move the zeroing case out of iomap_read_page_sync by Christoph Hellwig · 5 years ago
  55. 3590c4d iomap: ignore non-shared or non-data blocks in xfs_file_dirty by Christoph Hellwig · 5 years ago
  56. dcd6158 iomap: always use AOP_FLAG_NOFS in iomap_write_begin by Christoph Hellwig · 5 years ago
  57. c12d6fa iomap: remove the unused iomap argument to __iomap_write_end by Christoph Hellwig · 5 years ago
  58. 65a60e8 iomap: better document the IOMAP_F_* flags by Christoph Hellwig · 5 years ago
  59. 9cd0ed6 iomap: enhance writeback error message by Darrick J. Wong · 5 years ago
  60. 48d64cd iomap: pass a struct page to iomap_finish_page_writeback by Christoph Hellwig · 5 years ago
  61. b3d423e iomap: cleanup iomap_ioend_compare by Christoph Hellwig · 5 years ago
  62. ab08b01 iomap: move struct iomap_page out of iomap.h by Christoph Hellwig · 5 years ago
  63. 3e19e6f iomap: warn on inline maps in iomap_writepage_map by Christoph Hellwig · 5 years ago
  64. 598ecfb iomap: lift the xfs writeback code to iomap by Christoph Hellwig · 5 years ago
  65. 9e91c57 iomap: lift common tracing code from xfs to iomap by Christoph Hellwig · 5 years ago
  66. 009d8d8 iomap: zero newly allocated mapped blocks by Christoph Hellwig · 5 years ago
  67. 760fea8 xfs: remove the fork fields in the writepage_ctx and ioend by Christoph Hellwig · 5 years ago
  68. 5653017 xfs: turn io_append_trans into an io_private void pointer by Christoph Hellwig · 5 years ago
  69. 433dad9 xfs: refactor the ioend merging code by Christoph Hellwig · 5 years ago
  70. 4e087a3 xfs: use a struct iomap in xfs_writepage_ctx by Christoph Hellwig · 5 years ago
  71. 05b3094 xfs: set IOMAP_F_NEW more carefully by Christoph Hellwig · 5 years ago
  72. 2492a60 xfs: initialize iomap->flags in xfs_bmbt_to_iomap by Christoph Hellwig · 5 years ago
  73. 7684e2c iomap: iomap that extends beyond EOF should be marked dirty by Dave Chinner · 5 years ago
  74. 906753b xfs: Use iomap_dio_rw to wait for unaligned direct IO by Jan Kara · 5 years ago
  75. 13ef954 iomap: Allow forcing of waiting for running DIO in iomap_dio_rw() by Jan Kara · 5 years ago
  76. 4f5cafb Linux 5.4-rc3 by Linus Torvalds · 5 years ago
  77. 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
  78. 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
  79. 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
  80. b27528b Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  81. d303de1 tracing: Initialize iter->seq after zeroing in tracing_read_pipe() by Petr Mladek · 5 years ago
  82. fc64e4a tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency by Srivatsa S. Bhat (VMware) · 5 years ago
  83. 98dc19c tracing/hwlat: Report total time spent in all NMIs during the sample by Srivatsa S. Bhat (VMware) · 5 years ago
  84. 7f8557b recordmcount: Fix nop_mcount() function by Steven Rostedt (VMware) · 5 years ago
  85. bf8e602 tracing: Do not create tracefs files if tracefs lockdown is in effect by Steven Rostedt (VMware) · 5 years ago
  86. 17911ff tracing: Add locked_down checks to the open calls of files created for tracefs by Steven Rostedt (VMware) · 5 years ago
  87. 8530dec tracing: Add tracing_check_open_get_tr() by Steven Rostedt (VMware) · 5 years ago
  88. aa07d71 tracing: Have trace events system open call tracing_open_generic_tr() by Steven Rostedt (VMware) · 5 years ago
  89. 194c2c7 tracing: Get trace_array reference for available_tracers files by Steven Rostedt (VMware) · 5 years ago
  90. 9ef1669 ftrace: Get a reference counter for the trace_array on filter files by Steven Rostedt (VMware) · 5 years ago
  91. 3ed270b tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down") by Steven Rostedt (VMware) · 5 years ago
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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
  97. 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
  98. 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
  99. 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
  100. 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