1. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  2. 189acaa [CIFS] Enable sec flags on mount for cifs (part one) by Steve French · 18 years ago
  3. d702ccb [PATCH] prune_one_dentry() tweaks by Andrew Morton · 18 years ago
  4. 0feae5c [PATCH] Fix dcache race during umount by NeilBrown · 18 years ago
  5. c89681e [PATCH] remove steal_locks() by Miklos Szeredi · 18 years ago
  6. 09d967c [PATCH] Fix a race condition between ->i_mapping and iput() by OGAWA Hirofumi · 18 years ago
  7. f893afb [PATCH] NTFS: Critical bug fix (affects MIPS and possibly others) by Anton Altaparmakov · 18 years ago
  8. a464418 [GFS2] gfs2/dlm: mailing list and web page by David Teigland · 18 years ago
  9. bdd512a [GFS2] Remove unused flag by Steven Whitehouse · 18 years ago
  10. 43f5d21 [GFS2] [-mm patch] fs/gfs2/: make code static by Adrian Bunk · 18 years ago
  11. faf450e [GFS2] Remove gfs2_repermission by Steven Whitehouse · 18 years ago
  12. 52ab3f3 Merge git://oss.sgi.com:8090/xfs-2.6 by Linus Torvalds · 18 years ago
  13. b9d9c82 [PATCH] Driver core: add generic "subsystem" link to all devices by Kay Sievers · 18 years ago
  14. d9d1ca3 [GFS2] Fix double locking problem in rename by Steven Whitehouse · 18 years ago
  15. 70ac438 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  16. d9eaec9 Merge branch 'audit.b21' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 18 years ago
  17. 2edc322 Merge git://git.infradead.org/~dwmw2/rbtree-2.6 by Linus Torvalds · 18 years ago
  18. be967b7 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  19. 75ba632 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 18 years ago
  20. 0d42e54 [GFS2] Remove unused ra_state variable by Steven Whitehouse · 18 years ago
  21. d59bf96 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  22. 0239c4a [GFS2] Fix printk format warnings in DLM code by David Woodhouse · 18 years ago
  23. 695165d [GFS2] Fix use of bitops on unsigned int (struct gfs2_holder->gh_iflags) by David Woodhouse · 18 years ago
  24. 9c937dc [PATCH] log more info for directory entry change events by Amy Griffis · 18 years ago
  25. e018290 [PATCH] proc_loginuid_write() uses simple_strtoul() on non-terminated array by Al Viro · 18 years ago
  26. 473ae30 [PATCH] execve argument logging by Al Viro · 18 years ago
  27. 3ca1006 [PATCH] inotify (4/5): allow watch removal from event handler by Amy Griffis · 18 years ago
  28. a9dc971 [PATCH] inotify (3/5): add interfaces to kernel API by Amy Griffis · 18 years ago
  29. 7c29772 [PATCH] inotify (2/5): add name's inode to event handler by Amy Griffis · 18 years ago
  30. 2d9048e [PATCH] inotify (1/5): split kernel API from userspace support by Amy Griffis · 18 years ago
  31. 98174e4 Merge HEAD from ../linux-2.6 by Nathan Scott · 18 years ago
  32. d8ce753 [XFS] Remove files from the build that are now unused. by Nathan Scott · 18 years ago
  33. d7b849d [XFS] Fix a Makefile issue related to exports.o handling. by Nathan Scott · 18 years ago
  34. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  35. da2f4d6 [XFS] Map EFSCORRUPTED to an actual error code, not just a made up one by Nathan Scott · 18 years ago
  36. 9f5aa2a [DLM] Fix potential conflict in DLM userland locks by Patrick Caulfield · 18 years ago
  37. b61dde7 [GFS2] Always include glock in transaction by Steven Whitehouse · 18 years ago
  38. 2b3d6e2 Merge branch 'master' by Steven Whitehouse · 18 years ago
  39. 7d5513d [DLM] init rwsem earlier by David Teigland · 18 years ago
  40. 3a8476d [GFS2] Remove debugging printks by Steven Whitehouse · 18 years ago
  41. 0d8fee3 [XFS] Kill direct access to ->count in valusema(); all we ever use it for by Al Viro · 18 years ago
  42. a805bad [XFS] Remove unneeded conditional code on NFS export interface related by Nathan Scott · 18 years ago
  43. 6fe90e6d [XFS] Remove an incorrect use of unlikely() on a relatively likely code path. by Nathan Scott · 18 years ago
  44. 1e69dd0 [XFS] Push some common code out of write path into core XFS code for sharing. by Nathan Scott · 18 years ago
  45. 1d47bec [XFS] Remove unnecessary local from open_exec dmapi path. by Nathan Scott · 18 years ago
  46. 1046d88 [JFFS2] Check CRC32 on dirent and data nodes each time they're read by David Woodhouse · 18 years ago
  47. fc6612f [JFFS2] When retiring nextblock, allocate a node_ref for the wasted space by David Woodhouse · 18 years ago
  48. 2ba72cb [JFFS2] Mark XATTR support as experimental, for now by David Woodhouse · 18 years ago
  49. 3877f0b [JFFS2] Don't trust node headers before the CRC is checked. by David Woodhouse · 18 years ago
  50. 9917215 [PATCH] Fix missing ret assignment in __bio_map_user() error path by Jens Axboe · 18 years ago
  51. feaa7bb [GFS2] Fix unlinked file handling by Steven Whitehouse · 18 years ago
  52. 9cedc19 [PATCH] Return error in case flock_lock_file failure by Kirill Korotaev · 18 years ago
  53. 0fd1ffe [CIFS] Fix suspend/resume problem which causes EIO on subsequent access to by Pavel Machek · 18 years ago
  54. d7ede1a [XFS] Minor XFS documentation updates. by Nathan Scott · 18 years ago
  55. 6344a42 [CIFS] fix minor compile warning when config_cifs_weak_security is off by Steve French · 18 years ago
  56. 22da645 [DLM] compat patch by Patrick Caulfield · 18 years ago
  57. 4ed0156 [JFFS2] Fix more breakage caused by janitorial meddling. by David Woodhouse · 18 years ago
  58. 28df955 NLM: Fix reclaim races by Trond Myklebust · 18 years ago
  59. 5046791 NLM: sem to mutex conversion by Trond Myklebust · 18 years ago
  60. 81039f1 NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mounts by Trond Myklebust · 18 years ago
  61. f7b422b NFS: Split fs/nfs/inode.c by David Howells · 18 years ago
  62. 4e5ccf6 NFS: Fix typo in nfs_do_clone_mount() by Trond Myklebust · 18 years ago
  63. 860de07 NFS: Fix compile errors introduced by referrals patches by Trond Myklebust · 18 years ago
  64. 87e4ba1 NFSv4: Ensure that referral mounts bind to a reserved port by Trond Myklebust · 18 years ago
  65. 33a43f2 NFSv4: A root pathname is sent as a zero component4 by Andy Adamson · 18 years ago
  66. 6b97fd3 NFSv4: Follow a referral by Manoj Naik · 18 years ago
  67. 9cdb388 NFSv4: Ensure client submounts when following a referral by Manoj Naik · 18 years ago
  68. 61f5164 NFS: Expand clone mounts to include other servers by Manoj Naik · 18 years ago
  69. c818ba4 NFSv4: Create NFSv4 transport and client by Manoj Naik · 18 years ago
  70. 830b8e3 NFSv4: Define an fs_locations bitmap by Manoj Naik · 18 years ago
  71. 361e624 NFSv4: GETATTR attributes on referral by Manoj Naik · 18 years ago
  72. 99baf62 NFSv4: Decode mounted_on_fileid attribute in getattr. by Manoj Naik · 18 years ago
  73. 7aaa0b3 NFSv4: convert fs-locations-components to conform to RFC3530 by Manoj Naik · 18 years ago
  74. 683b57b NFSv4: Implement the fs_locations function call by Trond Myklebust · 18 years ago
  75. 51d8fa6 NFS: Add timeout to submounts by Trond Myklebust · 18 years ago
  76. 55a9759 NFS: Ensure the client submounts, when it crosses a server mountpoint. by Trond Myklebust · 18 years ago
  77. 8b4bdcf NFS: Store the file system "fsid" value in the NFS super block. by Trond Myklebust · 18 years ago
  78. 8b512d9 VFS: Remove dependency of ->umount_begin() call on MNT_FORCE by Trond Myklebust · 18 years ago
  79. 5528f911 VFS: Add shrink_submounts() by Trond Myklebust · 18 years ago
  80. 1f5ce9e VFS: Unexport do_kern_mount() and clean up simple_pin_fs() by Trond Myklebust · 18 years ago
  81. bb4a58b VFS: Add GPL_EXPORTED function vfs_kern_mount() by Trond Myklebust · 18 years ago
  82. da6d503 NFS: Remove nfs_delete_inode() by Trond Myklebust · 18 years ago
  83. d2ccddf NFS: Flesh out nfs_invalidate_page() by Trond Myklebust · 18 years ago
  84. c04871e NFSv4: remove obviously bogus comparison from decode_getacl by J. Bruce Fields · 18 years ago
  85. 3873bc5 NFSv4: really return status from decode_recall_args() by Alexey Dobriyan · 18 years ago
  86. 4814f56 NFSv3: Client-side nfsacl caching fix by Andreas Gruenbacher · 18 years ago
  87. 1842bfb NFS: Fix up inode revalidation accounting by Trond Myklebust · 18 years ago
  88. 44b1187 NFS: Separate metadata and page cache revalidation mechanisms by Trond Myklebust · 18 years ago
  89. 38478b2 NFS: More page cache revalidation fixups by Trond Myklebust · 18 years ago
  90. f1bb0b9 NFS: Fix page cache revalidation by Trond Myklebust · 18 years ago
  91. 0d0b5cb NFS: Optimize allocation of nfs_read/write_data structures by Chuck Lever · 18 years ago
  92. 73a3d07 NFS: Clean up inode metadata updates by Trond Myklebust · 18 years ago
  93. 9d1e923 NFSv4: Some NFSv4 servers have broken behaviour for the change attribute by Trond Myklebust · 18 years ago
  94. 1de3fc1 NFS: Clean up and fix page zeroing when we have short reads by Trond Myklebust · 18 years ago
  95. b190f11 [XFS] Fix broken const use inside local suffix_strtoul routine. by Nathan Scott · 18 years ago
  96. 477829e [XFS] Fix nused counter. It's currently getting set to -1 rather than by Mandy Kirkconnell · 18 years ago
  97. 421ad13 [XFS] Fix mismerge of the fs_writable cleanup patch causing a freeze/thaw by Nathan Scott · 18 years ago
  98. 4d1a2ed [XFS] Fix up debug code so that bulkstat wont generate thousands of by Nathan Scott · 18 years ago
  99. a916e2b [XFS] Remove unused parameter from di2xflags routine. by Nathan Scott · 18 years ago
  100. 34327e1 [XFS] Cleanup a missed porting conversion, and freezing. by Nathan Scott · 18 years ago