1. 2fe17c1 fallocate should be a file operation by Christoph Hellwig · 14 years ago
  2. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  3. 51ee4b8 locks: let the caller free file_lock on ->setlease failure by Christoph Hellwig · 14 years ago
  4. 05fa313 locks: fix setlease methods to free passed-in lock by J. Bruce Fields · 14 years ago
  5. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  6. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  7. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  8. b89f432 fs/locks.c: prepare for BKL removal by Arnd Bergmann · 14 years ago
  9. bf97b67 GFS2: reserve more blocks for transactions by Benjamin Marzinski · 14 years ago
  10. a2e0f79 GFS2: Remove i_disksize by Steven Whitehouse · 14 years ago
  11. 461cb41 GFS2: Simplify gfs2_write_alloc_required by Bob Peterson · 14 years ago
  12. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  13. 7df0e03 GFS2: Fix permissions checking for setflags ioctl() by Steven Whitehouse · 14 years ago
  14. 720e774 GFS2: Skip check for mandatory locks when unlocking by Sachin Prabhu · 14 years ago
  15. 56aa616 GFS2: Ensure uptodate inode size when using O_APPEND by Steven Whitehouse · 15 years ago
  16. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  17. 40b78a3 GFS2: Clean up of extended attribute support by Steven Whitehouse · 15 years ago
  18. e09f944 GFS2: Remove unused variable by Steven Whitehouse · 15 years ago
  19. a12af1e GFS2: smbd proccess hangs with flock() call. by Abhijith Das · 15 years ago
  20. b1e71b0 GFS2: Clean up some file names by Steven Whitehouse · 15 years ago[Renamed (99%) from fs/gfs2/ops_file.c]
  21. 48bf2b1 GFS2: Something nonlinear this way comes! by Steven Whitehouse · 15 years ago
  22. e56985d GFS2: Fix page_mkwrite() return code by Steven Whitehouse · 15 years ago
  23. 10d2198 GFS2: cleanup file_operations mess by Christoph Hellwig · 15 years ago
  24. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  25. 9c53883 Fix a minor bug in the previous patch by Steven Whitehouse · 15 years ago
  26. 6bac243 GFS2: Clean up of glops.c by Steven Whitehouse · 15 years ago
  27. f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 16 years ago
  28. c8f554b GFS2: Fix typo in gfs_page_mkwrite() by Benjamin Marzinski · 16 years ago
  29. 7ed122e GFS2: Streamline alloc calculations for writes by Steven Whitehouse · 16 years ago
  30. 383f01f GFS2: Banish struct gfs2_dinode_host by Steven Whitehouse · 16 years ago
  31. c9e9888 GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize by Steven Whitehouse · 16 years ago
  32. b276058 GFS2: Rationalise header files by Steven Whitehouse · 16 years ago
  33. 719ee34 GFS2: high time to take some time over atime by Steven Whitehouse · 16 years ago
  34. 38c4657 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 16 years ago
  35. c9f6a6b [GFS2] Remove support for unused and pointless flag by Steven Whitehouse · 16 years ago
  36. f58ba88 [GFS2] don't call permission() by Miklos Szeredi · 16 years ago
  37. 9465efc Remove BKL from remote_llseek v2 by Andi Kleen · 16 years ago
  38. 6802e34 [GFS2] Clean up the glock core by Steven Whitehouse · 16 years ago
  39. d82661d [GFS2] Streamline quota lock/check for no-quota case by Steven Whitehouse · 16 years ago
  40. 8af4c72 [GFS2] gfs2/ops_file.c should #include "ops_inode.h" by Adrian Bunk · 16 years ago
  41. da755fd [GFS2] Remove lm.[ch] and distribute content by Steven Whitehouse · 17 years ago
  42. b7fe2e3 [GFS2] Fix page_mkwrite truncation race path by Steven Whitehouse · 17 years ago
  43. 6dbd822 [GFS2] Reduce inode size by moving i_alloc out of line by Steven Whitehouse · 17 years ago
  44. e9e1ef2 [GFS2] Remove function gfs2_get_block by Bob Peterson · 17 years ago
  45. dbee219 [GFS2] Remove unused variable by Steven Whitehouse · 17 years ago
  46. c97bfe4 [GFS2] Remove lock methods for lock_nolock protocol by Wendy Cheng · 17 years ago
  47. 5561093 [GFS2] Introduce gfs2_set_aops() by Steven Whitehouse · 17 years ago
  48. 3cc3f71 [GFS2] Use ->page_mkwrite() for mmap() by Steven Whitehouse · 17 years ago
  49. 51ff87b [GFS2] Clean up internal read function by Steven Whitehouse · 17 years ago
  50. a9c62a1 fs: correct SuS compliance for open of large file without options by Alan Cox · 17 years ago
  51. 541010e Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  52. b4c2016 [GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118! by Abhijith Das · 17 years ago
  53. 7afaac6 GFS2: clean up explicit check for mandatory locks by Pavel Emelyanov · 17 years ago
  54. b9af7ca [GFS2] Fix setting of inherit jdata attr by Steven Whitehouse · 17 years ago
  55. 0af1a45 rename setlease to generic_setlease by Christoph Hellwig · 17 years ago
  56. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  57. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  58. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  59. 6044606 gfs2: stop giving out non-cluster-coherent leases by Marc Eshel · 18 years ago
  60. 1b21f45 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 17 years ago
  61. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  62. dbb7cae [GFS2] Clean up inode number handling by Steven Whitehouse · 17 years ago
  63. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  64. 586759f gfs2: nfs lock support for gfs2 by Marc Eshel · 18 years ago
  65. 9d6a8c5 locks: give posix_test_lock same interface as ->lock by Marc Eshel · 17 years ago
  66. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  67. 3699e3a [GFS2] Clean up/speed up readdir by Steven Whitehouse · 18 years ago
  68. 8145409 [PATCH] struct path: convert gfs2 by Josef Sipek · 18 years ago
  69. 34126f9 [GFS2] Change gfs2_fsync() to use write_inode_now() by Steven Whitehouse · 18 years ago
  70. 33c3de3 [GFS2] Don't flush everything on fdatasync by Steven Whitehouse · 18 years ago
  71. dcd2479 [GFS2] Remove unused function from inode.c by Steven Whitehouse · 18 years ago
  72. 6b124d8 [GFS2] Only set inode flags when required by Steven Whitehouse · 18 years ago
  73. b60623c [GFS2] Shrink gfs2_inode (3) - di_mode by Steven Whitehouse · 18 years ago
  74. 539e5d6 [GFS2] Change argument of gfs2_dinode_out by Steven Whitehouse · 18 years ago
  75. 9c9ab3d [GFS2] gfs2 __user misannotation fix by Al Viro · 18 years ago
  76. 629a21e [GFS2] split and annotate gfs2_inum by Al Viro · 18 years ago
  77. 128e5eb [GFS2] Remove iflags.h, use FS_ by Steven Whitehouse · 18 years ago
  78. d00223f [GFS2] Fix code style/indent in ops_file.c by Steven Whitehouse · 18 years ago
  79. 930cc23 [GFS2] streamline-generic_file_-interfaces-and-filemap gfs fix by Andrew Morton · 18 years ago
  80. 9c9eb21 [GFS2] Remove readv/writev methods and use aio_read/aio_write instead (gfs bits) by Badari Pulavarty · 18 years ago
  81. 907b9bc [GFS2/DLM] Fix trailing whitespace by Steven Whitehouse · 18 years ago
  82. f0e522a [GFS2] Remove "NFS only" readdir path by Steven Whitehouse · 18 years ago
  83. 7d30859 [GFS2] Export lm_interface to kernel headers by Fabio Massimo Di Nitto · 18 years ago
  84. 26c1a57 [GFS2] More code style updates by Steven Whitehouse · 18 years ago
  85. dd538c8 [GFS2] Spelling sentinal -> sentinel by Steven Whitehouse · 18 years ago
  86. cd91549 [GFS2] Change all types to uX style by Steven Whitehouse · 18 years ago
  87. a91ea69 [GFS2] Align all labels against LH side by Steven Whitehouse · 18 years ago
  88. e9fc2aa [GFS2] Update copyright, tidy up incore.h by Steven Whitehouse · 18 years ago
  89. 420b9e5 [GFS2] Tidy up in various files by Steven Whitehouse · 18 years ago
  90. a9e5f4d [GFS2] Alter direct I/O path by Steven Whitehouse · 18 years ago
  91. 52f341c [GFS2] gfs2_set_flags double locking patch by Abhijith Das · 18 years ago
  92. 4340fe6 [GFS2] Add generation number by Steven Whitehouse · 18 years ago
  93. b0dd930 [GFS2] Mark file_operations const by Steven Whitehouse · 18 years ago
  94. a53311d [GFS2] Use generic_file_sendfile directly by Steven Whitehouse · 18 years ago
  95. faf450e [GFS2] Remove gfs2_repermission by Steven Whitehouse · 18 years ago
  96. feaa7bb [GFS2] Fix unlinked file handling by Steven Whitehouse · 18 years ago
  97. 3a8a9a1 [GFS2] Update copyright date to 2006 by Steven Whitehouse · 18 years ago
  98. bd89680 [GFS2] Remove semaphore.h from C files by Steven Whitehouse · 18 years ago
  99. b9cb981 [GFS2] Fix attributes setting logic by Steven Whitehouse · 18 years ago
  100. 4bcf709 [GFS2] Remove inherited flags from exported flags. by Steven Whitehouse · 18 years ago