1. 628e366 gfs2: Iomap cleanups and improvements by Andreas Gruenbacher · 7 years ago
  2. fffb641 gfs2: Zero out fallocated blocks in fallocate_chunk by Andreas Gruenbacher · 7 years ago
  3. 174d123 gfs2: Fix fallocate chunk size by Andreas Gruenbacher · 7 years ago
  4. 805c0907 GFS2: Log the reason for log flushes in every log header by Bob Peterson · 7 years ago
  5. c1696fb GFS2: Introduce new gfs2_log_header_v2 by Bob Peterson · 7 years ago
  6. 4e56a64 gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE) by Andreas Gruenbacher · 7 years ago
  7. b16f7e5 gfs2: Fix and clean up {GET,SET}FLAGS ioctl by Andreas Gruenbacher · 7 years ago
  8. cc555b09 GFS2: Take inode off order_write list when setting jdata flag by Bob Peterson · 7 years ago
  9. 3a27411 gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap by Andreas Gruenbacher · 8 years ago
  10. 9b7c2dd gfs2: Update ctime in setflags ioctl by Andreas Gruenbacher · 7 years ago
  11. ec3604c7 Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  12. d07a6ac gfs2: convert to errseq_t based writeback error reporting for fsync by Jeff Layton · 7 years ago
  13. 283c9a9 gfs2: Lock holder cleanup (fixup) by Andreas Gruenbacher · 7 years ago
  14. d4d7fc1 gfs2: Re-enable fallocate for the rindex by Andrew Price · 8 years ago
  15. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  16. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  17. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  18. 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
  19. d7c436c gfs2: Update file times after grabbing glock by Andreas Gruenbacher · 8 years ago
  20. 6df9f9a gfs2: Lock holder cleanup by Andreas Gruenbacher · 9 years ago
  21. 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
  22. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  23. 1d1bb23 gfs2: switch to ->iterate_shared() by Al Viro · 9 years ago
  24. 80f4781 gfs2: use inode_lock/unlock instead of accessing i_mutex directly by Abhi Das · 9 years ago
  25. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 9 years ago
  26. 9c7fe83 GFS2: Add calls to gfs2_holder_uninit in two error handlers by Daniel DeFreez · 9 years ago
  27. 6115267 gfs2: Use gfs2 wrapper to sync inode before calling generic_file_splice_read() by Abhi Das · 9 years ago
  28. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  29. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  30. a93a9983 gfs2: fix flock panic issue by Junxiao Bi · 9 years ago
  31. b58bf40 GFS2: Reduce size of incore inode by Bob Peterson · 9 years ago
  32. a097dc7e GFS2: Make rgrp reservations part of the gfs2_inode structure by Bob Peterson · 9 years ago
  33. b54e9a0 GFS2: Extract quota data from reservations structure (revert 5407e24) by Bob Peterson · 9 years ago
  34. acc546f gfs2: Automatically set GFS2_DIF_SYSTEM flag on system files by Abhi Das · 9 years ago
  35. 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
  36. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  37. 4b813f0 GFS2: fallocate: do not rely on file_update_time to mark the inode dirty by Andrew Price · 9 years ago
  38. 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
  39. 8606691 gfs2: Don't support fallocate on jdata files by Abhi Das · 10 years ago
  40. 01e64ee GFS2: make sure S_NOSEC flag isn't overwritten by Benjamin Marzinski · 10 years ago
  41. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  42. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  43. 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
  44. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 10 years ago
  45. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  46. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  47. d9be0cd gfs2: allow fallocate to max out quotas/fs efficiently by Abhi Das · 10 years ago
  48. b8fbf47 gfs2: perform quota checks against allocation parameters by Abhi Das · 10 years ago
  49. f1ea6f4 GFS2: Move gfs2_file_splice_write outside of #ifdef by Bob Peterson · 10 years ago
  50. f42a69f GFS2: Allocate reservation during splice_write by Bob Peterson · 10 years ago
  51. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  52. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  53. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 10 years ago
  54. 98f1a69 GFS2: Update timestamps on fallocate by Andrew Price · 10 years ago
  55. 1885867 GFS2: Update i_size properly on fallocate by Andrew Price · 10 years ago
  56. 9c9f115 GFS2: Use inode_newsize_ok and get_write_access in fallocate by Andrew Price · 10 years ago
  57. 33ad5d5 GFS2: Only increase rs_sizehint by Bob Peterson · 10 years ago
  58. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  59. 1c994a0 locks: consolidate "nolease" routines by Jeff Layton · 10 years ago
  60. 2ddfbdd GFS2: Request demote when a "try" flock fails by Bob Peterson · 10 years ago
  61. 97a4f1d GFS2: Allow caching of glocks for flock by Bob Peterson · 11 years ago
  62. 5bef3e7 GFS2: Allow flocks to use normal glock dq rather than dq_wait by Bob Peterson · 11 years ago
  63. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  64. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 11 years ago
  65. 9dd868e GFS2: fs/gfs2/file.c: kernel-doc warning fixes by Fabian Frederick · 11 years ago
  66. 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 11 years ago
  67. da56e45 gfs2: switch to ->write_iter() by Al Viro · 11 years ago
  68. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 11 years ago
  69. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 11 years ago
  70. a0846a5 GFS2: Lock i_mutex and use a local gfs2_holder for fallocate by Bob Peterson · 11 years ago
  71. 7b9cff4 GFS2: Add allocation parameters structure by Steven Whitehouse · 11 years ago
  72. af5c269 GFS2: Clean up reservation removal by Steven Whitehouse · 11 years ago
  73. 0c90180 GFS2: dirty inode correctly in gfs2_write_end by Benjamin Marzinski · 11 years ago
  74. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  75. c4eb1b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 12 years ago
  76. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 12 years ago
  77. d81a8ef [readdir] convert gfs2 by Al Viro · 12 years ago
  78. 6d4ade9 GFS2: Add atomic_open support by Steven Whitehouse · 12 years ago
  79. 2b3dcf3 GFS2: Increase i_writecount during gfs2_setattr_size by Bob Peterson · 12 years ago
  80. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
  81. c2952d2 GFS2: Fix unlock of fcntl locks during withdrawn state by Steven Whitehouse · 12 years ago
  82. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  83. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  84. 1d1d1a7 mm: only enforce stable page writes if the backing device requires it by Darrick J. Wong · 12 years ago
  85. 350a9b0 GFS2: Split gfs2_trans_add_bh() into two by Steven Whitehouse · 12 years ago
  86. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  87. 9dbe961 GFS2: Add Orlov allocator by Steven Whitehouse · 12 years ago
  88. 3d16268 GFS2: Don't call file_accessed() with a shared glock by Benjamin Marzinski · 12 years ago
  89. 73738a7 GFS2: Clean up some unused assignments by Andrew Price · 12 years ago
  90. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  91. 71f890f GFS2: Remove rs_requested field from reservations by Steven Whitehouse · 12 years ago
  92. da1dfb6 GFS2: Make write size hinting code common by Steven Whitehouse · 12 years ago
  93. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  94. 39263d5e gfs2: Convert to new freezing mechanism by Jan Kara · 13 years ago
  95. a63e9b2 gfs2: Push file_update_time() into gfs2_page_mkwrite() by Jan Kara · 13 years ago
  96. 15e1c96 GFS2: Eliminate 64-bit divides by Bob Peterson · 12 years ago
  97. 8e2e004 GFS2: Reduce file fragmentation by Bob Peterson · 12 years ago
  98. 23d0bb8 GFS2: Add "top dir" flag support by Steven Whitehouse · 13 years ago
  99. 5407e24 GFS2: Fold quota data into the reservations struct by Bob Peterson · 13 years ago
  100. 0a305e4 GFS2: Extend the life of the reservations by Bob Peterson · 13 years ago