1. 7ca263cd Merge branch 'cputime' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  2. dc2af6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  3. 6c5daf0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  4. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  5. 801460d task_struct cleanup: move binfmt field to mm_struct by Hiroshi Shimamoto · 15 years ago
  6. a21f3c2 fs/romfs: correct error-handling code by Julia Lawall · 15 years ago
  7. 3886de9 adfs: remove redundant test on unsigned by Roel Kluin · 15 years ago
  8. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  9. dd5d81f fs/char_dev.c: remove useless loop by Renzo Davoli · 15 years ago
  10. 0b8c78f flat: use IS_ERR_VALUE() helper macro by Mike Frysinger · 15 years ago
  11. 8e8b63a fdpic: ignore the loader's PT_GNU_STACK when calculating the stack size by David Howells · 15 years ago
  12. 0cf062d elf: clean up fill_note_info() by Amerigo Wang · 15 years ago
  13. ba0a6c9 fcntl: add F_[SG]ETOWN_EX by Peter Zijlstra · 15 years ago
  14. 06f1631 signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission() by Oleg Nesterov · 15 years ago
  15. 964ee7d exec: fix set_binfmt() vs sys_delete_module() race by Oleg Nesterov · 15 years ago
  16. 61be228 exec: allow do_coredump() to wait for user space pipe readers to complete by Neil Horman · 15 years ago
  17. a293980 exec: let do_coredump() limit the number of concurrent dumps to pipes by Neil Horman · 15 years ago
  18. 725eae3 exec: make do_coredump() more resilient to recursive crashes by Neil Horman · 15 years ago
  19. ef1ff6b hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fix by From: Mel Gorman · 15 years ago
  20. 54bcf38 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus by Chris Mason · 15 years ago
  21. c65ddb5 Btrfs: hash the btree inode during fill_super by Yan Zheng · 15 years ago
  22. 0257bb8 Btrfs: relocate file extents in clusters by Yan, Zheng · 15 years ago
  23. f679a84 Btrfs: don't rename file into dummy directory by Yan, Zheng · 15 years ago
  24. a571952 Btrfs: check size of inode backref before adding hardlink by Yan, Zheng · 15 years ago
  25. c08d3b0 truncate: use new helpers by npiggin@suse.de · 15 years ago
  26. 25d9e2d truncate: new helpers by npiggin@suse.de · 15 years ago
  27. eca6f53 fs: fix overflow in sys_mount() for in-kernel calls by Vegard Nossum · 15 years ago
  28. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  29. 4504230 freeze_bdev: grab active reference to frozen superblocks by Christoph Hellwig · 15 years ago
  30. 4fadd7b freeze_bdev: kill bd_mount_sem by Christoph Hellwig · 15 years ago
  31. 1ba50bb exofs: remove BKL from super operations by Boaz Harrosh · 15 years ago
  32. 88a0a53 fs/romfs: correct error-handling code by Julia Lawall · 15 years ago
  33. f843980 vfs: seq_file: add helpers for data filling by Miklos Szeredi · 15 years ago
  34. f909898 vfs: remove redundant position check in do_sendfile by Jeff Layton · 15 years ago
  35. 42cb56a vfs: change sb->s_maxbytes to a loff_t by Jeff Layton · 15 years ago
  36. 5aa98b7 vfs: explicitly cast s_maxbytes in fiemap_check_ranges by Jeff Layton · 15 years ago
  37. 05cc0ce libfs: return error code on failed attr set by Wu Fengguang · 15 years ago
  38. 7a62cc1 seq_file: return a negative error code when seq_path_root() fails. by Tetsuo Handa · 15 years ago
  39. ce06e0b vfs: optimize touch_time() too by Andi Kleen · 15 years ago
  40. b12536c vfs: optimization for touch_atime() by Andi Kleen · 15 years ago
  41. 22fe4042 vfs: split generic_forget_inode() so that hugetlbfs does not have to copy it by Jan Kara · 15 years ago
  42. af0d9ae fs/inode.c: add dev-id and inode number for debugging in init_special_inode() by Manish Katiyar · 15 years ago
  43. 14be274 libfs: make simple_read_from_buffer conventional by Steven Rostedt · 15 years ago
  44. 96830a5 [PATCH] Fix idle time field in /proc/uptime by Michael Abbott · 15 years ago
  45. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  46. 11ef160 Btrfs: fix releasepage to avoid unlocking extents we haven't locked by Chris Mason · 15 years ago
  47. 46562cec Btrfs: Fix test_range_bit for whole file extents by Chris Mason · 15 years ago
  48. 42daec2 Btrfs: fix errors handling cached state in set/clear_extent_bit by Chris Mason · 15 years ago
  49. 9e12a7e Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  50. 2df5480 NFS: Propagate 'fsc' mount option through automounts by David Howells · 15 years ago
  51. 9423a08 NFS: Add nfs_alloc_parsed_mount_data by Chuck Lever · 15 years ago
  52. 8a6e5de NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flags by Trond Myklebust · 15 years ago
  53. 60e78d2 9p: Add fscache support to 9p by Abhishek Kulkarni · 15 years ago
  54. 637d020 9p: Fix the incorrect update of inode size in v9fs_file_write() by Abhishek Kulkarni · 15 years ago
  55. 7549ae3 9p: Use the i_size_[read, write]() macros instead of using inode->i_size directly. by Abhishek Kulkarni · 15 years ago
  56. a7c367b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  57. b64ada6 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  58. 4fd8da8 fs: change sys_truncate length parameter type by Heiko Carstens · 15 years ago
  59. a4255e4 ext2: fix format string compile warning (ino_t) by Heiko Carstens · 15 years ago
  60. 9f6c133 V3 minixfs: add missing directory type checking by Doug Graham · 15 years ago
  61. 8b2feb1 ncpfs: fix wrong check in __ncp_ioctl() by Bartlomiej Zolnierkiewicz · 15 years ago
  62. c5df591 ncpfs: read buffer overflow by Roel Kluin · 15 years ago
  63. a7e3108 ramfs: move RAMFS_MAGIC to include/linux/magic.h by maximilian attems · 15 years ago
  64. 0d4c36a /proc/kcore: update stat.st_size after memory hotplug by KAMEZAWA Hiroyuki · 15 years ago
  65. 678ad5d /proc/kcore: fix stat.st_size by KAMEZAWA Hiroyuki · 15 years ago
  66. 90396f9 kcore: more fixes for init by KAMEZAWA Hiroyuki · 15 years ago
  67. 81ac3ad kcore: register module area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  68. 26562c5 kcore: register vmemmap range by KAMEZAWA Hiroyuki · 15 years ago
  69. 3089aa1 kcore: use registerd physmem information by KAMEZAWA Hiroyuki · 15 years ago
  70. 9492587 kcore: register text area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  71. a0614da kcore: register vmalloc area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  72. c30bb2a kcore: add kclist types by KAMEZAWA Hiroyuki · 15 years ago
  73. 2ef43ec kcore: use usual list for kclist by KAMEZAWA Hiroyuki · 15 years ago
  74. d899bf7 procfs: provide stack information for threads by Stefani Seibold · 15 years ago
  75. cba8aaf fs/proc/base.c: fix proc_fault_inject_write() input sanity check by Vincent Li · 15 years ago
  76. fb92a4b fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity check by Vincent Li · 15 years ago
  77. acef82b kcore: fix /proc/kcore's stat.st_size by Amerigo Wang · 15 years ago
  78. 9b4d1cbe proc_flush_task: flush /proc/tid/task/pid when a sub-thread exits by Oleg Nesterov · 15 years ago
  79. cff4edb proc: fix reported unit for RLIMIT_CPU by Kees Cook · 15 years ago
  80. 1f10206 getrusage: fill ru_maxrss value by Jiri Pirko · 15 years ago
  81. d7d7561 fix compat_sys_utimensat() by Suzuki Poulose · 15 years ago
  82. 945ffe5 qnx4: remove write support by Christoph Hellwig · 15 years ago
  83. 8a9f47d ntfs: remove ntfs_file_write by Christoph Hellwig · 15 years ago
  84. 562787a anonfd: split interface into file creation and install by Davide Libenzi · 15 years ago
  85. 385773e aio.c: move EXPORT* macros to line after function by H Hartley Sweeten · 15 years ago
  86. 1fe72ea fs/buffer.c: clean up EXPORT* macros by H Hartley Sweeten · 15 years ago
  87. 88e0fbc fs: turn iprune_mutex into rwsem by Nick Piggin · 15 years ago
  88. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  89. 1fd7317d Move magic numbers into magic.h by Nick Black · 15 years ago
  90. 5ae87e7 poll/select: avoid arithmetic overflow in __estimate_accuracy() by Guillaume Knispel · 15 years ago
  91. ca976c5 smbfs: read buffer overflow by Roel Kluin · 15 years ago
  92. b80474b ocfs2: Use buffer IO if we are appending a file. by Tao Ma · 15 years ago
  93. 83e32d9 ocfs2: add spinlock protection when dealing with lockres->purge. by Wengang Wang · 15 years ago
  94. d92bc51 dlmglue.c: add missed mlog lines by Coly Li · 15 years ago
  95. a2f2ddb ocfs2: __ocfs2_abort() should not enable panic for local mounts by Sunil Mushran · 15 years ago
  96. bd50873 ocfs2: Add ioctl for reflink. by Tao Ma · 15 years ago
  97. 64871b8 ocfs2: Enable refcount tree support. by Tao Ma · 15 years ago
  98. 09bf27a ocfs2: Implement ocfs2_reflink. by Tao Ma · 15 years ago
  99. 0fe9b66 ocfs2: Add preserve to reflink. by Tao Ma · 15 years ago
  100. bc13d34 ocfs2: Create reflinked file in orphan dir. by Tao Ma · 15 years ago