1. 3ae1c663 gfs2: Fix underflow in gfs2_page_mkwrite by Andreas Gruenbacher · 3 years, 7 months ago
  2. c3e9ea1 gfs2: Prevent direct-I/O write fallback errors from getting lost by Andreas Gruenbacher · 3 years, 8 months ago
  3. 8c2618a Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 5 months ago
  4. 0e4656a Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 5 months ago
  5. 60263d5 iomap: fall back to buffered writes for invalidation failures by Christoph Hellwig · 4 years, 6 months ago
  6. 4c5c301 gfs2: Pass glock holder to gfs2_file_direct_{read,write} by Andreas Gruenbacher · 4 years, 7 months ago
  7. 20f8299 gfs2: Rework read and page fault locking by Andreas Gruenbacher · 4 years, 7 months ago
  8. 4bd684b gfs2: Remove unnecessary gfs2_qa_{get,put} pairs by Andreas Gruenbacher · 4 years, 10 months ago
  9. 1595548 gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put by Andreas Gruenbacher · 4 years, 10 months ago
  10. 2fba46a gfs2: Change inode qa_data to allow multiple users by Bob Peterson · 4 years, 11 months ago
  11. d580712 gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc by Bob Peterson · 4 years, 10 months ago
  12. 6e5e41e gfs2: fix O_SYNC write handling by Andreas Gruenbacher · 5 years ago
  13. 4c0e8dd gfs2: move setting current->backing_dev_info by Christoph Hellwig · 5 years ago
  14. 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
  15. 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
  16. eb43e66 gfs2: Introduce function gfs2_withdrawn by Bob Peterson · 5 years ago
  17. 184b4e6 gfs2: Fix end-of-file handling in gfs2_page_mkwrite by Andreas Gruenbacher · 5 years ago
  18. f53056c gfs2: Multi-block allocations in gfs2_page_mkwrite by Andreas Gruenbacher · 5 years ago
  19. f3b64b5 gfs2: Some whitespace cleanups by Andreas Gruenbacher · 5 years ago
  20. 8d09807 gfs2: add compat_ioctl support by Arnd Bergmann · 6 years ago
  21. 13ef954 iomap: Allow forcing of waiting for running DIO in iomap_dio_rw() by Jan Kara · 5 years ago
  22. 45eb050 gfs2: Minor PAGE_SIZE arithmetic cleanups by Andreas Gruenbacher · 5 years ago
  23. 0a6a4ab gfs2: Always mark inode dirty in fallocate by Andreas Gruenbacher · 5 years ago
  24. 5010fe9 Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  25. 35af80a gfs2: don't use buffer_heads in gfs2_allocate_page_backing by Christoph Hellwig · 6 years ago
  26. f3915f83 gfs2: use page_offset in gfs2_page_mkwrite by Christoph Hellwig · 6 years ago
  27. 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 6 years ago
  28. 04aea0c gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN by Bob Peterson · 6 years ago
  29. 7336d0e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 by Thomas Gleixner · 6 years ago
  30. 81214ba iomap: wire up the iopoll method by Christoph Hellwig · 6 years ago
  31. 4d62d3f gfs2: properly initial file_lock used for unlock. by NeilBrown · 6 years ago
  32. 21f09c4 gfs2: Move rs_{sizehint, rgd_gh} fields into the inode by Andreas Gruenbacher · 6 years ago
  33. 6ddc5c3 gfs2: getlabel support by Steve Whitehouse · 6 years ago
  34. 1d45bb7 gfs2: Use iomap for stuffed direct I/O reads by Andreas Gruenbacher · 7 years ago
  35. c2589282 gfs2: fallocate_chunk: Always initialize struct iomap by Andreas Gruenbacher · 7 years ago
  36. a3479c7 Merge branch 'iomap-write' into linux-gfs2/for-next by Andreas Gruenbacher · 6 years ago
  37. 109dbb1 fs: gfs2: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  38. 967bcc9 gfs2: iomap direct I/O support by Andreas Gruenbacher · 7 years ago
  39. 64bc06b gfs2: iomap buffered write support by Andreas Gruenbacher · 7 years ago
  40. d505a96a gfs2: Further iomap cleanups by Andreas Gruenbacher · 7 years ago
  41. 628e366 gfs2: Iomap cleanups and improvements by Andreas Gruenbacher · 7 years ago
  42. fffb641 gfs2: Zero out fallocated blocks in fallocate_chunk by Andreas Gruenbacher · 7 years ago
  43. 174d123 gfs2: Fix fallocate chunk size by Andreas Gruenbacher · 7 years ago
  44. 805c0907 GFS2: Log the reason for log flushes in every log header by Bob Peterson · 7 years ago
  45. c1696fb GFS2: Introduce new gfs2_log_header_v2 by Bob Peterson · 7 years ago
  46. 4e56a64 gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE) by Andreas Gruenbacher · 7 years ago
  47. b16f7e5 gfs2: Fix and clean up {GET,SET}FLAGS ioctl by Andreas Gruenbacher · 7 years ago
  48. cc555b09 GFS2: Take inode off order_write list when setting jdata flag by Bob Peterson · 7 years ago
  49. 3a27411 gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap by Andreas Gruenbacher · 8 years ago
  50. 9b7c2dd gfs2: Update ctime in setflags ioctl by Andreas Gruenbacher · 7 years ago
  51. ec3604c Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  52. d07a6ac gfs2: convert to errseq_t based writeback error reporting for fsync by Jeff Layton · 8 years ago
  53. 283c9a9 gfs2: Lock holder cleanup (fixup) by Andreas Gruenbacher · 8 years ago
  54. d4d7fc1 gfs2: Re-enable fallocate for the rindex by Andrew Price · 8 years ago
  55. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  56. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  57. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  58. 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
  59. d7c436c gfs2: Update file times after grabbing glock by Andreas Gruenbacher · 8 years ago
  60. 6df9f9a gfs2: Lock holder cleanup by Andreas Gruenbacher · 9 years ago
  61. be1332c Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
  62. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  63. 1d1bb23 gfs2: switch to ->iterate_shared() by Al Viro · 9 years ago
  64. 80f4781 gfs2: use inode_lock/unlock instead of accessing i_mutex directly by Abhi Das · 9 years ago
  65. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 9 years ago
  66. 9c7fe83 GFS2: Add calls to gfs2_holder_uninit in two error handlers by Daniel DeFreez · 9 years ago
  67. 6115267 gfs2: Use gfs2 wrapper to sync inode before calling generic_file_splice_read() by Abhi Das · 9 years ago
  68. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  69. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  70. a93a9983 gfs2: fix flock panic issue by Junxiao Bi · 9 years ago
  71. b58bf40 GFS2: Reduce size of incore inode by Bob Peterson · 9 years ago
  72. a097dc7e GFS2: Make rgrp reservations part of the gfs2_inode structure by Bob Peterson · 10 years ago
  73. b54e9a0 GFS2: Extract quota data from reservations structure (revert 5407e24) by Bob Peterson · 9 years ago
  74. acc546f gfs2: Automatically set GFS2_DIF_SYSTEM flag on system files by Abhi Das · 9 years ago
  75. 9d74288 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
  76. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  77. 4b813f0 GFS2: fallocate: do not rely on file_update_time to mark the inode dirty by Andrew Price · 9 years ago
  78. 546fac6 Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 10 years ago
  79. 8606691 gfs2: Don't support fallocate on jdata files by Abhi Das · 10 years ago
  80. 01e64ee GFS2: make sure S_NOSEC flag isn't overwritten by Benjamin Marzinski · 10 years ago
  81. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  82. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  83. 80dcc31 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 10 years ago
  84. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 10 years ago
  85. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  86. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  87. d9be0cd gfs2: allow fallocate to max out quotas/fs efficiently by Abhi Das · 10 years ago
  88. b8fbf47 gfs2: perform quota checks against allocation parameters by Abhi Das · 10 years ago
  89. f1ea6f4 GFS2: Move gfs2_file_splice_write outside of #ifdef by Bob Peterson · 10 years ago
  90. f42a69f GFS2: Allocate reservation during splice_write by Bob Peterson · 10 years ago
  91. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  92. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  93. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 10 years ago
  94. 98f1a69 GFS2: Update timestamps on fallocate by Andrew Price · 10 years ago
  95. 1885867 GFS2: Update i_size properly on fallocate by Andrew Price · 10 years ago
  96. 9c9f115 GFS2: Use inode_newsize_ok and get_write_access in fallocate by Andrew Price · 10 years ago
  97. 33ad5d5 GFS2: Only increase rs_sizehint by Bob Peterson · 10 years ago
  98. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  99. 1c994a0 locks: consolidate "nolease" routines by Jeff Layton · 10 years ago
  100. 2ddfbdd GFS2: Request demote when a "try" flock fails by Bob Peterson · 10 years ago