1. 09ac862 xfs: call xfs_qm_dqattach before performing reflink operations by Darrick J. Wong · 7 years ago
  2. 6ca3072 xfs: bmap code cleanup by Shan Hai · 7 years ago
  3. 643c8c0 Use list_head infra-structure for buffer's log items list by Carlos Maiolino · 7 years ago
  4. fb1755a Split buffer's b_fspriv field by Carlos Maiolino · 7 years ago
  5. 70a2065 Get rid of xfs_buf_log_item_t typedef by Carlos Maiolino · 7 years ago
  6. 75d4a13 xfs: fix non-debug build compiler warnings by Darrick J. Wong · 7 years ago
  7. 4bb73d0 xfs: check sb_agblocks and sb_agblklog when validating superblock by Darrick J. Wong · 7 years ago
  8. be78ff0 xfs: recheck reflink / dirty page status before freeing CoW reservations by Darrick J. Wong · 7 years ago
  9. a5f460b xfs: check that br_blockcount doesn't overflow by Darrick J. Wong · 7 years ago
  10. 55e4542 xfs: btree format ifork loader should check for zero numrecs by Darrick J. Wong · 7 years ago
  11. 79a69bf xfs: attr leaf verifier needs to check for obviously bad count by Darrick J. Wong · 7 years ago
  12. ce92d29 xfs: directory scrubber must walk through data block to offset by Darrick J. Wong · 7 years ago
  13. 638a717 xfs: don't iunlock unlocked inodes by Darrick J. Wong · 7 years ago
  14. cf1b0b8 xfs: scrub in-core metadata by Darrick J. Wong · 7 years ago
  15. 561f648 xfs: cross-reference the block mappings when possible by Darrick J. Wong · 7 years ago
  16. 46d9bfb xfs: cross-reference the realtime bitmap by Darrick J. Wong · 7 years ago
  17. f6d5fc2 xfs: cross-reference refcount btree during scrub by Darrick J. Wong · 7 years ago
  18. dbde19d xfs: cross-reference the rmapbt data with the refcountbt by Darrick J. Wong · 7 years ago
  19. d852657 xfs: cross-reference reverse-mapping btree by Darrick J. Wong · 7 years ago
  20. 2e6f275 xfs: cross-reference inode btrees during scrub by Darrick J. Wong · 7 years ago
  21. e1134b1 xfs: cross-reference bnobt records with cntbt by Darrick J. Wong · 7 years ago
  22. 52dc4b4 xfs: cross-reference with the bnobt by Darrick J. Wong · 7 years ago
  23. 166d764 xfs: introduce scrubber cross-referencing stubs by Darrick J. Wong · 7 years ago
  24. 858333d xfs: check btree block ownership with bnobt/rmapbt when scrubbing btree by Darrick J. Wong · 7 years ago
  25. 9a7e269 xfs: fix a few erroneous process_error calls in the scrubbers by Darrick J. Wong · 7 years ago
  26. 64b1256 xfs: set up scrub cross-referencing helpers by Darrick J. Wong · 7 years ago
  27. 49db55e xfs: add scrub cross-referencing helpers for the refcount btrees by Darrick J. Wong · 7 years ago
  28. ed7c52d xfs: add scrub cross-referencing helpers for the rmap btrees by Darrick J. Wong · 7 years ago
  29. 2e00126 xfs: add scrub cross-referencing helpers for the inode btrees by Darrick J. Wong · 7 years ago
  30. ce1d802 xfs: add scrub cross-referencing helpers for the free space btrees by Darrick J. Wong · 7 years ago
  31. c468562 xfs: cancel tx on xfs_defer_finish() error during xattr set/remove by Brian Foster · 7 years ago
  32. ad90bb5 xfs: account finobt blocks properly in perag reservation by Brian Foster · 7 years ago
  33. a8789a5 xfs: fix check on struct_version for versions 4 or greater by Colin Ian King · 7 years ago
  34. 1da0618 xfs: destroy mutex pag_ici_reclaim_lock before free by Xiongwei Song · 7 years ago
  35. c969004 xfs: use %px for data pointers when debugging by Darrick J. Wong · 7 years ago
  36. aff68a55 xfs: use %pS printk format for direct instruction addresses by Darrick J. Wong · 7 years ago
  37. 3d170aa xfs: change 0x%p -> %p in print messages by Darrick J. Wong · 7 years ago
  38. c219b01 xfs: clarify units in the failed metadata io message by Darrick J. Wong · 7 years ago
  39. 46c5973 xfs: harden directory integrity checks some more by Darrick J. Wong · 7 years ago
  40. ac503a4 xfs: refactor the geometry structure filling function by Darrick J. Wong · 7 years ago
  41. c368ebc xfs: hoist xfs_fs_geometry to libxfs by Darrick J. Wong · 7 years ago
  42. b872af2 xfs: trace log reservations at mount time by Darrick J. Wong · 7 years ago
  43. 9c712a1 xfs: dump the first 128 bytes of any corrupt buffer by Darrick J. Wong · 7 years ago
  44. d9418ed xfs: teach error reporting functions to take xfs_failaddr_t by Darrick J. Wong · 7 years ago
  45. eebf3ca xfs: standardize quota verification function outputs by Darrick J. Wong · 7 years ago
  46. eeea798 xfs: separate dquot repair into a separate function by Darrick J. Wong · 7 years ago
  47. b557259 xfs: create a new buf_ops pointer to verify structure metadata by Darrick J. Wong · 7 years ago
  48. 8ba92d4 xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corrupt by Darrick J. Wong · 7 years ago
  49. 9cfb9b4 xfs: provide a centralized method for verifying inline fork data by Darrick J. Wong · 7 years ago
  50. dc042c2 xfs: refactor short form directory structure verifier function by Darrick J. Wong · 7 years ago
  51. 0795e00 xfs: create structure verifier function for short form symlinks by Darrick J. Wong · 7 years ago
  52. 1e1bbd8 xfs: create structure verifier function for shortform xattrs by Darrick J. Wong · 7 years ago
  53. 71493b8 xfs: move inode fork verifiers to xfs_dinode_verify by Darrick J. Wong · 7 years ago
  54. 50aa90e xfs: verify dinode header first by Darrick J. Wong · 7 years ago
  55. bc1a09b xfs: refactor verifier callers to print address of failing check by Darrick J. Wong · 7 years ago
  56. a6a781a xfs: have buffer verifier functions report failing address by Darrick J. Wong · 7 years ago
  57. 31ca03c xfs: refactor xfs_verifier_error and xfs_buf_ioerror by Darrick J. Wong · 7 years ago
  58. 9101d37 xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers by Darrick J. Wong · 7 years ago
  59. e1e55aa xfs: refactor short form btree pointer verification by Darrick J. Wong · 7 years ago
  60. 8368a60 xfs: refactor long-format btree header verification routines by Darrick J. Wong · 7 years ago
  61. 59f6fec xfs: remove XFS_FSB_SANITY_CHECK by Darrick J. Wong · 7 years ago
  62. d658e72 xfs: distinguish between corrupt inode and invalid inum in xfs_scrub_get_inode by Darrick J. Wong · 7 years ago
  63. 1ad1205 xfs: always grab transaction when scrubbing inode by Darrick J. Wong · 7 years ago
  64. 2b9e9b5 xfs: xfs_scrub_bmap should use for_each_xfs_iext by Darrick J. Wong · 7 years ago
  65. e5b37faa xfs: catch a few more error codes when scrubbing secondary sb by Darrick J. Wong · 7 years ago
  66. 5a0f433 xfs: ignore agfl read errors when not scrubbing agfl by Darrick J. Wong · 7 years ago
  67. 5a9d929 iomap: report collisions between directio and buffered writes to userspace by Darrick J. Wong · 7 years ago
  68. c017cb5 xfs: eliminate duplicate icreate tx reservation functions by Brian Foster · 7 years ago
  69. 57af33e xfs: refactor inode chunk alloc/free tx reservation by Brian Foster · 7 years ago
  70. f03c78f xfs: include an allocfree res for inobt modifications by Brian Foster · 7 years ago
  71. a606ebd xfs: truncate transaction does not modify the inobt by Brian Foster · 7 years ago
  72. e8341d9 xfs: fix up agi unlinked list reservations by Brian Foster · 7 years ago
  73. a6f4859 xfs: include inobt buffers in ifree tx log reservation by Brian Foster · 7 years ago
  74. 2c8f626 xfs: print transaction log reservation on overrun by Brian Foster · 7 years ago
  75. 29c1c12 xfs: scrub inode nsec fields by Darrick J. Wong · 7 years ago
  76. 8e63083 xfs: move all scrub input checking to xfs_scrub_validate by Eric Sandeen · 7 years ago
  77. 0a085dd xfs: factor out scrub input checking by Eric Sandeen · 7 years ago
  78. bfb3e9b xfs: explicitly initialize meta_scrub_ops array by type by Eric Sandeen · 7 years ago
  79. a015831 xfs: Show realtime device stats on statfs calls if realtime flags set by Richard Wareing · 7 years ago
  80. b2cd1df Linux 4.15-rc7 by Linus Torvalds · 7 years ago
  81. b84449d Merge branch 'parisc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  82. 9cfd403 Merge tag 'apparmor-pr-2018-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor by Linus Torvalds · 7 years ago
  83. 9d61ec5 Merge tag 'led_fixes_for_4.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 7 years ago
  84. c11a5fe Merge tag 'for-linus-20180107' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  85. 7b6af2c leds: core: Fix regression caused by commit 2b83ff96f51d by Jacek Anaszewski · 7 years ago
  86. 75d4276 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  87. 5b6c02f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  88. fee4380 mtd: nand: pxa3xx: Fix READOOB implementation by Boris Brezillon · 7 years ago
  89. 3219e26 Merge tag 'powerpc-4.15-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  90. bb4945e Merge tag 'kvm-s390-master-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Radim Krčmář · 7 years ago
  91. 310d827 parisc: qemu idle sleep support by Helge Deller · 7 years ago
  92. 65c64d18 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  93. 313243a Merge tag 'iommu-v4.15-rc7' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  94. f84d595 Merge tag 'arc-4.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
  95. 5b9f57c apparmor: fix regression in mount mediation when feature set is pinned by John Johansen · 7 years ago
  96. 89876f2 Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  97. 12e971b Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  98. f842839 Merge tag 'mfd-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 7 years ago
  99. abb7099 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  100. b03acc4 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago