1. df8106d proc: move /proc/stat to fs/proc/stat.c by Alexey Dobriyan · 16 years ago
  2. f500975 proc: move rest of /proc/partitions code to block/genhd.c by Alexey Dobriyan · 16 years ago
  3. 8591cf4 proc: move /proc/cpuinfo code to fs/proc/cpuinfo.c by Alexey Dobriyan · 16 years ago
  4. fe25104 proc: move /proc/devices code to fs/proc/devices.c by Alexey Dobriyan · 16 years ago
  5. cc6e0bb HID: Add support for Sony Vaio VGX-TP1E by Jiri Kosina · 16 years ago
  6. d8ba7a3 proc: move rest of /proc/locks to fs/locks.c by Alexey Dobriyan · 16 years ago
  7. ae04811 proc: move /proc/kmsg creation to fs/proc/kmsg.c by Alexey Dobriyan · 16 years ago
  8. 6596892 proc: remove remnants of ->read_proc in proc_misc.c by Alexey Dobriyan · 16 years ago
  9. 6e62775 proc: move /proc/execdomains to kernel/exec_domain.c by Alexey Dobriyan · 16 years ago
  10. cf9887f proc: switch /proc/cmdline to seq_file by Alexey Dobriyan · 16 years ago
  11. 6827400 proc: move /proc/filesystems to fs/filesystems.c by Alexey Dobriyan · 16 years ago
  12. 4c150f6 proc: move /proc/stram to m68k-specific code by Alexey Dobriyan · 16 years ago
  13. 813dcf7 proc: move /proc/hardware to m68k-specific code by Alexey Dobriyan · 16 years ago
  14. b457d15 proc: switch /proc/version to seq_file by Alexey Dobriyan · 16 years ago
  15. e1759c2 proc: switch /proc/meminfo to seq_file by Alexey Dobriyan · 16 years ago
  16. 9617760 proc: switch /proc/uptime to seq_file by Alexey Dobriyan · 16 years ago
  17. 5b3acc8 proc: switch /proc/loadavg to seq_file by Alexey Dobriyan · 16 years ago
  18. 6c2f91e proc: use WARN() rather than printk+backtrace by Arjan van de Ven · 16 years ago
  19. 1e0edd3 proc: spread __init by Alexey Dobriyan · 16 years ago
  20. 5bcd7ff proc: proc_init_inodecache() can't fail by Alexey Dobriyan · 16 years ago
  21. 7c88db0 proc: fix vma display mismatch between /proc/pid/{maps,smaps} by Joe Korty · 16 years ago
  22. fd217f4 [PATCH] fs: add a sanity check in d_free by Arjan van de Ven · 16 years ago
  23. 08b9fe6 [PATCH] i_version: remount support by Mimi Zohar · 16 years ago
  24. a77b72d [patch] vfs: make security_inode_setattr() calling consistent by Miklos Szeredi · 16 years ago
  25. 2c51239 [patch 1/3] FS_MBCACHE: don't needlessly make it built-in by Adrian Bunk · 16 years ago
  26. f696a36 [PATCH] move executable checking into ->permission() by Miklos Szeredi · 16 years ago
  27. 5cec56d [PATCH] fs/dcache.c: update comment of d_validate() by Qinghuang Feng · 16 years ago
  28. 0e55a7c [RFC PATCH] touch_mnt_namespace when the mount flags change by Dan Williams · 16 years ago
  29. 91efc16 [PATCH] reiserfs: add missing llseek method by Christoph Hellwig · 16 years ago
  30. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  31. 4e9ed2f [PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intent by OGAWA Hirofumi · 16 years ago
  32. 0612d9f [PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_PARENT lookup by OGAWA Hirofumi · 16 years ago
  33. 8f3dfaa [PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate() by OGAWA Hirofumi · 16 years ago
  34. 360da90 [PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helper by OGAWA Hirofumi · 16 years ago
  35. e2761a1 [PATCH vfs-2.6 2/6] vfs: add d_ancestor() by OGAWA Hirofumi · 16 years ago
  36. 871c006 [PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT() by OGAWA Hirofumi · 16 years ago
  37. 9fbb76c [PATCH] get rid of on-stack dentry in udf by Al Viro · 16 years ago
  38. ad76cbc [PATCH 2/2] anondev: switch to IDA by Alexey Dobriyan · 16 years ago
  39. 6de24f0 [PATCH 1/2] anondev: init IDR statically by Alexey Dobriyan · 16 years ago
  40. 8966c5e [JFFS2] Use d_splice_alias() not d_add() in jffs2_lookup() by David Woodhouse · 16 years ago
  41. c002a6c [PATCH] Optimise NFS readdir hack slightly. by David Woodhouse · 16 years ago
  42. 53c9c5c [PATCH] prepare vfs_readdir() callers to returning filldir result by Al Viro · 16 years ago
  43. a988544 [PATCH] get rid of on-stack dentry in ext2_get_parent() by Al Viro · 16 years ago
  44. 734711a [PATCH] get rid of on-stack fake dentry in ext3_get_parent() by Al Viro · 16 years ago
  45. 5f556aa [JFFS2] Reinstate NFS exportability by David Woodhouse · 16 years ago
  46. d88f183 [PATCH] Remove XFS buffered readdir hack by David Woodhouse · 16 years ago
  47. 14f7dd6 [PATCH] Copy XFS readdir hack into nfsd code. by David Woodhouse · 16 years ago
  48. 2628b76 [PATCH] Factor out nfsd_do_readdir() into its own function by David Woodhouse · 16 years ago
  49. f3f8e17 [PATCH] reduce the stack footprint of exportfs_decode_fh() by Al Viro · 16 years ago
  50. 9308a61 [PATCH] kill d_alloc_anon by Christoph Hellwig · 16 years ago
  51. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  52. 4ea3ada [PATCH] new helper: d_obtain_alias by Christoph Hellwig · 16 years ago
  53. 3a8cff4 [PATCH] generic_file_llseek tidyups by Christoph Hellwig · 16 years ago
  54. a518ab9 [PATCH] tidy up chrdev_open by Christoph Hellwig · 16 years ago
  55. ca30bc9 [PATCH] hpfs: cleanup ->setattr by Christoph Hellwig · 16 years ago
  56. 72e8264 [PATCH] dm: kill lookup_device wrapper by Christoph Hellwig · 16 years ago
  57. 3516586 [PATCH] make O_EXCL in nd->intent.flags visible in nd->flags by Al Viro · 16 years ago
  58. 2c552d8 [PATCH] don't pass bogus flags to LOOKUP_PARENT lookup in spufs by Al Viro · 16 years ago
  59. 8737f3a [PATCH] get rid of path_lookup_create() by Al Viro · 16 years ago
  60. 98bc993 [PATCH] get rid of nameidata in audit_tree by Al Viro · 16 years ago
  61. 421748e [PATCH] assorted path_lookup() -> kern_path() conversions by Al Viro · 16 years ago
  62. a63bb99 [PATCH] switch nfsd to kern_path() by Al Viro · 16 years ago
  63. c1a2a47 [PATCH] sanitize svc_export_parse() by Al Viro · 16 years ago
  64. 8264613 [PATCH] switch quota_on-related stuff to kern_path() by Al Viro · 16 years ago
  65. b63365a net: Fix disjunct computation of netdev features by Herbert Xu · 16 years ago
  66. 2e3f92d sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED state by Wei Yongjun · 16 years ago
  67. cf896d5 sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING state by Wei Yongjun · 16 years ago
  68. 898b054 dock: make dock driver not a module by Shaohua Li · 16 years ago
  69. df10eec sctp: Add check for the TSN field of the SHUTDOWN chunk by Wei Yongjun · 16 years ago
  70. 91bd6b1 sctp: Drop ICMP packet too big message with MTU larger than current PMTU by Wei Yongjun · 16 years ago
  71. dcc5141 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  72. 0a0d8a4 [PATCH] no need for noinline stuff in fs/namespace.c anymore by Al Viro · 16 years ago
  73. 2d92ab3 [PATCH] finally get rid of nameidata in namespace.c by Al Viro · 16 years ago
  74. d181146 [PATCH] new helper - kern_path() by Al Viro · 16 years ago
  75. 5e1b007 x86: canonicalize remaining header guards by H. Peter Anvin · 16 years ago
  76. 05e4d31 x86: drop double underscores from header guards by H. Peter Anvin · 16 years ago
  77. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  78. 87e299e x86, um: get rid of uml-config.h by Al Viro · 16 years ago
  79. 61bee20 x86, um: get rid of arch/um/Kconfig.arch by Al Viro · 16 years ago
  80. ec82c32 x86, um: get rid of arch/um/os symlink by Al Viro · 16 years ago
  81. 887c57d x86, um: get rid of excessive includes of uml-config.h by Al Viro · 16 years ago
  82. aa7bd94 x86, um: get rid of header symlinks by Al Viro · 16 years ago
  83. 4198426 x86, um: merge Kconfig.i386 and Kconfig.x86_64 by Al Viro · 16 years ago
  84. f5ad6a4 x86, um: get rid of sysdep symlink by Al Viro · 16 years ago
  85. 17dcf75 x86, um: trim the junk from uml ptrace-*.h by Al Viro · 16 years ago
  86. 2985cfd x86, um: take vm-flags.h to sysdep by Al Viro · 16 years ago
  87. 6b0eed4 x86, um: get rid of uml asm/arch by Al Viro · 16 years ago
  88. fe1cd98 x86, um: get rid of uml highmem.h by Al Viro · 16 years ago
  89. ff64b4c x86, um: get rid of uml unistd.h by Al Viro · 16 years ago
  90. 6a0eec8 x86, um: get rid of system.h -> system.h include by Al Viro · 16 years ago
  91. 32926b3 x86, um: uml atomic.h is not needed anymore by Al Viro · 16 years ago
  92. efb21cc x86, um: untangle uml ldt.h by Al Viro · 16 years ago
  93. 5077c2a x86, um: get rid of more uml asm/arch uses by Al Viro · 16 years ago
  94. 7127da4 x86, um: remove dead header (uml module-generic.h; never used these days) by Al Viro · 16 years ago
  95. 2e07400 x86, um: get rid of uml signal.h by Al Viro · 16 years ago
  96. 3be311e x86, um: sanitize uml sigcontext.h uses by Al Viro · 16 years ago
  97. 1de1502 x86, um: now we can get rid of trivial uml headers by Al Viro · 16 years ago
  98. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago
  99. 8ede0bd x86, um: initial part of asm-um move by Al Viro · 16 years ago
  100. 8569c91 x86, um: take arch/um/include/* out of the way by Al Viro · 16 years ago