1. 1b50259 [GFS2] Drop log lock on I/O error & tidy up by Steven Whitehouse · 19 years ago
  2. 02f211f [GFS2] Remove bits.c from the Makefile by Steven Whitehouse · 19 years ago
  3. 3efd753 [GFS2] Make newly moved functions static by Steven Whitehouse · 19 years ago
  4. 88c8ab1f [GFS2] Merge bits.[ch] into rgrp.c by Steven Whitehouse · 19 years ago
  5. 64c14ea [GFS2] Fix ref count bug that used to bite us on umount by Steven Whitehouse · 19 years ago
  6. b9cb981 [GFS2] Fix attributes setting logic by Steven Whitehouse · 19 years ago
  7. 9801f64 [GFS2] Remove incorrect initialisation of gh_owner by Steven Whitehouse · 19 years ago
  8. e90c01e [GFS2] Reverse block order in build_height by Steven Whitehouse · 19 years ago
  9. 7d63b54 Merge branch 'master' by Steven Whitehouse · 19 years ago
  10. e515f04 Merge git://oss.sgi.com:8090/xfs-2.6 by Linus Torvalds · 19 years ago
  11. 75dff55 [PATCH] fs/locks.c: Fix lease_init by Trond Myklebust · 19 years ago
  12. e63a369 [XFS] Fix a possible metadata buffer (AGFL) refcount leak when fixing an by Nathan Scott · 19 years ago
  13. b1ecdda [XFS] Fix a project quota space accounting leak on rename. by Nathan Scott · 19 years ago
  14. d08d389 [XFS] Fix a possible forced shutdown due to mishandling write barriers by Nathan Scott · 19 years ago
  15. fd88de56 [GFS2] Readpages support by Steven Whitehouse · 19 years ago
  16. 5bb76af [GFS2] Set d_ops for root inode by Robert S Peterson · 19 years ago
  17. 98232d5 [PATCH] compat_sys_vmsplice: one-off in UIO_MAXIOV check by Jens Axboe · 19 years ago
  18. a054887 [PATCH] splice: redo page lookup if add_to_page_cache() returns -EEXIST by Jens Axboe · 19 years ago
  19. 76ad4d1 [PATCH] splice: rename remaining info variables to pipe by Jens Axboe · 19 years ago
  20. 1432873 [PATCH] splice: LRU fixups by Jens Axboe · 19 years ago
  21. bfc4ee3 [PATCH] splice: fix unlocking of page on error ->prepare_write() by Jens Axboe · 19 years ago
  22. 5dea517 [PATCH] ext3: multile block allocate little endian fixes by Mingming Cao · 19 years ago
  23. 97a35d1 [DLM] fix grant_after_purge softlockup by David Teigland · 19 years ago
  24. d2d7b8a [GFS2] Fix bug in writepage() by Steven Whitehouse · 19 years ago
  25. 330ab71 [PATCH] vmsplice: restrict stealing a little more by Jens Axboe · 19 years ago
  26. a893b99 [PATCH] splice: fix page LRU accounting by Jens Axboe · 19 years ago
  27. 7591489 [PATCH] vmsplice: fix badly placed end paranthesis by Jens Axboe · 19 years ago
  28. 9817d20 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  29. d261020 [PATCH] x86_64: Add compat_sys_vmsplice and use it in x86-64 by Andi Kleen · 19 years ago
  30. 7afa6fd [PATCH] vmsplice: allow user to pass in gift pages by Jens Axboe · 19 years ago
  31. f6762b7 [PATCH] pipe: enable atomic copying of pipe data to/from user space by Jens Axboe · 19 years ago
  32. e27dedd [PATCH] splice: call handle_ra_miss() on failure to lookup page by Jens Axboe · 19 years ago
  33. 7f9c51f [PATCH] Add ->splice_read/splice_write to def_blk_fops by Jens Axboe · 19 years ago
  34. f84d751 [PATCH] pipe: introduce ->pin() buffer operation by Jens Axboe · 19 years ago
  35. 0568b40 [PATCH] splice: fix bugs in pipe_to_file() by Jens Axboe · 19 years ago
  36. 46e678c [PATCH] splice: fix bugs with stealing regular pipe pages by Jens Axboe · 19 years ago
  37. 56409ab [GFS2] Remove some unused code by Steven Whitehouse · 19 years ago
  38. 08bc2db [GFS2] [-mm patch] fs/gfs2/: possible cleanups by Adrian Bunk · 19 years ago
  39. c56b39c [DLM] PATCH 3/3 dlm: show recover state by David Teigland · 19 years ago
  40. 1c032c0 [DLM] PATCH 2/3 dlm: lowcomms close by David Teigland · 19 years ago
  41. ae11896 [DLM] PATCH 1/3 dlm: force free user lockspace by David Teigland · 19 years ago
  42. 3632752 [GFS2] Reordering in deallocation to avoid recursive locking by Steven Whitehouse · 19 years ago
  43. 2833c28 [PATCH] powerpc: Wire up *at syscalls by Andreas Schwab · 19 years ago
  44. d26046b Merge branch 'master' by David Teigland · 19 years ago
  45. e7f5c01 [GFS2] Remove redundant casts to/from void by David Teigland · 19 years ago
  46. eb20796 [PATCH] splice: make the read-side do batched page lookups by Jens Axboe · 19 years ago
  47. eb645a2 [PATCH] splice: switch to using page_cache_readahead() by Jens Axboe · 19 years ago
  48. 6bd70ab [DLM] lock_dlm recover_status patch by David Teigland · 19 years ago
  49. 579b78a [GFS2] Remove GL_NEVER_RECURSE flag by Steven Whitehouse · 19 years ago
  50. 5965b1f [GFS2] Don't do recursive locking in glock layer by Steven Whitehouse · 19 years ago
  51. e7edf9c [PATCH] LSM: add missing hook to do_compat_readv_writev() by James Morris · 19 years ago
  52. a090d91 [PATCH] protect ext3 ioctl modifying append_only, immutable, etc. with i_mutex by Al Viro · 19 years ago
  53. de0bb97 [PATCH] forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable) by Al Viro · 19 years ago
  54. 7b97ebf Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  55. 00522fb [PATCH] splice: rearrange moving to/from pipe helpers by Jens Axboe · 19 years ago
  56. 912d35f [PATCH] Add support for the sys_vmsplice syscall by Jens Axboe · 19 years ago
  57. 8aa09a5 [fuse] fix race between checking and setting file->private_data by Miklos Szeredi · 19 years ago
  58. 6dbbcb1 [fuse] fix deadlock between fuse_put_super() and request_end(), try #2 by Miklos Szeredi · 19 years ago
  59. 5a5fb1e Revert "[fuse] fix deadlock between fuse_put_super() and request_end()" by Miklos Szeredi · 19 years ago
  60. 016b661 [PATCH] splice: fix offset problems by Jens Axboe · 19 years ago
  61. ba5f5d9 [PATCH] splice: fix min() warning by Andrew Morton · 19 years ago
  62. 3a2a9c9 [GFS2] Update plock code in DLM locking module by David Teigland · 19 years ago
  63. 714dc65 [DLM] Convert a semaphore to a completion by Patrick Caulfield · 19 years ago
  64. 96c2c00 [DLM] Update Kconfig in the light of comments on lkml by Steven Whitehouse · 19 years ago
  65. 4bcf709 [GFS2] Remove inherited flags from exported flags. by Steven Whitehouse · 19 years ago
  66. b5ea3e1 [GFS2] Tidy up Makefile & Kconfig by Steven Whitehouse · 19 years ago
  67. b800a1c [GFS2] Tidy up daemon.c by Steven Whitehouse · 19 years ago
  68. 301dc3e [CIFS] Fix compile error when CONFIG_CIFS_EXPERIMENTAL is undefined by Steve French · 19 years ago
  69. 61e085a [GFS2] Tidy up dir code as per Christoph Hellwig's comments by Steven Whitehouse · 19 years ago
  70. 41bc398 Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6-stable by Linus Torvalds · 19 years ago
  71. b66ac3e [CIFS] Fix typo in previous by Steve French · 19 years ago
  72. b9251b8 [PATCH] Fix reiserfs deadlock by Jan Kara · 19 years ago
  73. 6080823 [CIFS] Readdir fixes to allow search to start at arbitrary position in directory by Steve French · 19 years ago
  74. 45af7a0 [CIFS] Use the kthread_ API instead of opencoding lots of hairy code for kernel by Steve French · 19 years ago
  75. 1e09ae5 [GFS2] Move BUG() back into the header file by Steven Whitehouse · 19 years ago
  76. 1dde2db [GFS2] Add back missing BUG() by Steven Whitehouse · 19 years ago
  77. a74604b [GFS2] sem -> mutex conversion in locking.c by Steven Whitehouse · 19 years ago
  78. 296034f [CIFS] Don't allow a backslash in a path component by Steve French · 19 years ago
  79. 0bd4fa9 [CIFS] [CIFS] Do not take rename sem on most path based calls (during by Steve French · 19 years ago
  80. a748422 Merge branch 'master' by Steven Whitehouse · 19 years ago
  81. c63e31c [GFS2] journal recovery patch by David Teigland · 19 years ago
  82. 190562b [GFS2] Fix a bug: scheduling under a spinlock by Steven Whitehouse · 19 years ago
  83. 82aa5d6 [PATCH] splice: fix smaller sized splice reads by Jens Axboe · 19 years ago
  84. 949b211 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 19 years ago
  85. 7451c4f NFS: remove needless check in nfs_opendir() by Carsten Otte · 19 years ago
  86. b9d9506 NFS: nfs_show_stats; for_each_possible_cpu(), not NR_CPUS by John Hawkes · 19 years ago
  87. ec535ce15 NFS: make 2 functions static by Adrian Bunk · 19 years ago
  88. e99170f NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset by Trond Myklebust · 19 years ago
  89. 95cf959 VFS: Fix another open intent Oops by Trond Myklebust · 19 years ago
  90. 0efd932 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  91. ca99c1d [PATCH] Fix file lookup without ref by Dipankar Sarma · 19 years ago
  92. dda27d1 [PATCH] hugetlbfs: add Kconfig help text by Arthur Othieno · 19 years ago
  93. 5e85d4a [PATCH] task: Make task list manipulations RCU safe by Eric W. Biederman · 19 years ago
  94. 9e0267c [PATCH] splice: fixup writeout path after ->map changes by Jens Axboe · 19 years ago
  95. a4514eb [PATCH] splice: offset fixes by Jens Axboe · 19 years ago
  96. 2a27250e [PATCH] tee: link_pipe() must be careful when dropping one of the pipe locks by Jens Axboe · 19 years ago
  97. c4f895c [PATCH] splice: cleanup the SPLICE_F_NONBLOCK handling by Jens Axboe · 19 years ago
  98. 91ad66e [PATCH] splice: close i_size truncate races on read by Jens Axboe · 19 years ago
  99. 385910f x86: be careful about tailcall breakage for sys_open[at] too by Linus Torvalds · 19 years ago
  100. 0a489cb x86: don't allow tail-calls in sys_ftruncate[64]() by Linus Torvalds · 19 years ago