1. 47a9a52 GFS2: use BIT() macro by Fabian Frederick · 8 years ago
  2. ec5ec66 gfs2: Get rid of gfs2_ilookup by Andreas Gruenbacher · 8 years ago
  3. 3ce37b2 gfs2: Fix gfs2_lookup_by_inum lock inversion by Andreas Gruenbacher · 8 years ago
  4. 73b462d GFS2: Eliminate parameter non_block on gfs2_inode_lookup by Bob Peterson · 9 years ago
  5. ff34245 GFS2: Don't filter out I_FREEING inodes anymore by Bob Peterson · 9 years ago
  6. 6d4ade9 GFS2: Add atomic_open support by Steven Whitehouse · 11 years ago
  7. 4306629 GFS2: Remove unused argument from gfs2_internal_read by Andrew Price · 12 years ago
  8. b120193 GFS2: make function gfs2_page_add_databufs static by Bob Peterson · 12 years ago
  9. ab9bbda GFS2: Use ->dirty_inode() by Steven Whitehouse · 13 years ago
  10. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  11. 160b402 GFS2: Clean up symlink creation by Steven Whitehouse · 13 years ago
  12. 94fb763 GFS2: Remove gfs2_dinode_print() function by Steven Whitehouse · 13 years ago
  13. 3d6ecb7 GFS2: When adding a new dir entry, inc link count if it is a subdir by Steven Whitehouse · 13 years ago
  14. 4667a0e GFS2: Make writeback more responsive to system conditions by Steven Whitehouse · 13 years ago
  15. f42ab08 GFS2: Optimise glock lru and end of life inodes by Steven Whitehouse · 13 years ago
  16. 44ad37d GFS2: filesystem hang caused by incorrect lock order by Bob Peterson · 13 years ago
  17. 24d9765 GFS2: Fix error path in gfs2_lookup_by_inum() by Steven Whitehouse · 13 years ago
  18. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  19. 044b941 GFS2: Fix inode deallocation race by Steven Whitehouse · 14 years ago
  20. 3921120 GFS2: fallocate support by Benjamin Marzinski · 14 years ago
  21. a2e0f79 GFS2: Remove i_disksize by Steven Whitehouse · 14 years ago
  22. ed4878e GFS2: Rework reclaiming unlinked dinodes by Bob Peterson · 14 years ago
  23. 1a0eae8 GFS2: glock livelock by Bob Peterson · 14 years ago
  24. 87ec217 GFS2: Move gfs2_unlink_ok into ops_inode.c by Steven Whitehouse · 15 years ago
  25. 536baf0 GFS2: Move gfs2_readlinki into ops_inode.c by Steven Whitehouse · 15 years ago
  26. 2286dbf GFS2: Move gfs2_rmdiri into ops_inode.c by Steven Whitehouse · 15 years ago
  27. b1e71b0 GFS2: Clean up some file names by Steven Whitehouse · 15 years ago
  28. 10d2198 GFS2: cleanup file_operations mess by Christoph Hellwig · 15 years ago
  29. f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 15 years ago
  30. 383f01f GFS2: Banish struct gfs2_dinode_host by Steven Whitehouse · 16 years ago
  31. b276058 GFS2: Rationalise header files by Steven Whitehouse · 16 years ago
  32. 719ee34 GFS2: high time to take some time over atime by Steven Whitehouse · 16 years ago
  33. 0188d6c GFS2: Fix & clean up GFS2 rename by Steven Whitehouse · 16 years ago
  34. a569c71 [PATCH] don't pass nameidata to gfs2_lookupi() by Al Viro · 16 years ago
  35. a93a6ce [GFS2] Remove unused declaration by Li Xiaodong · 16 years ago
  36. f58ba88 [GFS2] don't call permission() by Miklos Szeredi · 16 years ago
  37. 77658aa [GFS2] Eliminate (almost) duplicate field from gfs2_inode by Steven Whitehouse · 16 years ago
  38. ecc30c7 [GFS2] Streamline indirect pointer tree height calculation by Steven Whitehouse · 16 years ago
  39. 5561093 [GFS2] Introduce gfs2_set_aops() by Steven Whitehouse · 17 years ago
  40. bf36a71 [GFS2] Add gfs2_is_writeback() by Steven Whitehouse · 17 years ago
  41. 7a9f53b [GFS2] Alternate gfs2_iget to avoid looking up inodes being freed by Benjamin Marzinski · 17 years ago
  42. 35dcc52 [GFS2] Remove i_mode passing from NFS File Handle by Wendy Cheng · 17 years ago
  43. bb9bcf0 [GFS2] Obtaining no_formal_ino from directory entry by Wendy Cheng · 17 years ago
  44. bb8d8a6 [GFS2] Fix sign problem in quota/statfs and cleanup _host structures by Steven Whitehouse · 17 years ago
  45. dbb7cae [GFS2] Clean up inode number handling by Steven Whitehouse · 17 years ago
  46. dcd2479 [GFS2] Remove unused function from inode.c by Steven Whitehouse · 18 years ago
  47. 9e2dbda [GFS2] Remove gfs2_inode_attr_in by Steven Whitehouse · 18 years ago
  48. 1a7b1ee [GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctime by Steven Whitehouse · 18 years ago
  49. b60623c [GFS2] Shrink gfs2_inode (3) - di_mode by Steven Whitehouse · 18 years ago
  50. e7f14f4 [GFS2] Shrink gfs2_inode (2) - di_major/di_minor by Steven Whitehouse · 18 years ago
  51. 629a21e [GFS2] split and annotate gfs2_inum by Al Viro · 18 years ago
  52. 907b9bc [GFS2/DLM] Fix trailing whitespace by Steven Whitehouse · 18 years ago
  53. e9fc2aa [GFS2] Update copyright, tidy up incore.h by Steven Whitehouse · 18 years ago
  54. faf450e [GFS2] Remove gfs2_repermission by Steven Whitehouse · 18 years ago
  55. feaa7bb [GFS2] Fix unlinked file handling by Steven Whitehouse · 18 years ago
  56. 3a8a9a1 [GFS2] Update copyright date to 2006 by Steven Whitehouse · 18 years ago
  57. 3632752 [GFS2] Reordering in deallocation to avoid recursive locking by Steven Whitehouse · 18 years ago
  58. c752666 [GFS2] Fix bug in directory code and tidy up by Steven Whitehouse · 18 years ago
  59. c9fd430 [GFS2] Tidy up mount code. by Steven Whitehouse · 18 years ago
  60. 568f4c9 [GFS2] 80 Column audit of GFS2 by Steven Whitehouse · 18 years ago
  61. 7359a19 [GFS2] Fix for root inode ref count bug by Steven Whitehouse · 18 years ago
  62. 18ec7d5 [GFS2] Make journaled data files identical to normal files on disk by Steven Whitehouse · 18 years ago
  63. f42faf4 [GFS2] Add gfs2_internal_read() by Steven Whitehouse · 18 years ago
  64. b3b94fa [GFS2] The core of GFS2 by David Teigland · 18 years ago