1. 8f920d5 lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlock by Jeff Layton · 16 years ago
  2. b0e92aa lockd: nlm_release_host() checks for NULL, caller needn't by Jeff Layton · 16 years ago
  3. e518f05 nfsd: take file and mnt write in nfs4_upgrade_open by Benny Halevy · 16 years ago
  4. 4f83aa3 nfsd: document open share bit tracking by J. Bruce Fields · 16 years ago
  5. 695e12f nfsd: tabulate nfs4 xdr encoding functions by Benny Halevy · 16 years ago
  6. e86322f Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 into for-2.6.27 by J. Bruce Fields · 16 years ago
  7. b001a1b nfsd: dprint operation names by Benny Halevy · 16 years ago
  8. f2feb96 nfsd: nfs4 minorversion decoder vectors by Benny Halevy · 16 years ago
  9. 3c375c6 nfsd: unsupported nfs4 ops should fail with nfserr_opnotsupp by Benny Halevy · 16 years ago
  10. 347e0ad nfsd: tabulate nfs4 xdr decoding functions by Benny Halevy · 16 years ago
  11. 30cff1f nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0 by Benny Halevy · 16 years ago
  12. 07cad1d nfsd: clean up mnt_want_write calls by Miklos Szeredi · 16 years ago
  13. 100766f nfsd: treat all shutdown signals as equivalent by Jeff Layton · 16 years ago
  14. 496d6c3 nfsd: fix spurious EACCESS in reconnect_path() by Neil Brown · 16 years ago
  15. 7476064 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 16 years ago
  16. 4f46acc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  17. 5af4e7a [GFS2] fix gfs2 block allocation (cleaned up) by Benjamin Marzinski · 16 years ago
  18. 17c15da [GFS2] BUG: unable to handle kernel paging request at ffff81002690e000 by Bob Peterson · 16 years ago
  19. 19fd426 Merge branch 'master' into for_mm by Jan Kara · 16 years ago
  20. e8183c2 udf: Fix regression in UDF anchor block detection by Tomas Janousek · 16 years ago
  21. 03fa9e8 NFS: nfs_updatepage(): don't mark page as dirty if an error occurred by Trond Myklebust · 16 years ago
  22. b7e2445 NFS: Fix filehandle size comparisons in the mount code by Trond Myklebust · 16 years ago
  23. 33852a1 NFS: Reduce the NFS mount code stack usage. by Trond Myklebust · 16 years ago
  24. cdd16d0 [patch 2/3] vfs: dcache cleanups by Miklos Szeredi · 16 years ago
  25. 31f3e0b [patch 1/3] vfs: dcache sparse fixes by Miklos Szeredi · 16 years ago
  26. be285c7 [patch 3/3] vfs: make d_path() consistent across mount operations by Andreas Gruenbacher · 16 years ago
  27. 8837abc nfsd: rename MAY_ flags by Miklos Szeredi · 16 years ago
  28. 599eb30 knfsd: nfsd: Handle ERESTARTSYS from syscalls. by NeilBrown · 16 years ago
  29. c7d106c nfsd: fix race in nfsd_nrthreads() by Neil Brown · 16 years ago
  30. abd1ec4 lockd: close potential race with rapid lockd_up/lockd_down cycle by Jeff Layton · 16 years ago
  31. a75c5d0 sunrpc: remove sv_kill_signal field from svc_serv struct by Jeff Layton · 16 years ago
  32. 9867d76 knfsd: convert knfsd to kthread API by Jeff Layton · 16 years ago
  33. e096bbc knfsd: remove special handling for SIGHUP by Jeff Layton · 16 years ago
  34. 3dd98a3 knfsd: clean up nfsd filesystem interfaces by Jeff Layton · 16 years ago
  35. bedbdd8 knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown locking. by Neil Brown · 16 years ago
  36. 13b1867 nfsd: make nfs4xdr WRITEMEM safe against zero count by Benny Halevy · 16 years ago
  37. 3b12cd9 nfsd: add dprintk of compound return by J. Bruce Fields · 16 years ago
  38. f9f48ec [patch 4/4] flock: remove unused fields from file_lock_operations by Denis V. Lunev · 16 years ago
  39. 694a176 [patch 3/4] vfs: fix ERR_PTR abuse in generic_readlink by Marcin Slusarz · 16 years ago
  40. 20d4fdc [patch 2/4] fs: make struct file arg to d_path const by Jan Engelhardt · 16 years ago
  41. c8e7f44 [patch 1/4] vfs: path_{get,put}() cleanups by Jan Blunck · 16 years ago
  42. c70f844 [patch for 2.6.26 4/4] vfs: utimensat(): fix write access check for futimens() by Michael Kerrisk · 16 years ago
  43. 4cca922 [patch for 2.6.26 3/4] vfs: utimensat(): fix error checking for {UTIME_NOW,UTIME_OMIT} case by Michael Kerrisk · 16 years ago
  44. 94c70b9 [patch for 2.6.26 1/4] vfs: utimensat(): ignore tv_sec if tv_nsec == UTIME_OMIT or UTIME_NOW by Michael Kerrisk · 16 years ago
  45. 12fd0d3 [patch for 2.6.26 2/4] vfs: utimensat(): be consistent with utime() for immutable and append-only files by Michael Kerrisk · 16 years ago
  46. fe6e9c1 [PATCH] fix cgroup-inflicted breakage in block_dev.c by Al Viro · 16 years ago
  47. 55d8538 Fix performance regression on lmbench select benchmark by Linus Torvalds · 16 years ago
  48. 62a8efe Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  49. 2856922 Ext4: Fix online resize block group descriptor corruption by Frederic Bohe · 16 years ago
  50. e899536 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 16 years ago
  51. f948d56 fuse: fix thinko in max I/O size calucation by Miklos Szeredi · 16 years ago
  52. 27eaf66 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 16 years ago
  53. 2c39450 ocfs2: Remove ->hangup() from stack glue operations. by Joel Becker · 16 years ago
  54. 9f9a99f ocfs2: Move the call of ocfs2_hb_ctl into the stack glue. by Joel Becker · 16 years ago
  55. 3878f11 ocfs2: Move the hb_ctl_path sysctl into the stack glue. by Joel Becker · 16 years ago
  56. a9e0f52 Remove last traces of a.out support from ELF loader. by David Woodhouse · 16 years ago
  57. 702773b Include <asm/a.out.h> in fs/exec.c only for Alpha. by David Woodhouse · 16 years ago
  58. e4f3ec0 udf: restore UDFFS_DEBUG to being undefined by default by Paul Collins · 16 years ago
  59. bcf8039 pagemap: fix large pages in pagemap by Dave Hansen · 16 years ago
  60. 2165009 pagemap: pass mm into pagewalkers by Dave Hansen · 16 years ago
  61. 2d518f8 fat: relax the permission check of fat_setattr() by OGAWA Hirofumi · 16 years ago
  62. 2a212f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  63. 79ee9a8 [CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabled by Steve French · 16 years ago
  64. dbdbb87 [CIFS] Fix hang in mount when negprot causes server to kill tcp session by Steve French · 16 years ago
  65. 5f0e62c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  66. aab2545 uml: activate_mm: remove the dead PF_BORROWED_MM check by Oleg Nesterov · 16 years ago
  67. 156a9ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6 by Linus Torvalds · 16 years ago
  68. 4710d1a pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflags by Thomas Tuttle · 16 years ago
  69. bbcdac0 pagemap: return map count, not reference count, in /proc/kpagecount by Thomas Tuttle · 16 years ago
  70. aed5417 proc: calculate the correct /proc/<pid> link count by Vegard Nossum · 16 years ago
  71. 9bb9178 ext3: fix online resize bug by Josef Bacik · 16 years ago
  72. d100d14 nommu: fix ksize() abuse by Pekka Enberg · 16 years ago
  73. aae8679 pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid/pagemap by Thomas Tuttle · 16 years ago
  74. 7db9cfd devscgroup: check for device permissions at mount time by Pavel Emelyanov · 16 years ago
  75. 93b0711 introduce memory_read_from_buffer() by Akinobu Mita · 16 years ago
  76. 44d1b98 Fix various old email addresses for dwmw2 by David Woodhouse · 16 years ago
  77. d3e49af eCryptfs: remove unnecessary page decrypt call by Michael Halcrow · 16 years ago
  78. b8c141e frv: don't offer BINFMT_FLAT by Adrian Bunk · 16 years ago
  79. ddb2c43 asn1: additional sanity checking during BER decoding by Chris Wright · 16 years ago
  80. 1d92cfd cifs endianness fixes by Al Viro · 16 years ago
  81. ca05a99 capabilities: remain source compatible with 32-bit raw legacy capability support. by Andrew G. Morgan · 16 years ago
  82. 0f475b2 [PATCH 3/3] ocfs2/net: Silence build warnings by Sunil Mushran · 16 years ago
  83. 959040c [PATCH 2/3] ocfs2/dlm: Silence build warnings by Sunil Mushran · 16 years ago
  84. 271d772 [PATCH 1/3] ocfs2/net: Silence build warnings by Sunil Mushran · 16 years ago
  85. a12630b ocfs2: Rename 'user_stack' plugin structure to 'ocfs2_user_plugin' by Joel Becker · 16 years ago
  86. ca39d65 splice: handle try_to_release_page() failure by Jens Axboe · 16 years ago
  87. a82c53a splice: fix sendfile() issue with relay by Tom Zanussi · 16 years ago
  88. cbaffba posix timers: discard SI_TIMER signals on exec by Oleg Nesterov · 16 years ago
  89. 571640c ext4: enable barriers by default by Eric Sandeen · 16 years ago
  90. 034772b jbd2: Fix barrier fallback code to re-lock the buffer head by Theodore Ts'o · 16 years ago
  91. cd0b6a3 ext4: Display the journal_async_commit mount option in /proc/mounts by Theodore Ts'o · 16 years ago
  92. 624080e jbd2: If a journal checksum error is detected, propagate the error to ext4 by Theodore Ts'o · 16 years ago
  93. 8ea7690 jbd2: Fix memory leak when verifying checksums in the journal by Theodore Ts'o · 16 years ago
  94. 9446009 ext4: fix online resize bug by Josef Bacik · 16 years ago
  95. 0bf7e83 ext4: Fix uninit block group initialization with FLEX_BG by Jose R. Santos · 16 years ago
  96. 03cddb8 ext4: Fix use of uninitialized data with debug enabled. by Aneesh Kumar K.V · 16 years ago
  97. 5132861 disable most mode changes on non-unix/non-cifsacl mounts by Jeff Layton · 16 years ago
  98. c4185a0 proc: proc_get_inode() should get module only once by Denis V. Lunev · 16 years ago
  99. 80119ef mm: fix atomic_t overflow in vm by Alan Cox · 16 years ago
  100. 80bfc25 ntfs: le*_add_cpu conversion by Marcin Slusarz · 16 years ago