1. 266d4f4 [PATCH] suspend regression: sysfs deadlock by Hugh Dickins · 17 years ago
  2. 9f6632d Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  3. 8328258 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 17 years ago
  4. 57bf63d [PATCH] fs: nobh_truncate_page() fix by Dave Kleikamp · 17 years ago
  5. 0de1517 [PATCH] Fix 2.6.21 rfcomm lockups by Mark Lord · 17 years ago
  6. c5f93cf ncpfs: make sure server connection survives a kill by Pierre Ossman · 17 years ago
  7. 8a23626 [CIFS] cifs_prepare_write was incorrectly rereading page in some cases by Steve French · 17 years ago
  8. a8fa74a [PATCH] ecryptfs: handle AOP_TRUNCATED_PAGE better by Dmitriy Monakhov · 17 years ago
  9. 82b16528 [PATCH] ecryptfs: lower root result must be adirectory by Dmitriy Monakhov · 17 years ago
  10. 759b977 [PATCH] shmem and simple const super_operations by Hugh Dickins · 17 years ago
  11. ad5f119 [PATCH] ecryptfs: check xattr operation support fix by Dmitriy Monakhov · 17 years ago
  12. 8a2bfdc [PATCH] ext[34]: EA block reference count racing fix by Mingming Cao · 17 years ago
  13. 65dc814 [PATCH] eCryptfs: no path_release() after path_lookup() error by Michael Halcrow · 17 years ago
  14. 1ed6d89 [PATCH] eCryptfs: remove unnecessary flush_dcache_page() by Michael Halcrow · 17 years ago
  15. a8d547d [PATCH] eCryptfs: set O_LARGEFILE when opening lower file by Michael Halcrow · 17 years ago
  16. ae73fc0 [PATCH] eCryptfs: resolve lower page unlocking problem by Michael Halcrow · 17 years ago
  17. c7af185 [CIFS] Fix set file size to zero when doing chmod to Samba 3.0.26pre by Steve French · 17 years ago
  18. 99ee4db [CIFS] Remove some unused functions/declarations by Steve French · 17 years ago
  19. 1ae1bc4 [CIFS] New file for previous commit by Steve French · 17 years ago
  20. 35c11fd [CIFS] cifs export operations by Steve French · 17 years ago
  21. ba6a46a [CIFS] small piece missing from previous patch by Steve French · 17 years ago
  22. 60f29b1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 17 years ago
  23. a7538a7 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  24. 3677db1 [CIFS] Fix locking problem around some cifs uses of i_size write by Steve French · 17 years ago
  25. dfa87c8 sysfs: allow attributes to be added to groups by Alan Stern · 17 years ago
  26. d56c3ea sysfs: move struct sysfs_dirent to private header by Adam J. Richter · 17 years ago
  27. 9654640 Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  28. 6d740cd [PATCH] lockdep: annotate BLKPG_DEL_PARTITION by Peter Zijlstra · 17 years ago
  29. 63967fa [PATCH] Missing __user in pointer referenced within copy_from_user by Glauber de Oliveira Costa · 17 years ago
  30. 2be3c79 [PATCH] affs: implement ->drop_inode by Christoph Hellwig · 17 years ago
  31. c9ffec4 [PATCH] autofs4: check for directory re-create in lookup by Ian Kent · 17 years ago
  32. f50b6f8 [PATCH] autofs4: fix another race between mount and expire by Ian Kent · 17 years ago
  33. e851447 [PATCH] autofs4: header file update by Ian Kent · 17 years ago
  34. 22c8ca7 [PATCH] fs: fix nobh data leak by Nick Piggin · 17 years ago
  35. 955eff5 [PATCH] fs: fix libfs data leak by Nick Piggin · 17 years ago
  36. e627432 [PATCH] ext[234]: update documentation by Aneesh Kumar K.V · 17 years ago
  37. 94412a9 [PATCH] FAT: DIO-write fallback to normal buffered by OGAWA Hirofumi · 17 years ago
  38. ffda9d3 [PATCH] fs: fix __block_write_full_page error case buffer submission by Nick Piggin · 17 years ago
  39. b446b60 [PATCH] rework reserved major handling by Andrew Morton · 17 years ago
  40. 5085b60 [PATCH] xfs warning fix by Andrew Morton · 17 years ago
  41. c9ce228 [PATCH] Fix a free-wrong-pointer bug in nfs/acl server. by Greg Banks · 17 years ago
  42. a6e6df2 [PATCH] fs/stack.c: Copy i_nlink after all other attributes are copied by Erez Zadok · 17 years ago
  43. 4935361 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  44. 2874b39 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 17 years ago
  45. cb4aaf4 Merge branch 'audit.b37' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 17 years ago
  46. 874ff01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  47. ebbe46f Merge branch 'kill-jffs' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
  48. 733abe4 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  49. 7be26bfb [JFFS2] printk warning fixes by Andrew Morton · 17 years ago
  50. e03abc0 9p: implement optional loose read cache by Eric Van Hensbergen · 17 years ago
  51. 2c0463a 9p: Use kthread_stop instead of sending a SIGKILL. by Eric W. Biederman · 18 years ago
  52. db34950 [PATCH] AUDIT_FD_PAIR by Al Viro · 17 years ago
  53. 419ee44 Remove JFFS (version 1), as scheduled. by Jeff Garzik · 17 years ago
  54. c5a69d5 Storage class should be before const qualifier by Tobias Klauser · 17 years ago
  55. 1b3c371 Fix typos concerning hierarchy by Uwe Kleine-König · 17 years ago
  56. bbf2f9f Fix misspellings of "agressive". by Robert P. J. Day · 17 years ago
  57. 405ae7d Replace remaining references to "driverfs" with "sysfs". by Robert P. J. Day · 17 years ago
  58. 004c46b [CIFS] One line missing from previous commit by Steve French · 17 years ago
  59. 1b2b212 [CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwritten by Steve French · 17 years ago
  60. f95d882 PCI/sysfs/kobject kernel-doc fixes by Randy Dunlap · 17 years ago
  61. 873760f debugfs: Remove misleading comments. by Cornelia Huck · 17 years ago
  62. 66f5496 debugfs: implement symbolic links by Peter Oberparleiter · 17 years ago
  63. b92be9f Driver: remove redundant kobject_unregister checks by Mariusz Kozlowski · 17 years ago
  64. 008983d [PATCH] ecryptfs: fix forgotten format specifier by Thomas Hisch · 17 years ago
  65. eb95e7f [PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set() by Michael Halcrow · 17 years ago
  66. 3160a71 [PATCH] knfsd: nfsd4: fix handling of directories without default ACLs by J. Bruce Fields · 17 years ago
  67. bec50c4 [PATCH] knfsd: nfsd4: acls: avoid unnecessary denies by J. Bruce Fields · 17 years ago
  68. f43daf6 [PATCH] knfsd: nfsd4: acls: don't return explicit mask by J. Bruce Fields · 17 years ago
  69. f34f924 [PATCH] knfsd: nfsd4: fix error return on unsupported acl by J. Bruce Fields · 17 years ago
  70. a4db5fe [PATCH] knfsd: nfsd4: fix memory leak on kmalloc failure in savemem by J. Bruce Fields · 17 years ago
  71. 28e05dd [PATCH] knfsd: nfsd4: represent nfsv4 acl with array instead of linked list by J. Bruce Fields · 17 years ago
  72. 575a629 [PATCH] knfsd: nfsd4: simplify nfsv4->posix translation by J. Bruce Fields · 17 years ago
  73. 7bdfa68 [PATCH] knfsd: nfsd4: relax checking of ACL inheritance bits by J. Bruce Fields · 17 years ago
  74. f534a25 [PATCH] knfsd: nfsd4: fix non-terminated string by J. Bruce Fields · 17 years ago
  75. beb497a [PATCH] __page_symlink retry loop error code fix by Dmitriy Monakhov · 17 years ago
  76. c14e894 [CIFS] fix &&/& typo in cifs_setattr() by Steve French · 17 years ago
  77. 414f827 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 17 years ago
  78. 86a71dbd [PATCH] sysctl: hide the sysctl proc inodes from selinux by Eric W. Biederman · 17 years ago
  79. 3fbfa98 [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables by Eric W. Biederman · 17 years ago
  80. 77b14db [PATCH] sysctl: reimplement the sysctl proc support by Eric W. Biederman · 17 years ago
  81. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  82. 2abc26f [PATCH] sysctl: create sys/fs/binfmt_misc as an ordinary sysctl entry by Eric W. Biederman · 17 years ago
  83. 0e03036 [PATCH] sysctl: register the ocfs2 sysctl numbers by Eric W. Biederman · 17 years ago
  84. 4ed075e [PATCH] sysctl: C99 convert ctl_tables in NTFS and remove sys_sysctl support by Eric W. Biederman · 17 years ago
  85. fd6065b [PATCH] sysctl: C99 convert coda ctl_tables and remove binary sysctls by Eric W. Biederman · 17 years ago
  86. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  87. af6a4e2 [PATCH] knfsd: add some new fsid types by NeilBrown · 17 years ago
  88. 982aedf [PATCH] knfsd: tidy up choice of filesystem-identifier when creating a filehandle by NeilBrown · 17 years ago
  89. 8971a10 [PATCH] knfsd: fix return value for writes to some files in 'nfsd' filesystem by NeilBrown · 17 years ago
  90. ac98695 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  91. 9468482 Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  92. 8af1897 [CIFS] on reconnect to Samba - reset the unix capabilities by Steve French · 17 years ago
  93. 552ce54 Revert "[PATCH] Fix d_path for lazy unmounts" by Linus Torvalds · 17 years ago
  94. 9fbbd4d [PATCH] x86: Don't require the vDSO for handling a.out signals by Andi Kleen · 17 years ago
  95. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  96. 43d78ef NFS: disconnect before retrying NFSv4 requests over TCP by Chuck Lever · 17 years ago
  97. a301b77 NFS: Don't use ClearPageUptodate() when writeback fails by Trond Myklebust · 17 years ago
  98. b0c4fdd NFS: Cleanup - avoid rereading 'jiffies' more than once in the same routine by Trond Myklebust · 17 years ago
  99. 3e7d950 NFS: Fix a wraparound issue with nfsi->cache_change_attribute by Trond Myklebust · 17 years ago
  100. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago