1. d782437 mm: fix up some user-visible effects of the stack guard page by Linus Torvalds · 14 years ago
  2. cd956a1 fs/dcache: fix function param name in kernel-doc by Randy Dunlap · 14 years ago
  3. 83ae170 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  4. 10041d2 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  5. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  6. b19dd42 bkl: Remove locked .ioctl file operation by Arnd Bergmann · 14 years ago
  7. 02d6d68 logfs: kill BKL by Arnd Bergmann · 14 years ago
  8. 2be1f3a Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  9. a30bfd6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  10. 2897c68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  11. 2041f65 [S390] partitions: fix build error in ibm partition detection code by Heiko Carstens · 14 years ago
  12. 2069601 Revert "fsnotify: store struct file not struct path" by Linus Torvalds · 14 years ago
  13. 3f43231 [NFS] Set CONFIG_KEYS when CONFIG_NFS_USE_KERNEL_DNS is set by Steve French · 14 years ago
  14. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  15. 12fdff3 Add a dummy printk function for the maintenance of unused printks by David Howells · 14 years ago
  16. 81d73a3 mm: fix writeback_in_progress() by Jan Kara · 14 years ago
  17. a50aeb4 writeback: merge for_kupdate and !for_kupdate cases by Wu Fengguang · 14 years ago
  18. 4ea879b writeback: fix queue_io() ordering by Wu Fengguang · 14 years ago
  19. 23539af writeback: don't redirty tail an inode with dirty pages by Wu Fengguang · 14 years ago
  20. 16c4042 writeback: avoid unnecessary calculation of bdi dirty thresholds by Wu Fengguang · 14 years ago
  21. bec5eb6 AFS: Implement an autocell mount capability [ver #2] by wanglei · 14 years ago
  22. 4a2d789 DNS: If the DNS server returns an error, allow that to be cached [ver #2] by Wang Lei · 14 years ago
  23. c2e8139 NFS: Use kernel DNS resolver [ver #2] by Bryan Schumaker · 14 years ago
  24. 3694b91 cifs: update README to include details about 'fsc' option by Suresh Jayaraman · 14 years ago
  25. 5af568cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  26. 062e27e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 14 years ago
  27. bf25db3 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 14 years ago
  28. 682c30e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  29. ab654ba fs/sysv/super.c: add support for non-PDP11 v7 filesystems by Lubomir Rintel · 14 years ago
  30. 0bcaa65 fs/sysv: v7: adjust sanity checks for some volumes by Lubomir Rintel · 14 years ago
  31. a36517e fs/sysv: add v7 alias by Lubomir Rintel · 14 years ago
  32. bebf8cf afs: destroy work queue on init failure by Dan Carpenter · 14 years ago
  33. 9c867fb partitions: fix sometimes unreadable partition strings by Alexey Dobriyan · 14 years ago
  34. cfbef3c procfs: simplify conditional processing of fs/proc.o. by Robert P. J. Day · 14 years ago
  35. a2a20c4 signalfd: fill in ssi_int for posix timers and message queues by Nathan Lynch · 14 years ago
  36. b7300b7 blkdev: cgroup whitelist permission fix by Chris Wright · 14 years ago
  37. b3397ad reiserfs: remove unused local `wait' by Changli Gao · 14 years ago
  38. 5fc79d8 autofs4: remove unneeded null check in try_to_fill_dentry() by Dan Carpenter · 14 years ago
  39. a892e2d vfs: use kmalloc() to allocate fdmem if possible by Changli Gao · 14 years ago
  40. 06b1e10 vfs: clarify that nonseekable_open() will never fail by Dmitry Torokhov · 14 years ago
  41. 454eedb vfs: O_* bit numbers uniqueness check by Wu Fengguang · 14 years ago
  42. 5893947 vfs: improve comment describing fget_light() by Tony Battersby · 14 years ago
  43. 9bbb9e5 param: use ops in struct kernel_param, rather than get and set fns directly by Rusty Russell · 14 years ago
  44. 66a362a isofs: Fix lseek() to position beyond 4 GB by Jan Andres · 14 years ago
  45. 532490f vfs: remove unused MNT_STRICTATIME by Miklos Szeredi · 14 years ago
  46. 8df9d1a vfs: show unreachable paths in getcwd and proc by Miklos Szeredi · 14 years ago
  47. ffd1f4e vfs: only add " (deleted)" where necessary by Miklos Szeredi · 14 years ago
  48. f2eb657 vfs: add prepend_path() helper by Miklos Szeredi · 14 years ago
  49. 98dc568 vfs: __d_path: dont prepend the name of the root dentry by Miklos Szeredi · 14 years ago
  50. f7ad3c6 vfs: add helpers to get root and pwd by Miklos Szeredi · 14 years ago
  51. 542ce7a cachefiles: use path_get instead of lone dget by Miklos Szeredi · 14 years ago
  52. 6d0b545 fs/sysv/super.c: add support for non-PDP11 v7 filesystems by Lubomir Rintel · 14 years ago
  53. 496ee9b8 V7: Adjust sanity checks for some volumes by Lubomir Rintel · 14 years ago
  54. b76212d Add v7 alias by Lubomir Rintel · 14 years ago
  55. 8cef9c6 v9fs: fixup for inode_setattr being removed by Stephen Rothwell · 14 years ago
  56. aca0fa3 jfs: don't allow os2 xattr namespace overlap with others by Dave Kleikamp · 14 years ago
  57. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  58. fc385c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  59. e56fa10 ceph: generalize mon requests, add pool op support by Yehuda Sadeh · 14 years ago
  60. 7233e39 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  61. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  62. 26b5563 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 14 years ago
  63. e8a89ce Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  64. 8196867 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bcopeland/omfs by Linus Torvalds · 14 years ago
  65. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  66. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  67. 85c9fe8 vfs: fix warning: 'dirent' is used uninitialized in this function by Kevin Winchester · 14 years ago
  68. 7624ee7 mm: avoid resetting wb_start after each writeback round by Jan Kara · 14 years ago
  69. 51b1bd2 oom: deprecate oom_adj tunable by David Rientjes · 14 years ago
  70. a63d83f oom: badness heuristic rewrite by David Rientjes · 14 years ago
  71. 74bcbf4 oom: move badness() declaration into oom.h by Andrew Morton · 14 years ago
  72. 26ebc98 oom: /proc/<pid>/oom_score treat kernel thread honestly by KOSAKI Motohiro · 14 years ago
  73. 6d0bf00 ext4: clean up compiler warning in start_this_handle() by Theodore Ts'o · 14 years ago
  74. dca3325 no need for list_for_each_entry_safe()/resetting with superblock list by Al Viro · 14 years ago
  75. 7a4dec5 Fix sget() race with failing mount by Al Viro · 14 years ago
  76. 4f331f0 vfs: don't hold s_umount over close_bdev_exclusive() call by Tejun Heo · 14 years ago
  77. 719f2c8 sysv: do not mark superblock dirty on remount by Artem Bityutskiy · 14 years ago
  78. 315671f sysv: do not mark superblock dirty on mount by Artem Bityutskiy · 14 years ago
  79. 696ac96 btrfs: remove junk sb_dirt change by Artem Bityutskiy · 14 years ago
  80. 4e29d50 BFS: clean up the superblock usage by Artem Bityutskiy · 14 years ago
  81. 7435d50 AFFS: wait for sb synchronization when needed by Artem Bityutskiy · 14 years ago
  82. 669d5f1 AFFS: clean up dirty flag usage by Artem Bityutskiy · 14 years ago
  83. 1b94746 cifs: truncate fallout by Christoph Hellwig · 14 years ago
  84. e566d48 mbcache: fix shrinker function return value by Andreas Gruenbacher · 14 years ago
  85. 2aec7c5 mbcache: Remove unused features by Andreas Gruenbacher · 14 years ago
  86. 365b181 add f_flags to struct statfs(64) by Christoph Hellwig · 14 years ago
  87. ebabe9a pass a struct path to vfs_statfs by Christoph Hellwig · 14 years ago
  88. b70a3e0 All filesystems that need invalidate_inode_buffers() are doing that explicitly by Al Viro · 14 years ago
  89. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  90. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  91. 3014083 fs/inode.c:clear_inode() is gone by Al Viro · 14 years ago
  92. 644da59 fs/inode.c:evict() doesn't care about delete vs. non-delete paths now by Al Viro · 14 years ago
  93. 07958f9 ->delete_inode() is gone by Al Viro · 14 years ago
  94. 0930fcc convert ext4 to ->evict_inode() by Al Viro · 14 years ago
  95. 7da08fd convert logfs to ->evict_inode() by Al Viro · 14 years ago
  96. 8e22c1a logfs: get rid of magical inodes by Al Viro · 14 years ago
  97. 6fd1e5c convert nilfs2 to ->evict_inode() by Al Viro · 14 years ago
  98. 4ec70c9 convert exofs to ->evict_inode() by Al Viro · 14 years ago
  99. 845a2cc convert reiserfs to ->evict_inode() by Al Viro · 14 years ago
  100. bd55597 convert btrfs to ->evict_inode() by Al Viro · 14 years ago