1. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  2. 77cb271 gfs2: switch to use of errorfc() et.al. by Al Viro · 5 years ago
  3. 48ce73b fs_parse: handle optional arguments sanely by Al Viro · 5 years ago
  4. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  5. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  6. 5eede62 fold struct fs_parameter_enum into struct constant_table by Al Viro · 5 years ago
  7. 2710c957a fs_parse: get rid of ->enums by Al Viro · 5 years ago
  8. 6e5e41e gfs2: fix O_SYNC write handling by Andreas Gruenbacher · 5 years ago
  9. 4c0e8dd gfs2: move setting current->backing_dev_info by Christoph Hellwig · 5 years ago
  10. 7582026 gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0 by Abhi Das · 5 years ago
  11. a31b4ec Revert "gfs2: eliminate tr_num_revoke_rm" by Bob Peterson · 5 years ago
  12. c04f2e0 gfs2: remove unused LBIT macros by Alex Shi · 5 years ago
  13. b3ca4e4 fs/gfs2: remove unused IS_DINODE and IS_LEAF macros by Alex Shi · 5 years ago
  14. f7be987 gfs2: Remove GFS2_MIN_LVB_SIZE define by Andreas Gruenbacher · 5 years ago
  15. 5d43975 gfs2: Fix incorrect variable name by Andreas Gruenbacher · 5 years ago
  16. 2b0fb35 gfs2: Avoid access time thrashing in gfs2_inode_lookup by Andreas Gruenbacher · 5 years ago
  17. e556280 gfs2: minor cleanup: remove unneeded variable ret in gfs2_jdata_writepage by Bob Peterson · 5 years ago
  18. 2e9eeaa gfs2: eliminate ssize parameter from gfs2_struct2blk by Bob Peterson · 5 years ago
  19. eed0f95 gfs2: Another gfs2_find_jhead fix by Andreas Gruenbacher · 5 years ago
  20. 3f1266e Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 5 years ago
  21. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  22. 3b266a5 Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  23. ade4808 gfs2: Don't write log headers after file system withdraw by Bob Peterson · 5 years ago
  24. 8f81180 gfs2: Remove duplicate call from gfs2_create_inode by Andreas Gruenbacher · 5 years ago
  25. 2c47c1b gfs2: clean up iopen glock mess in gfs2_create_inode by Bob Peterson · 5 years ago
  26. d99724c gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESS by Bob Peterson · 5 years ago
  27. 52b1cdc gfs2: Abort gfs2_freeze if io error is seen by Bob Peterson · 5 years ago
  28. 60528af gfs2: Don't loop forever in gfs2_freeze if withdrawn by Bob Peterson · 5 years ago
  29. f155f5e gfs2: fix infinite loop in gfs2_ail1_flush on io error by Bob Peterson · 5 years ago
  30. eb43e66 gfs2: Introduce function gfs2_withdrawn by Bob Peterson · 5 years ago
  31. fe5e7ba gfs2: fix glock reference problem in gfs2_trans_remove_revoke by Bob Peterson · 5 years ago
  32. feed98a gfs2: make gfs2_log_shutdown static by Bob Peterson · 5 years ago
  33. 19ebc05 gfs2: Remove active journal side effect from gfs2_write_log_header by Andreas Gruenbacher · 5 years ago
  34. 184b4e6 gfs2: Fix end-of-file handling in gfs2_page_mkwrite by Andreas Gruenbacher · 5 years ago
  35. f53056c gfs2: Multi-block allocations in gfs2_page_mkwrite by Andreas Gruenbacher · 5 years ago
  36. 39c3a94 gfs2: Improve mmap write vs. punch_hole consistency by Andreas Gruenbacher · 5 years ago
  37. 1a48049 gfs2: make gfs2_fs_parameters static by Ben Dooks (Codethink) · 5 years ago
  38. f3b64b5 gfs2: Some whitespace cleanups by Andreas Gruenbacher · 5 years ago
  39. 098b9c1 gfs2: removed unnecessary semicolon by Aliasgar Surti · 5 years ago
  40. d579814 gfs2: Fix initialisation of args for remount by Andrew Price · 5 years ago
  41. 30aecae gfs2: Fix memory leak when gfs2meta's fs_context is freed by Andrew Price · 5 years ago
  42. 8d09807 gfs2: add compat_ioctl support by Arnd Bergmann · 6 years ago
  43. c039b99 iomap: use a srcmap for a read-modify-write I/O by Goldwyn Rodrigues · 5 years ago
  44. 13ef954 iomap: Allow forcing of waiting for running DIO in iomap_dio_rw() by Jan Kara · 5 years ago
  45. 0b36c9e Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  46. 1f52aa0 gfs2: Convert gfs2 to fs_context by Andrew Price · 6 years ago
  47. f0b444b gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrps by Bob Peterson · 5 years ago
  48. b473bc2d gfs2: Improve mmap write vs. truncate consistency by Andreas Gruenbacher · 5 years ago
  49. ad26967 gfs2: Use async glocks for rename by Bob Peterson · 5 years ago
  50. 01123cf gfs2: create function gfs2_glock_update_hold_time by Andreas Gruenbacher · 5 years ago
  51. bc74aae gfs2: separate holder for rgrps in gfs2_rename by Bob Peterson · 5 years ago
  52. bccaef9 gfs2: Delete an unnecessary check before brelse() by Markus Elfring · 5 years ago
  53. 45eb050 gfs2: Minor PAGE_SIZE arithmetic cleanups by Andreas Gruenbacher · 5 years ago
  54. 8f0daef gfs2: Fix recovery slot bumping by Andreas Gruenbacher · 5 years ago
  55. 98fb057 gfs2: Fix possible fs name overflows by Bob Peterson · 5 years ago
  56. 8c5ca11 gfs2: untangle the logic in gfs2_drevalidate by Bob Peterson · 5 years ago
  57. 0a6a4ab gfs2: Always mark inode dirty in fallocate by Andreas Gruenbacher · 5 years ago
  58. d403125 gfs2: Minor gfs2_alloc_inode cleanup by Andreas Gruenbacher · 5 years ago
  59. 2257e46 gfs2: implement gfs2_block_zero_range using iomap_zero_range by Christoph Hellwig · 6 years ago
  60. 72d36d0 gfs2: Add support for IOMAP_ZERO by Andreas Gruenbacher · 5 years ago
  61. 34aad20 gfs2: gfs2_iomap_begin cleanup by Andreas Gruenbacher · 6 years ago
  62. a27a0c9 gfs2: gfs2_walk_metadata fix by Andreas Gruenbacher · 5 years ago
  63. 706cb54 gfs2: Inode dirtying fix by Andreas Gruenbacher · 5 years ago
  64. 5010fe9 Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  65. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  66. 0248a8b Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 5 years ago
  67. a47f5c5 Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  68. bb4cb25 gfs2: Remove unused gfs2_iomap_alloc argument by Andreas Gruenbacher · 6 years ago
  69. 35af80a gfs2: don't use buffer_heads in gfs2_allocate_page_backing by Christoph Hellwig · 6 years ago
  70. 7770c93a gfs2: use iomap_bmap instead of generic_block_bmap by Christoph Hellwig · 6 years ago
  71. 378b6cb gfs2: mark stuffed_readpage static by Christoph Hellwig · 6 years ago
  72. 59c01c5 gfs2: merge gfs2_writepage_common into gfs2_writepage by Christoph Hellwig · 6 years ago
  73. eadd7535 gfs2: merge gfs2_writeback_aops and gfs2_ordered_aops by Christoph Hellwig · 6 years ago
  74. e0ec0a6 gfs2: remove the unused gfs2_stuffed_write_end function by Christoph Hellwig · 6 years ago
  75. f3915f83 gfs2: use page_offset in gfs2_page_mkwrite by Christoph Hellwig · 6 years ago
  76. 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 6 years ago
  77. 8d3e72a iomap: don't mark the inode dirty in iomap_write_end by Andreas Gruenbacher · 6 years ago
  78. f29e62e gfs2: replace more printk with calls to fs_info and friends by Bob Peterson · 6 years ago
  79. 3792ce9 gfs2: dump fsid when dumping glock problems by Bob Peterson · 6 years ago
  80. 55317f5 gfs2: simplify gfs2_freeze by removing case by Bob Peterson · 6 years ago
  81. 04aea0c gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN by Bob Peterson · 6 years ago
  82. d14e1ca gfs2: Warn when a journal replay overwrites a rgrp with buffers by Bob Peterson · 6 years ago
  83. 49eb776 gfs2: log which portion of the journal is replayed by Bob Peterson · 6 years ago
  84. e955537 gfs2: eliminate tr_num_revoke_rm by Bob Peterson · 6 years ago
  85. 5b3a9f3 gfs2: kthread and remount improvements by Bob Peterson · 6 years ago
  86. 15a798f gfs2: Use IS_ERR_OR_NULL by Kefeng Wang · 6 years ago
  87. 2a27b75 gfs2: Clean up freeing struct gfs2_sbd by Andreas Gruenbacher · 6 years ago
  88. 4066524 Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 6 years ago
  89. 2741b67 gfs2: Fix rounding error in gfs2_iomap_page_prepare by Andreas Gruenbacher · 6 years ago
  90. ef254d1 gfs2: replace ktype default_attrs with default_groups by Kimberly Brown · 6 years ago
  91. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  92. 638803d Revert "gfs2: Replace gl_revokes with a GLF flag" by Bob Peterson · 6 years ago
  93. 7336d0e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 by Thomas Gleixner · 6 years ago
  94. 651bae9 Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 6 years ago
  95. 5a5ec83 gfs2: Fix sign extension bug in gfs2_update_stats by Andreas Gruenbacher · 6 years ago
  96. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  97. fbcde19 gfs2: Fix error path kobject memory leak by Tobin C. Harding · 6 years ago
  98. ef75bd7 Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 6 years ago
  99. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  100. f4686c2 gfs2: read journal in large chunks by Abhi Das · 6 years ago