1. b0e6e96 [PATCH] reduce size of bio mempools by Benjamin LaHaise · 19 years ago
  2. 394e390 [PATCH] more for_each_cpu() conversions by Andrew Morton · 19 years ago
  3. 5a6b795 [PATCH] get_empty_filp tweaks, inline epoll_init_file() by Benjamin LaHaise · 19 years ago
  4. 713729e [PATCH] fs/*/file.c: drop insane header dependencies by Alexey Dobriyan · 19 years ago
  5. 7a673c6 [PATCH] devpts: use lib/parser.c for parsing mount options by Domen Puncer · 19 years ago
  6. 3257545 [PATCH] ufs: switch to inode_inc_count, inode_dec_count by Alexey Dobriyan · 19 years ago
  7. a513b03 [PATCH] ext2: switch to inode_inc_count, inode_dec_count by Alexey Dobriyan · 19 years ago
  8. 4e907c3 [PATCH] sysv: switch to inode_inc_count, inode_dec_count by Alexey Dobriyan · 19 years ago
  9. 78ec7b6 [PATCH] minix: switch to inode_inc_link_count, inode_dec_link_count by Alexey Dobriyan · 19 years ago
  10. a7ccf00 [PATCH] fs/ufs/file.c: drop insane header dependencies by Alexey Dobriyan · 19 years ago
  11. 6b9438e [PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitive by Arjan van de Ven · 19 years ago
  12. 1e7933d [PATCH] sem2mutex: UDF by Ingo Molnar · 19 years ago
  13. 8e3f904 [PATCH] sem2mutex: NCPFS by Ingo Molnar · 19 years ago
  14. 9746151 [PATCH] convert ext3's truncate_sem to a mutex by Arjan van de Ven · 19 years ago
  15. 7bf6d78 [PATCH] sem2mutex: HPFS by Ingo Molnar · 19 years ago
  16. 1d5599e [PATCH] sem2mutex: autofs4 wq_sem by Ingo Molnar · 19 years ago
  17. 1eb0d67 [PATCH] sem2mutex: JFFS by Ingo Molnar · 19 years ago
  18. 0ac1759 [PATCH] sem2mutex: fs/seq_file.c by Ingo Molnar · 19 years ago
  19. 7cf34c7 [PATCH] sem2mutex: fs/libfs.c by Ingo Molnar · 19 years ago
  20. 2c68ee7 [PATCH] sem2mutex: jbd, j_checkpoint_mutex by Arjan van de Ven · 19 years ago
  21. f24075b [PATCH] sem2mutex: iprune by Ingo Molnar · 19 years ago
  22. a11f3a0 [PATCH] sem2mutex: vfs_rename_mutex by Arjan van de Ven · 19 years ago
  23. 144efe3 [PATCH] sem2mutex: eventpoll by Arjan van de Ven · 19 years ago
  24. d4f9af9 [PATCH] sem2mutex: inotify by Ingo Molnar · 19 years ago
  25. d3be915 [PATCH] sem2mutex: quota by Ingo Molnar · 19 years ago
  26. c039e31 [PATCH] sem2mutex: blockdev #2 by Arjan van de Ven · 19 years ago
  27. 4f7a07b [PATCH] convert fs/9p/ to mutexes, fix locking bugs by Ingo Molnar · 19 years ago
  28. 6362e4d [PATCH] Fix oops in invalidate_dquots() by Jan Kara · 19 years ago
  29. 0c9e63f [PATCH] Shrinks sizeof(files_struct) and better layout by Eric Dumazet · 19 years ago
  30. d8733c2 [PATCH] ext3_readdir: use generic readahead by Andrew Morton · 19 years ago
  31. 5be0e95 [PATCH] proc: fix duplicate line in /proc/devices by Neil Horman · 19 years ago
  32. 8b4b670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  33. b20a350 [PATCH] page migration reorg by Christoph Lameter · 19 years ago
  34. bba1e9b [PATCH] convert hugetlbfs_counter to atomic by Chen, Kenneth W · 19 years ago
  35. b45b5bd [PATCH] hugepage: Strict page reservation for hugepage inodes by David Gibson · 19 years ago
  36. 8409751 [PATCH] mm: nommu use compound pages by Nick Piggin · 19 years ago
  37. ac2b898 [PATCH] slab: Remove SLAB_NO_REAP option by Christoph Lameter · 19 years ago
  38. 5e7a99a [PATCH] v9fs: assign dentry ops to negative dentries by Latchesar Ionkov · 19 years ago
  39. 4de151d It's UTF-8 by Alexey Dobriyan · 19 years ago
  40. b322908 [PATCH] sysfs: fix a kobject leak in sysfs_add_link on the error path by Greg Kroah-Hartman · 19 years ago
  41. 832c57e [PATCH] sysfs: don't export dir symbols by Greg Kroah-Hartman · 19 years ago
  42. dd308bc [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary data by Michael Ellerman · 19 years ago
  43. c516865 [PATCH] sysfs: fix problem with duplicate sysfs directories and files by Maneesh Soni · 19 years ago
  44. 58d4928 [PATCH] sysfs: kzalloc conversion by Eric Sesterhenn · 19 years ago
  45. 58383af [PATCH] kobj_map semaphore to mutex conversion by Jes Sorensen · 19 years ago
  46. 641e6f3 [PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentry by Greg Kroah-Hartman · 19 years ago
  47. 88dcb91 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 19 years ago
  48. 85c6932 [PATCH] nfsservctl(): remove user-triggerable printk by Peter Staubach · 19 years ago
  49. 8532159 [PATCH] v9fs: fix overzealous dropping of dentry which breaks dcache by Eric Van Hensbergen · 19 years ago
  50. 2d7f2ea [PATCH] Fix ext2 readdir f_pos re-validation logic by Al Viro · 19 years ago
  51. f13b835 [PATCH] fs/namespace.c:dup_namespace(): fix a use after free by Adrian Bunk · 19 years ago
  52. 4983da0 [PATCH] page migration: fail if page is in a vma flagged VM_LOCKED by Christoph Lameter · 19 years ago
  53. 0ee10a4 Merge git://oss.sgi.com:8090/oss/git/rc-fixes by Linus Torvalds · 19 years ago
  54. 3fb962b Fix a direct I/O locking issue revealed by the new mutex code. by Nathan Scott · 19 years ago
  55. c5111f5 Merge with /home/shaggy/git/linus-clean/ by Dave Kleikamp · 19 years ago
  56. a488edc [PATCH] JFS: Take logsync lock before testing mp->lsn by Dave Kleikamp · 19 years ago
  57. 30f4e20 [PATCH] NLM: Ensure we do not Oops in the case of an unlock by Trond Myklebust · 19 years ago
  58. c12e87f [PATCH] NFSv4: fix mount segfault on errors returned that are < -1000 by Trond Myklebust · 19 years ago
  59. 143f412 [PATCH] NFS: Fix a potential panic in O_DIRECT by Trond Myklebust · 19 years ago
  60. cd6ef84 [PATCH] ext3: fix nobh mode for chattr +j inodes by Badari Pulavarty · 19 years ago
  61. 0adb25d [PATCH] ext3: ext3_symlink should use GFP_NOFS allocations inside by Kirill Korotaev · 19 years ago
  62. 0ef675d [PATCH] mtd: 64 bit fixes by Atsushi Nemoto · 19 years ago
  63. 69eb66d JFS: add uid, gid, and umask mount options by Dave Kleikamp · 19 years ago
  64. 1efa3c0 [NET] compat ifconf: fix limits by Randy Dunlap · 19 years ago
  65. 731805b [PATCH] v9fs: fix for access to unitialized variables or freed memory by Latchesar Ionkov · 19 years ago
  66. 90f0094 [PATCH] s390: dasd partition detection by Horst Hummel · 19 years ago
  67. e96fb23 [PATCH] jffs2: avoid divide-by-zero by David Woodhouse · 19 years ago
  68. 529bf6b [PATCH] fix file counting by Dipankar Sarma · 19 years ago
  69. 4d6660e [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget options by Phillip Susi · 19 years ago
  70. a19cbd4 Mark the pipe file operations static by Linus Torvalds · 19 years ago
  71. be0bf7d JFS: Take logsync lock before testing mp->lsn by Dave Kleikamp · 19 years ago
  72. d19e997 Simplify fifo_open() locking logic by Linus Torvalds · 19 years ago
  73. ad820c5d [PATCH] smaps: shared fix by Nick Piggin · 19 years ago
  74. 5ddfae1 [PATCH] smaps: hugepages fix by Nick Piggin · 19 years ago
  75. ecbd3a6 [PATCH] ramfs needs to update directory m/ctime on symlink by Peter Staubach · 19 years ago
  76. ff3aea0 [PATCH] cramfs mounts provide corrupted content since 2.6.15 by Dave Johnson · 19 years ago
  77. e77e6f3 [CIFS] Always match oplock break (cache notification) to the right tcp by Steve French · 19 years ago
  78. 3af1efe [PATCH] reiserfs: fix unaligned bitmap usage by Jeff Mahoney · 19 years ago
  79. c499ec2 [PATCH] reiserfs: do not check if unsigned < 0 by Vladimir V. Saveliev · 19 years ago
  80. 46f6dac [PATCH] v9fs: simplify fid mapping by Eric Van Hensbergen · 19 years ago
  81. 74b8054 [PATCH] v9fs: fix bug in atomic create open fix by Eric Van Hensbergen · 19 years ago
  82. 6a3124a [PATCH] v9fs: fix atomic create open by Latchesar Ionkov · 19 years ago
  83. 81f2094 [PATCH] ocfs2: use hlists for lockres hash by Mark Fasheh · 19 years ago
  84. b7668c7 [PATCH] ocfs2: added source addr to bind() in o2net_start_connect() by Sunil Mushran · 19 years ago
  85. 110ba90 ocfs2: Respond to on-disk corruption in the extent map code. by Joel Becker · 19 years ago
  86. 93cc9ac ocfs2: Set .owner on masklog sysfs attributes. by Joel Becker · 19 years ago
  87. b4df6ed [PATCH] ocfs2: fix orphan recovery deadlock by Mark Fasheh · 19 years ago
  88. 895928b [PATCH] ocfs2: complete failure recovery for nodemanager init by Jeff Mahoney · 19 years ago
  89. 362342f [PATCH] ocfs2: remove non existing function prototypes by Mark Fasheh · 19 years ago
  90. d267a56 [PATCH] ocfs2: remove unused code by Mark Fasheh · 19 years ago
  91. d3178bc [PATCH] ocfs2: remove pointless max journal size limit by Mark Fasheh · 19 years ago
  92. 6b7a6c9 [PATCH] ocfs2: fix -Wformat warnings when building UML on x86-64 by Jeff Mahoney · 19 years ago
  93. 0551fbd [PATCH] Add mm->task_size and fix powerpc vdso by Benjamin Herrenschmidt · 19 years ago
  94. 50322fe [PATCH] fuse: fix bug in negative lookup by Miklos Szeredi · 19 years ago
  95. 2353e8e [XFS] Don't map non-uptodate buffers in xfs_probe_cluster; also fixes by Eric Sandeen · 19 years ago
  96. dae81d4 [XFS] Reduce stack use during quota mounts (caused a panic). This by Nathan Scott · 19 years ago
  97. 07ff2fa [XFS] Fix a realtime allocator regression introduced by an old iget race by Nathan Scott · 19 years ago
  98. fc5870f [PATCH] x86_64: Fix ioctl compat code for /dev/rtc by Andi Kleen · 19 years ago
  99. 5342fba [PATCH] x86_64: Check for bad elf entry address. by Suresh Siddha · 19 years ago
  100. 2cb5b6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6 by Linus Torvalds · 19 years ago