1. 12204e2 security: pass mount flags to security_sb_kern_mount() by James Morris · 16 years ago
  2. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  3. 2433c41 Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  4. 51eaaa6 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 16 years ago
  5. 0380155 ntfs: don't fool kernel-doc by Randy Dunlap · 16 years ago
  6. 7ef9964 epoll: introduce resource usage limits by Davide Libenzi · 16 years ago
  7. d6b58f8 ocfs2: fix regression in ocfs2_read_blocks_sync() by Mark Fasheh · 16 years ago
  8. 07d9a39 ocfs2: fix return value set in init_dlmfs_fs() by Coly Li · 16 years ago
  9. 07f9eeb ocfs2: fix wake_up in unlock_ast by David Teigland · 16 years ago
  10. 66f502a ocfs2: initialize stack_user lvbptr by David Teigland · 16 years ago
  11. 3b5da01 ocfs2: comments typo fix by Coly Li · 16 years ago
  12. 8e36a5d Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  13. 52b19ac udf: Fix BUG_ON() in destroy_inode() by Jan Kara · 16 years ago
  14. a98ee8c [CIFS] fix regression in cifs_write_begin/cifs_write_end by Jeff Layton · 16 years ago
  15. 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 16 years ago
  16. a8d82d9 NLM: client-side nlm_lookup_host() should avoid matching on srcaddr by Chuck Lever · 16 years ago
  17. e4625eb nfsd: use of unitialized list head on error exit in nfs4recover.c by J. Bruce Fields · 16 years ago
  18. 2c5e761 nfsd: clean up grace period on early exit by J. Bruce Fields · 16 years ago
  19. 3477d20 UBIFS: pre-allocate bulk-read buffer by Artem Bityutskiy · 16 years ago
  20. 6c0c42c UBIFS: do not allocate too much by Artem Bityutskiy · 16 years ago
  21. 39ce81c UBIFS: do not print scary memory allocation warnings by Artem Bityutskiy · 16 years ago
  22. 0cb39aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  23. ddb4cbf [CIFS] Do not attempt to close invalidated file handles by Steve French · 16 years ago
  24. ea7e743 hostfs: fix a duplicated global function name by WANG Cong · 16 years ago
  25. f945454 don't unlink an active swapfile by Hugh Dickins · 16 years ago
  26. ac97b9f eCryptfs: Allocate up to two scatterlists for crypto ops on keys by Michael Halcrow · 16 years ago
  27. 9789cfe nfsctl: add headers for credentials by Randy Dunlap · 16 years ago
  28. 7596b27 coda: fix creds reference by Randy Dunlap · 16 years ago
  29. bfb5982 [CIFS] fix check for dead tcon in smb_init by Steve French · 16 years ago
  30. 55e8e30 block/md: fix md autodetection by Tejun Heo · 16 years ago
  31. ba32929 block: make add_partition() return pointer to hd_struct by Tejun Heo · 16 years ago
  32. eb60fa1 block: fix add_partition() error path by Tejun Heo · 16 years ago
  33. f3a5c54 Merge branch 'master' into next by James Morris · 16 years ago
  34. 4e14e83 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  35. b066a48 prevent cifs_writepages() from skipping unwritten pages by Dave Kleikamp · 16 years ago
  36. 2c55608 Fixed parsing of mount options when doing DFS submount by Igor Mammedov · 16 years ago
  37. ab3f992 [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier patch by Steve French · 16 years ago
  38. c2b3382 [CIFS] Fix build break by Steve French · 16 years ago
  39. f1987b4 cifs: reinstate sharing of tree connections by Jeff Layton · 16 years ago
  40. 5c06fe7 Fix broken ownership of /proc/sys/ files by Al Viro · 16 years ago
  41. 8f7b0ba Fix inotify watch removal/umount races by Al Viro · 16 years ago
  42. d82c2df [CIFS] minor cleanup to cifs_mount by Steve French · 16 years ago
  43. 14fbf50 cifs: reinstate sharing of SMB sessions sans races by Jeff Layton · 16 years ago
  44. e7ddee9 cifs: disable sharing session and tcon and add new TCP sharing code by Jeff Layton · 16 years ago
  45. 3ec332e [CIFS] clean up server protocol handling by Steve French · 16 years ago
  46. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  47. 3b11a1d CRED: Differentiate objective and effective subjective credentials on a task by David Howells · 16 years ago
  48. d76b0d9 CRED: Use creds in file structs by David Howells · 16 years ago
  49. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  50. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  51. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  52. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  53. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  54. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  55. 1cdcbec CRED: Neuter sys_capset() by David Howells · 16 years ago
  56. da9592e CRED: Wrap task credential accesses in the filesystem subsystem by David Howells · 16 years ago
  57. 82ab8de CRED: Wrap task credential accesses in the XFS filesystem by David Howells · 16 years ago
  58. a5f773a CRED: Wrap task credential accesses in the UFS filesystem by David Howells · 16 years ago
  59. 7706bb3 CRED: Wrap task credential accesses in the UDF filesystem by David Howells · 16 years ago
  60. 26bf194 CRED: Wrap task credential accesses in the UBIFS filesystem by David Howells · 16 years ago
  61. fc7333d CRED: Wrap task credential accesses in the SYSV filesystem by David Howells · 16 years ago
  62. e2950b1 CRED: Wrap task credential accesses in the SMBFS filesystem by David Howells · 16 years ago
  63. 414cb20 CRED: Wrap task credential accesses in the ReiserFS filesystem by David Howells · 16 years ago
  64. 0785f4d CRED: Wrap task credential accesses in the RAMFS filesystem by David Howells · 16 years ago
  65. c222d53 CRED: Wrap task credential accesses in the OMFS filesystem by David Howells · 16 years ago
  66. b19c2a3 CRED: Wrap task credential accesses in the OCFS2 filesystem by David Howells · 16 years ago
  67. 5cc0a84 CRED: Wrap task credential accesses in the NFS daemon by David Howells · 16 years ago
  68. 4893702 CRED: Wrap task credential accesses in the NCPFS filesystem by David Howells · 16 years ago
  69. 922c030 CRED: Wrap task credential accesses in the Minix filesystem by David Howells · 16 years ago
  70. 8f659ad CRED: Wrap task credential accesses in the JFS filesystem by David Howells · 16 years ago
  71. 77c70de CRED: Wrap task credential accesses in the hugetlbfs filesystem by David Howells · 16 years ago
  72. de395b8 CRED: Wrap task credential accesses in the HPFS filesystem by David Howells · 16 years ago
  73. 4ac8489 CRED: Wrap task credential accesses in the HFSplus filesystem by David Howells · 16 years ago
  74. 94c9a5e CRED: Wrap task credential accesses in the HFS filesystem by David Howells · 16 years ago
  75. 3de7be3 CRED: Wrap task credential accesses in the GFS2 filesystem by David Howells · 16 years ago
  76. 2186a71 CRED: Wrap task credential accesses in the FUSE filesystem by David Howells · 16 years ago
  77. f0ce7ee CRED: Wrap task credential accesses in the FAT filesystem by David Howells · 16 years ago
  78. 4c9c544 CRED: Wrap task credential accesses in the Ext4 filesystem by David Howells · 16 years ago
  79. 6a2f90e CRED: Wrap task credential accesses in the Ext3 filesystem by David Howells · 16 years ago
  80. a8dd4d6 CRED: Wrap task credential accesses in the Ext2 filesystem by David Howells · 16 years ago
  81. 4eea035 CRED: Wrap task credential accesses in the eCryptFS filesystem by David Howells · 16 years ago
  82. ec4c2aa CRED: Wrap task credential accesses in the devpts filesystem by David Howells · 16 years ago
  83. 97b7702 CRED: Wrap task credential accesses in the Coda filesystem by David Howells · 16 years ago
  84. a001e5b CRED: Wrap task credential accesses in the CIFS filesystem by David Howells · 16 years ago
  85. 1109b07 CRED: Wrap task credential accesses in the BFS filesystem by David Howells · 16 years ago
  86. 0eb790e CRED: Wrap task credential accesses in the autofs4 filesystem by David Howells · 16 years ago
  87. 73c646e CRED: Wrap task credential accesses in the autofs filesystem by David Howells · 16 years ago
  88. 2155998 CRED: Wrap task credential accesses in the AFFS filesystem by David Howells · 16 years ago
  89. f8b9d53 CRED: Wrap task credential accesses in 9P2000 filesystem by David Howells · 16 years ago
  90. fb39601 [CIFS] remove unused list, add new cifs sock list to prepare for mount/umount fix by Steve French · 16 years ago
  91. 7b42365 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 16 years ago
  92. 3b79521 [CIFS] Fix cifs reconnection flags by Steve French · 16 years ago
  93. 278afcb dlm: fix shutdown cleanup by David Teigland · 16 years ago
  94. 6cdfcc2 ext3: Clean up outdated and incorrect comment for ext3_write_super() by Theodore Tso · 16 years ago
  95. afef80b vfs: fix shrink_submounts by Eric W. Biederman · 16 years ago
  96. 04ca2c1 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 16 years ago
  97. 6c1e183 ocfs2: Check search result in ocfs2_xattr_block_get() by Tiger Yang · 16 years ago
  98. de29c08 ocfs2: fix printk related build warnings in xattr.c by Mark Fasheh · 16 years ago
  99. c435400 ocfs2: truncate outstanding block after direct io failure by Dmitri Monakhov · 16 years ago
  100. 80bcaf3 ocfs2/xattr: Proper hash collision handle in bucket division by Tao Ma · 16 years ago