1. f500975 proc: move rest of /proc/partitions code to block/genhd.c by Alexey Dobriyan · 16 years ago
  2. 8591cf4 proc: move /proc/cpuinfo code to fs/proc/cpuinfo.c by Alexey Dobriyan · 16 years ago
  3. fe25104 proc: move /proc/devices code to fs/proc/devices.c by Alexey Dobriyan · 16 years ago
  4. d8ba7a3 proc: move rest of /proc/locks to fs/locks.c by Alexey Dobriyan · 16 years ago
  5. ae04811 proc: move /proc/kmsg creation to fs/proc/kmsg.c by Alexey Dobriyan · 16 years ago
  6. 6596892 proc: remove remnants of ->read_proc in proc_misc.c by Alexey Dobriyan · 16 years ago
  7. 6e62775 proc: move /proc/execdomains to kernel/exec_domain.c by Alexey Dobriyan · 16 years ago
  8. cf9887f proc: switch /proc/cmdline to seq_file by Alexey Dobriyan · 16 years ago
  9. 6827400 proc: move /proc/filesystems to fs/filesystems.c by Alexey Dobriyan · 16 years ago
  10. 4c150f6 proc: move /proc/stram to m68k-specific code by Alexey Dobriyan · 16 years ago
  11. 813dcf7 proc: move /proc/hardware to m68k-specific code by Alexey Dobriyan · 16 years ago
  12. b457d15 proc: switch /proc/version to seq_file by Alexey Dobriyan · 16 years ago
  13. e1759c2 proc: switch /proc/meminfo to seq_file by Alexey Dobriyan · 16 years ago
  14. 9617760 proc: switch /proc/uptime to seq_file by Alexey Dobriyan · 16 years ago
  15. 5b3acc8 proc: switch /proc/loadavg to seq_file by Alexey Dobriyan · 16 years ago
  16. 6c2f91e proc: use WARN() rather than printk+backtrace by Arjan van de Ven · 16 years ago
  17. 1e0edd3 proc: spread __init by Alexey Dobriyan · 16 years ago
  18. 5bcd7ff proc: proc_init_inodecache() can't fail by Alexey Dobriyan · 16 years ago
  19. 7c88db0 proc: fix vma display mismatch between /proc/pid/{maps,smaps} by Joe Korty · 16 years ago
  20. fd217f4 [PATCH] fs: add a sanity check in d_free by Arjan van de Ven · 16 years ago
  21. a77b72d [patch] vfs: make security_inode_setattr() calling consistent by Miklos Szeredi · 16 years ago
  22. 2c51239 [patch 1/3] FS_MBCACHE: don't needlessly make it built-in by Adrian Bunk · 16 years ago
  23. f696a36 [PATCH] move executable checking into ->permission() by Miklos Szeredi · 16 years ago
  24. 5cec56d [PATCH] fs/dcache.c: update comment of d_validate() by Qinghuang Feng · 16 years ago
  25. 0e55a7c [RFC PATCH] touch_mnt_namespace when the mount flags change by Dan Williams · 16 years ago
  26. 91efc16 [PATCH] reiserfs: add missing llseek method by Christoph Hellwig · 16 years ago
  27. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  28. 4e9ed2f [PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intent by OGAWA Hirofumi · 16 years ago
  29. 0612d9f [PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_PARENT lookup by OGAWA Hirofumi · 16 years ago
  30. 8f3dfaa [PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate() by OGAWA Hirofumi · 16 years ago
  31. 360da90 [PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helper by OGAWA Hirofumi · 16 years ago
  32. e2761a1 [PATCH vfs-2.6 2/6] vfs: add d_ancestor() by OGAWA Hirofumi · 16 years ago
  33. 871c006 [PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT() by OGAWA Hirofumi · 16 years ago
  34. 9fbb76c [PATCH] get rid of on-stack dentry in udf by Al Viro · 16 years ago
  35. ad76cbc [PATCH 2/2] anondev: switch to IDA by Alexey Dobriyan · 16 years ago
  36. 6de24f0 [PATCH 1/2] anondev: init IDR statically by Alexey Dobriyan · 16 years ago
  37. 8966c5e [JFFS2] Use d_splice_alias() not d_add() in jffs2_lookup() by David Woodhouse · 16 years ago
  38. c002a6c [PATCH] Optimise NFS readdir hack slightly. by David Woodhouse · 16 years ago
  39. 53c9c5c [PATCH] prepare vfs_readdir() callers to returning filldir result by Al Viro · 16 years ago
  40. a988544 [PATCH] get rid of on-stack dentry in ext2_get_parent() by Al Viro · 16 years ago
  41. 734711a [PATCH] get rid of on-stack fake dentry in ext3_get_parent() by Al Viro · 16 years ago
  42. 5f556aa [JFFS2] Reinstate NFS exportability by David Woodhouse · 16 years ago
  43. d88f183 [PATCH] Remove XFS buffered readdir hack by David Woodhouse · 16 years ago
  44. 14f7dd6 [PATCH] Copy XFS readdir hack into nfsd code. by David Woodhouse · 16 years ago
  45. 2628b76 [PATCH] Factor out nfsd_do_readdir() into its own function by David Woodhouse · 16 years ago
  46. f3f8e17 [PATCH] reduce the stack footprint of exportfs_decode_fh() by Al Viro · 16 years ago
  47. 9308a61 [PATCH] kill d_alloc_anon by Christoph Hellwig · 16 years ago
  48. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  49. 4ea3ada [PATCH] new helper: d_obtain_alias by Christoph Hellwig · 16 years ago
  50. 3a8cff4 [PATCH] generic_file_llseek tidyups by Christoph Hellwig · 16 years ago
  51. a518ab9 [PATCH] tidy up chrdev_open by Christoph Hellwig · 16 years ago
  52. ca30bc9 [PATCH] hpfs: cleanup ->setattr by Christoph Hellwig · 16 years ago
  53. 3516586 [PATCH] make O_EXCL in nd->intent.flags visible in nd->flags by Al Viro · 16 years ago
  54. 8737f3a [PATCH] get rid of path_lookup_create() by Al Viro · 16 years ago
  55. 421748e [PATCH] assorted path_lookup() -> kern_path() conversions by Al Viro · 16 years ago
  56. a63bb99 [PATCH] switch nfsd to kern_path() by Al Viro · 16 years ago
  57. c1a2a47 [PATCH] sanitize svc_export_parse() by Al Viro · 16 years ago
  58. 8264613 [PATCH] switch quota_on-related stuff to kern_path() by Al Viro · 16 years ago
  59. 0a0d8a4 [PATCH] no need for noinline stuff in fs/namespace.c anymore by Al Viro · 16 years ago
  60. 2d92ab3 [PATCH] finally get rid of nameidata in namespace.c by Al Viro · 16 years ago
  61. d181146 [PATCH] new helper - kern_path() by Al Viro · 16 years ago
  62. b1c8d2b cifs: handle the TCP_Server_Info->tsk field more carefully by Jeff Layton · 16 years ago
  63. 8d281ef cifs: fix unlinking of rename target when server doesn't support open file renames by Jeff Layton · 16 years ago
  64. 84210e9 [CIFS] improve setlease handling by Steve French · 16 years ago
  65. ea2e799 9p: fix format warning by Eric Van Hensbergen · 16 years ago
  66. 30bc4df nfsd: clean up expkey_parse error cases by J. Bruce Fields · 16 years ago
  67. 6dfcde9 nfsd: Drop reference in expkey_parse error cases by Krishna Kumar · 16 years ago
  68. 6c6a426 nfsd: Fix memory leak in nfsd_getxattr by Krishna Kumar · 16 years ago
  69. 1cd9cd1 NFSD: Fix BUG during NFSD shutdown processing by Chuck Lever · 16 years ago
  70. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  71. a364bc0 [CIFS] fix saving of resume key before CIFSFindNext by Jeff Layton · 16 years ago
  72. 56b26ad [PATCH] kill the rest of struct file propagation in block ioctls by Al Viro · 16 years ago
  73. 572c489 [PATCH] sanitize blkdev_get() and friends by Al Viro · 17 years ago
  74. e5eb8ca [PATCH] remember mode of reiserfs journal by Al Viro · 17 years ago
  75. 30c40d2 [PATCH] propagate mode through open_bdev_excl/close_bdev_excl by Al Viro · 16 years ago
  76. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  77. 90b8f28 [PATCH] end of methods switch: remove the old ones by Al Viro · 16 years ago
  78. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  79. 08f8585 [PATCH] move block_device_operations to blkdev.h by Al Viro · 17 years ago
  80. 86d434d [PATCH] eliminate use of ->f_flags in block methods by Al Viro · 17 years ago
  81. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  82. 2515ddc binfmt_elf_fdpic: Update for cputime changes. by Paul Mundt · 16 years ago
  83. 9301975 Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  84. 99ebcf8 Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  85. 1d9a8a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 16 years ago
  86. 14121bd cifs: make cifs_rename handle -EACCES errors by Jeff Layton · 16 years ago
  87. 6da0b38 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out by Alexey Dobriyan · 16 years ago
  88. 4134609 [CIFS] fix build error by Steve French · 16 years ago
  89. 45e4a24 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 16 years ago
  90. 52c6738 Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  91. 396b122 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 16 years ago
  92. 2be508d Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  93. bb26b96 fs/Kconfig: move CIFS out by Alexey Dobriyan · 16 years ago
  94. 85a0ee3 kdump: add is_vmcore_usable() and vmcore_unusable() by Simon Horman · 16 years ago
  95. 57cac4d kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCORE by Vivek Goyal · 16 years ago
  96. 656eb2c add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS by Roland McGrath · 16 years ago
  97. 6409324 coredump: format_corename: don't append .%pid if multi-threaded by Oleg Nesterov · 16 years ago
  98. 3eda201 seq_file: add seq_cpumask_list(), seq_nodemask_list() by Lai Jiangshan · 16 years ago
  99. 85dd030 seq_file: don't call bitmap_scnprintf_len() by Lai Jiangshan · 16 years ago
  100. 248736c hfsplus: fix possible deadlock when handling corrupted extents by Eric Sesterhenn · 16 years ago