1. 920c7fd ANDROID: fs: gfs2: fix filler function type by Sami Tolvanen · 6 years ago
  2. 1c185c0 gfs2: Remove dirty buffer warning from gfs2_releasepage by Andreas Gruenbacher · 8 years ago
  3. 47a9a52 GFS2: use BIT() macro by Fabian Frederick · 8 years ago
  4. fd4c574 gfs2: writeout truncated pages by Benjamin Marzinski · 8 years ago
  5. be1332c Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  6. 68cd4ce GFS2: Refactor gfs2_remove_from_journal by Bob Peterson · 8 years ago
  7. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  8. 9c7fe83 GFS2: Add calls to gfs2_holder_uninit in two error handlers by Daniel DeFreez · 8 years ago
  9. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  10. 2df6f47 GFS2: Fix direct IO write rounding error by Bob Peterson · 8 years ago
  11. b54e9a0 GFS2: Extract quota data from reservations structure (revert 5407e24) by Bob Peterson · 9 years ago
  12. 546fac6 Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
  13. 1272574 gfs2: kerneldoc warning fixes by Fabian Frederick · 9 years ago
  14. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  15. 80dcc31 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
  16. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  17. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  18. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  19. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  20. b8fbf47 gfs2: perform quota checks against allocation parameters by Abhi Das · 9 years ago
  21. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  22. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  23. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  24. 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 10 years ago
  25. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  26. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  27. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  28. 774016b GFS2: journal data writepages update by Steven Whitehouse · 10 years ago
  29. 086352f GFS2: No need to invalidate pages for a dio read by Steven Whitehouse · 10 years ago
  30. e4f2920 GFS2: Clean up releasepage by Steven Whitehouse · 11 years ago
  31. dfd1118 GFS2: Fix incorrect invalidation for DIO/buffered I/O by Steven Whitehouse · 11 years ago
  32. 7b9cff4 GFS2: Add allocation parameters structure by Steven Whitehouse · 11 years ago
  33. 0c90180 GFS2: dirty inode correctly in gfs2_write_end by Benjamin Marzinski · 11 years ago
  34. 9d35814 GFS2: Merge ordered and writeback writepage by Steven Whitehouse · 11 years ago
  35. 5c0bb97 gfs2: use ->invalidatepage() length argument by Lukas Czerner · 11 years ago
  36. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  37. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  38. 16ca941 GFS2: replace gfs2_ail structure with gfs2_trans by Benjamin Marzinski · 11 years ago
  39. 4513899 GFS2: Use ->writepages for ordered writes by Steven Whitehouse · 11 years ago
  40. 350a9b0 GFS2: Split gfs2_trans_add_bh() into two by Steven Whitehouse · 12 years ago
  41. 9dbe961 GFS2: Add Orlov allocator by Steven Whitehouse · 12 years ago
  42. 8e711e10 GFS2: change function gfs2_direct_IO to use a normal gfs2_glock_dq by Bob Peterson · 12 years ago
  43. 71f890f GFS2: Remove rs_requested field from reservations by Steven Whitehouse · 12 years ago
  44. 5407e24 GFS2: Fold quota data into the reservations struct by Bob Peterson · 12 years ago
  45. 0a305e4 GFS2: Extend the life of the reservations by Bob Peterson · 12 years ago
  46. c0752aa GFS2: eliminate log elements and simplify by Bob Peterson · 12 years ago
  47. 4306629 GFS2: Remove unused argument from gfs2_internal_read by Andrew Price · 12 years ago
  48. c50b91c GFS2: Remove bd_list_tr by Steven Whitehouse · 12 years ago
  49. b120193 GFS2: make function gfs2_page_add_databufs static by Bob Peterson · 12 years ago
  50. ca9248d GFS2: Allow caching of rindex glock by Bob Peterson · 12 years ago
  51. d934928 gfs2: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  52. 564e12b GFS2: decouple quota allocations from block allocations by Bob Peterson · 13 years ago
  53. 54335b1 GFS2: Cache the most recently used resource group in the inode by Steven Whitehouse · 13 years ago
  54. ab9bbda GFS2: Use ->dirty_inode() by Steven Whitehouse · 13 years ago
  55. 380f7c6 GFS2: Resolve inode eviction and ail list interaction bug by Steven Whitehouse · 13 years ago
  56. 8f065d3 GFS2: Improve bug trap code in ->releasepage() by Steven Whitehouse · 13 years ago
  57. deab72d GFS2: write_end error path fails to unlock transaction lock by Bob Peterson · 13 years ago
  58. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  59. 6c474f7 GFS2: Adding missing unlock_page() by Maxim · 13 years ago
  60. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  61. ebdec24 fs: kill block_prepare_write by Christoph Hellwig · 14 years ago
  62. d594845 GFS2: Fix compiler warning from previous patch by Steven Whitehouse · 14 years ago
  63. bf97b67 GFS2: reserve more blocks for transactions by Benjamin Marzinski · 14 years ago
  64. 3921120 GFS2: fallocate support by Benjamin Marzinski · 14 years ago
  65. a2e0f79 GFS2: Remove i_disksize by Steven Whitehouse · 14 years ago
  66. ff8f33c GFS2: New truncate sequence by Steven Whitehouse · 14 years ago
  67. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  68. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  69. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  70. 461cb41 GFS2: Simplify gfs2_write_alloc_required by Bob Peterson · 14 years ago
  71. 30116ff GFS2: Use nobh_writepage by Steven Whitehouse · 14 years ago
  72. 15c6fd9 kill spurious reference to vmtruncate by npiggin@suse.de · 14 years ago
  73. 602c89d GFS2: Clean up stuffed file copying by Steven Whitehouse · 14 years ago
  74. 009d851 GFS2: Metadata address space clean up by Steven Whitehouse · 15 years ago
  75. c29cd90 writeback: remove unused nonblocking and congestion checks (gfs2) by Wu Fengguang · 15 years ago
  76. 9ae3c6d GFS2: drop rindex glock to refresh rindex list by Benjamin Marzinski · 15 years ago
  77. aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
  78. 1946f70 GFS2: keep statfs info in sync on grows by Benjamin Marzinski · 15 years ago
  79. b1e71b0 GFS2: Clean up some file names by Steven Whitehouse · 15 years ago[Renamed (99%) from fs/gfs2/ops_address.c]
  80. 7537d81a GFS2: Fix timestamps on write by Abhijith Das · 15 years ago
  81. 229615d GFS2: Pagecache usage optimization on GFS2 by Hisashi Hifumi · 15 years ago
  82. f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 15 years ago
  83. 0a7ab79 GFS2: change gfs2_quota_scan into a shrinker by Abhijith Das · 15 years ago
  84. e4fefba GFS2: Set GFP_NOFS when allocating page on write by Steven Whitehouse · 15 years ago
  85. 7ed122e GFS2: Streamline alloc calculations for writes by Steven Whitehouse · 16 years ago
  86. c9e9888 GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize by Steven Whitehouse · 16 years ago
  87. 1bb7322 GFS2: Fix up jdata writepage/delete_inode by Steven Whitehouse · 16 years ago
  88. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 15 years ago
  89. 719ee34 GFS2: high time to take some time over atime by Steven Whitehouse · 16 years ago
  90. acb57a3 GFS2: Direct IO write at end of file error by Bob Peterson · 16 years ago
  91. 01b7c7a [GFS2] Revise readpage locking by Steven Whitehouse · 16 years ago
  92. 6802e34 [GFS2] Clean up the glock core by Steven Whitehouse · 16 years ago
  93. 3c18ddd mm: remove nopage by Nick Piggin · 16 years ago
  94. d82661d [GFS2] Streamline quota lock/check for no-quota case by Steven Whitehouse · 16 years ago
  95. 20b95bf [GFS2] gfs2_adjust_quota has broken unstuffing code by Abhijith Das · 16 years ago
  96. 182fe5a [GFS2] possible null pointer dereference fixup by Cyrill Gorcunov · 16 years ago
  97. 7afd88d [GFS2] Fix a page lock / glock deadlock by Steven Whitehouse · 16 years ago
  98. 7eabb77 [GFS2] Misc fixups by Bob Peterson · 16 years ago
  99. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  100. 6dbd822 [GFS2] Reduce inode size by moving i_alloc out of line by Steven Whitehouse · 16 years ago