1. 4a35cee Merge branch 'stable/swiotlb-0.8.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6 by Linus Torvalds · 14 years ago
  2. 7e68809 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  3. 3a09b1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 14 years ago
  4. 7046e66 Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 14 years ago
  5. c939f9f Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 14 years ago
  6. b8b3e90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  7. 51102ee Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  8. 54161df Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  9. be82ae0 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  10. 4b4fd27 PARISC: led.c - fix potential stack overflow in led_proc_write() by Helge Deller · 14 years ago
  11. c18de72 UBIFS: fix a memory leak on error path. by Matthieu CASTET · 14 years ago
  12. 327aec0 9p: fix sparse warnings in new xattr code by Eric Van Hensbergen · 14 years ago
  13. ea137533 fs/9p: remove sparse warning in vfs_inode by Eric Van Hensbergen · 14 years ago
  14. 0b1208b fs/9p: destroy fid on failed remove by Aneesh Kumar K.V · 14 years ago
  15. a534c8d fs/9p: Prevent parallel rename when doing fid_lookup by Aneesh Kumar K.V · 14 years ago
  16. ebf4626 fs/9p: Add support user. xattr by Aneesh Kumar K.V · 14 years ago
  17. eda25e46 net/9p: Implement TXATTRCREATE 9p call by Aneesh Kumar K.V · 14 years ago
  18. 0ef63f3 net/9p: Implement attrwalk 9p call by Aneesh Kumar K.V · 14 years ago
  19. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 14 years ago
  20. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  21. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  22. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  23. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  24. 652df9a 9p: Define and implement TLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  25. 09d34ee 9p: Define and implement TLINK for 9P2000.L by Eric Van Hensbergen · 14 years ago
  26. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  27. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  28. 9ffaf63 fs/9p: Pass the correct user credentials during attach by Aneesh Kumar K.V · 14 years ago
  29. 69d4b44 net/9p: Handle the server returned error properly by Aneesh Kumar K.V · 14 years ago
  30. 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 14 years ago
  31. 97e8442 9p: Make use of iounit for read/write by M. Mohan Kumar · 14 years ago
  32. cff6b8a 9p: strlen() doesn't count the terminator by Dan Carpenter · 14 years ago
  33. b126468 virtio_9p.h needs <linux/types.h> by Fang Wenqi · 14 years ago
  34. 6b0a299 Merge branch 'v2.6.35' by Alex Elder · 14 years ago
  35. cb76d5e cifs: fsc should not default to "on" by Jeff Layton · 14 years ago
  36. f67909c [CIFS] remove redundant path walking in dfs_do_refmount by Steve French · 14 years ago
  37. f636a34 cifs: ignore the "mand", "nomand" and "_netdev" mount options by Jeff Layton · 14 years ago
  38. 3572d28 cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS by Jeff Layton · 14 years ago
  39. f30b9c1 cifs: don't allow cifs_iget to match inodes of the wrong type by Jeff Layton · 14 years ago
  40. 9f84159 [CIFS] relinquish fscache cookie before freeing CIFSTconInfo by Steve French · 14 years ago
  41. 3e4b3e1 cifs: add separate cred_uid field to sesInfo by Jeff Layton · 14 years ago
  42. f55fdcc fs: cifs: check kmalloc() result by Kulikov Vasiliy · 14 years ago
  43. 0ccd480 [CIFS] Missing ifdef by Steve French · 14 years ago
  44. d0e6f44 [CIFS] Missing line from previous commit by Steve French · 14 years ago
  45. c5e04a3 [CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabled by Steve French · 14 years ago
  46. fa1df75 cifs: add mount option to enable local caching by Suresh Jayaraman · 14 years ago
  47. 5669823 cifs: read pages from FS-Cache by Suresh Jayaraman · 14 years ago
  48. 9dc0655 cifs: store pages into local cache by Suresh Jayaraman · 14 years ago
  49. 85f2d6b cifs: FS-Cache page management by Suresh Jayaraman · 14 years ago
  50. 9451a9a cifs: define inode-level cache object and register them by Suresh Jayaraman · 14 years ago
  51. d03382c cifs: define superblock-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  52. 8913007 cifs: remove unused cifsUidInfo struct by Jeff Layton · 14 years ago
  53. 4ff67b7 cifs: clean up cifs_find_smb_ses (try #2) by Jeff Layton · 14 years ago
  54. daf5b0b cifs: match secType when searching for existing tcp session by Jeff Layton · 14 years ago
  55. 4515148 cifs: move address comparison into separate function by Jeff Layton · 14 years ago
  56. 50d9716 cifs: set the port in sockaddr in a more clearly defined fashion by Jeff Layton · 14 years ago
  57. 488f1d2d cifs: define server-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  58. f579cf3 cifs: register CIFS for caching by Suresh Jayaraman · 14 years ago
  59. c21dfb6 fs/cifs: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  60. 3feb41c cifs: add kernel config option for CIFS Client caching support by Suresh Jayaraman · 14 years ago
  61. c6332e2 cifs: remove unused ip_address field in struct TCP_Server_Info by Suresh Jayaraman · 14 years ago
  62. e4317cec cifs: remove an potentially confusing, obsolete comment by Suresh Jayaraman · 14 years ago
  63. abd2e44 cifs: guard cifsglob.h against multiple inclusion by Suresh Jayaraman · 14 years ago
  64. 0809f6e GFS2: Fix recovery stuck bug (try #2) by Steven Whitehouse · 14 years ago
  65. 77c80e6 AppArmor: fix build warnings for non-const use of get_task_cred by James Morris · 14 years ago
  66. 6371dcd selinux: convert the policy type_attr_map to flex_array by Eric Paris · 14 years ago
  67. 016d825 AppArmor: Enable configuring and building of the AppArmor security module by John Johansen · 14 years ago
  68. 484ca79 TOMOYO: Use pathname specified by policy rather than execve() by Tetsuo Handa · 14 years ago
  69. 4d6ec10 AppArmor: update path_truncate method to latest version by James Morris · 14 years ago
  70. c88d4c7 AppArmor: core policy routines by John Johansen · 14 years ago
  71. 736ec752 AppArmor: policy routines for loading and unpacking policy by John Johansen · 14 years ago
  72. 0ed3b28 AppArmor: mediation of non file objects by John Johansen · 14 years ago
  73. b5e95b4 AppArmor: LSM interface, and security module initialization by John Johansen · 14 years ago
  74. f9ad1af AppArmor: Enable configuring and building of the AppArmor security module by John Johansen · 14 years ago
  75. c1c124e AppArmor: update Maintainer and Documentation by John Johansen · 14 years ago
  76. 898127c AppArmor: functions for domain transitions by John Johansen · 14 years ago
  77. 6380bd8 AppArmor: file enforcement routines by John Johansen · 14 years ago
  78. 63e2b42 AppArmor: userspace interfaces by John Johansen · 14 years ago
  79. e06f75a AppArmor: dfa match engine by John Johansen · 14 years ago
  80. c75afcd AppArmor: contexts used in attaching policy to system objects by John Johansen · 14 years ago
  81. 67012e8 AppArmor: basic auditing infrastructure. by John Johansen · 14 years ago
  82. cdff264 AppArmor: misc. base functions and defines by John Johansen · 14 years ago
  83. e6f6a4c TOMOYO: Update version to 2.3.0 by Tetsuo Handa · 14 years ago
  84. 7e3d199 TOMOYO: Fix quota check. by Tetsuo Handa · 14 years ago
  85. b424485 SELinux: Move execmod to the common perms by Eric Paris · 14 years ago
  86. 49b7b8d selinux: place open in the common file perms by Eric Paris · 14 years ago
  87. b782e0a SELinux: special dontaudit for access checks by Eric Paris · 14 years ago
  88. d09ca73 security: make LSMs explicitly mask off permissions by Eric Paris · 14 years ago
  89. 9cfcac8 vfs: re-introduce MAY_CHDIR by Eric Paris · 14 years ago
  90. 692a8a2 SELinux: break ocontext reading into a separate function by Eric Paris · 14 years ago
  91. d1b4354 SELinux: move genfs read to a separate function by Eric Paris · 14 years ago
  92. 9a79827 selinux: fix error codes in symtab_init() by Dan Carpenter · 14 years ago
  93. 338437f selinux: fix error codes in cond_read_bool() by Dan Carpenter · 14 years ago
  94. 38184c5 selinux: fix error codes in cond_policydb_init() by Dan Carpenter · 14 years ago
  95. fc5c126 selinux: fix error codes in cond_read_node() by Dan Carpenter · 14 years ago
  96. 9d623b1 selinux: fix error codes in cond_read_av_list() by Dan Carpenter · 14 years ago
  97. 5241c10 selinux: propagate error codes in cond_read_list() by Dan Carpenter · 14 years ago
  98. 9e0bd4c selinux: cleanup return codes in avtab_read_item() by Dan Carpenter · 14 years ago
  99. dce3a3d Security: capability: code style issue by Chihau Chau · 14 years ago
  100. b8bc83a securityfs: Drop dentry reference count when mknod fails by Tvrtko Ursulin · 14 years ago