1. 182c515 coredump: elf_fdpic_core_dump: use core_state->dumper list by Oleg Nesterov · 16 years ago
  2. 8391444 coredump: elf_core_dump: use core_state->dumper list by Oleg Nesterov · 16 years ago
  3. b564daf coredump: construct the list of coredumping threads at startup time by Oleg Nesterov · 16 years ago
  4. 9d5b327 coredump: make mm->core_state visible to ->core_dump() by Oleg Nesterov · 16 years ago
  5. c5f1cc8 coredump: turn core_state->nr_threads into atomic_t by Oleg Nesterov · 16 years ago
  6. 8cd9c24 coredump: simplify core_state->nr_threads calculation by Oleg Nesterov · 16 years ago
  7. 999d9fc coredump: move mm->core_waiters into struct core_state by Oleg Nesterov · 16 years ago
  8. 32ecb1f coredump: turn mm->core_startup_done into the pointer to struct core_state by Oleg Nesterov · 16 years ago
  9. 24d5288 coredump: elf_core_dump: skip kernel threads by Oleg Nesterov · 16 years ago
  10. 15b9f36 coredump: zap_threads() must skip kernel threads by Oleg Nesterov · 16 years ago
  11. 246bb0b kill PF_BORROWED_MM in favour of PF_KTHREAD by Oleg Nesterov · 16 years ago
  12. 7b34e42 introduce PF_KTHREAD flag by Oleg Nesterov · 16 years ago
  13. 3d749b9 ptrace: simplify ptrace_stop()->sigkill_pending() path by Oleg Nesterov · 16 years ago
  14. 364d3c1 ptrace: give more respect to SIGKILL by Oleg Nesterov · 16 years ago
  15. f22ab81 include/asm/ptrace.h userspace headers cleanup by Adrian Bunk · 16 years ago
  16. bc64efd kernel/signal.c: change vars pid and tgid types to pid_t by Gustavo Fernando Padovan · 16 years ago
  17. d8878ba signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ by Michael Kerrisk · 16 years ago
  18. e4901f9 coredump: zap_threads: comments && use while_each_thread() by Oleg Nesterov · 16 years ago
  19. 2b201a9 signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check by Oleg Nesterov · 16 years ago
  20. 92413d7 signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_STOP_DEQUEUED by Oleg Nesterov · 16 years ago
  21. 3854a77 __exit_signal: don't take rcu lock by Oleg Nesterov · 16 years ago
  22. 100360f signals: change collect_signal() to return void by Oleg Nesterov · 16 years ago
  23. d443420 signals: collect_signal: simplify the "still_pending" logic by Oleg Nesterov · 16 years ago
  24. 6715ca4 signals: collect_signal: remove the unneeded sigismember() check by Oleg Nesterov · 16 years ago
  25. 96347e7 posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process); by Oleg Nesterov · 16 years ago
  26. 4b7a130 posix timers: timer_delete: remove the bogus "->it_process != NULL" check by Oleg Nesterov · 16 years ago
  27. da5ef6b cpuset: two minor code-cleanups by Lai Jiangshan · 16 years ago
  28. 0241248 cpuset: code-cleanup for started_after by Lai Jiangshan · 16 years ago
  29. 489a539 cpuset: don't pass empty cpumasks to partition_sched_domains() by Lai Jiangshan · 16 years ago
  30. c372e81 cpuset: avoid unnecessary sched domains rebuilding by Li Zefan · 16 years ago
  31. f9b4fb8 cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/online by Miao Xie · 16 years ago
  32. 0b2f630 cpusets: restructure the function update_cpumask() and update_nodemask() by Miao Xie · 16 years ago
  33. 628f423 memcg: limit change shrink usage by KAMEZAWA Hiroyuki · 16 years ago
  34. 12b9804 res_counter: limit change support ebusy by KAMEZAWA Hiroyuki · 16 years ago
  35. cede86a memcg: clean up checking of the disabled flag by Li Zefan · 16 years ago
  36. accf163 memcg: remove a redundant check by KAMEZAWA Hiroyuki · 16 years ago
  37. b76734e memcg: add hints for branch by KAMEZAWA Hiroyuki · 16 years ago
  38. c9b0ed5 memcg: helper function for relcaim from shmem. by KAMEZAWA Hiroyuki · 16 years ago
  39. 69029cd memcg: remove refcnt from page_cgroup by KAMEZAWA Hiroyuki · 16 years ago
  40. e8589cc memcg: better migration handling by KAMEZAWA Hiroyuki · 16 years ago
  41. 508b7be memcg: avoid unnecessary initialization by KAMEZAWA Hiroyuki · 16 years ago
  42. a181b0e memcg: make global var read_mostly by KAMEZAWA Hiroyuki · 16 years ago
  43. 7759fc9 devcgroup: code cleanup by Li Zefan · 16 years ago
  44. 4efd1a1 devcgroup: relax white-list protection down to RCU by Pavel Emelyanov · 16 years ago
  45. e885dcd cgroup_clone: use pid of newly created task for new cgroup by Serge E. Hallyn · 16 years ago
  46. 856c13a cgroup files: convert res_counter_write() to be a cgroups write_string() handler by Paul Menage · 16 years ago
  47. f92523e cgroup files: convert devcgroup_access_write() into a cgroup write_string() handler by Paul Menage · 16 years ago
  48. e371239 cgroup files: remove cpuset_common_file_write() by Paul Menage · 16 years ago
  49. af35102 cgroup files: turn attach_task_by_pid directly into a cgroup write handler by Paul Menage · 16 years ago
  50. 6379c10 cgroup files: move notify_on_release file to separate write handler by Paul Menage · 16 years ago
  51. 84eea84 cgroups: misc cleanups to write_string patchset by Paul Menage · 16 years ago
  52. e788e06 cgroup files: move the release_agent file to use typed handlers by Paul Menage · 16 years ago
  53. db3b149 cgroup files: add write_string cgroup control file method by Paul Menage · 16 years ago
  54. ce16b49 cgroup files: clean up whitespace in struct cftype by Paul Menage · 16 years ago
  55. 8947f9d cgroups: annotate two variables with __read_mostly by Li Zefan · 16 years ago
  56. 71cbb94 cgroup: list_for_each cleanup by KOSAKI Motohiro · 16 years ago
  57. f2992db Mark res_counter_charge(_locked) with __must_check by Pavel Emelyanov · 16 years ago
  58. 7e9abd8 cgroup: use read lock to guard find_existing_css_set() by Li Zefan · 16 years ago
  59. 9d96d82 procfs-guide: drop pointless   entities by Mike Frysinger · 16 years ago
  60. 657d3bf quota: implement sending information via netlink about user below quota by Jan Kara · 16 years ago
  61. 03b0634 quota: convert macros to inline functions by Jan Kara · 16 years ago
  62. 74abb98 quota: move function-macros from quota.h to quotaops.h by Jan Kara · 16 years ago
  63. 02a55ca quota: cleanup loop in sync_dquots() by Jan Kara · 16 years ago
  64. b85f4b8 quota: rename quota functions from upper case, make bigger ones non-inline by Jan Kara · 16 years ago
  65. b48d380 quota: fix possible infinite loop in quota code by Jan Kara · 16 years ago
  66. 41003cd UTC timestamp option for FAT filesystems fix by Joe Peterson · 16 years ago
  67. b271e06 fatfs: add UTC timestamp option by Joe Peterson · 16 years ago
  68. e8938a6 remove unused #include <linux/dirent.h>'s by Adrian Bunk · 16 years ago
  69. cf6ae8b remove the in-kernel struct dirent{,64} by Adrian Bunk · 16 years ago
  70. 7557bc6 msdos fs: remove unsettable atari option by Rene Scharfe · 16 years ago
  71. dcd8c53 fat: small optimization to __fat_readdir() by OGAWA Hirofumi · 16 years ago
  72. 98a1516 fat: use same logic in fat_search_long() and __fat_readdir() by OGAWA Hirofumi · 16 years ago
  73. d688611 fat: cleanup fs/fat/dir.c by OGAWA Hirofumi · 16 years ago
  74. 531f710 fat/dir.c: switch to struct __fat_dirent by Adrian Bunk · 16 years ago
  75. 4596c8a fat: fix VFAT_IOCTL_READDIR_xxx and cleanup for userland by OGAWA Hirofumi · 16 years ago
  76. 8d44d97 fat: fix parse_options() by OGAWA Hirofumi · 16 years ago
  77. 3264d4d reiserfs: remove double definitions of xattr macros by Shen Feng · 16 years ago
  78. 90415de reiserfs: convert j_commit_lock to mutex by Jeff Mahoney · 16 years ago
  79. afe7025 reiserfs: convert j_flush_sem to mutex by Jeff Mahoney · 16 years ago
  80. f68215c reiserfs: convert j_lock to mutex by Jeff Mahoney · 16 years ago
  81. 00b4419 reiserfs: correct mount option parsing to detect when quota options can be changed by Jan Kara · 16 years ago
  82. 4506567 reiserfs: fix typos in messages and comments (journalled -> journaled) by Jan Kara · 16 years ago
  83. 5d4f7fd reiserfs: fix synchronization of quota files in journal=data mode by Jan Kara · 16 years ago
  84. 895c23f hfsplus: convert the extents_lock in a mutex by Matthias Kaehlcke · 16 years ago
  85. 39f8d47 hfs: convert extents_lock in a mutex by Matthias Kaehlcke · 16 years ago
  86. 3084b72 hfs: convert bitmap_lock in a mutex by Matthias Kaehlcke · 16 years ago
  87. de0ca06 coda: remove CODA_FS_OLD_API by Adrian Bunk · 16 years ago
  88. c0a1633 isofs: fix minor filesystem corruption by Adam Greenblatt · 16 years ago
  89. 275c0a8 ext3: validate directory entry data before use by Duane Griffin · 16 years ago
  90. cbe5f46 jbd: don't abort if flushing file data failed by Hidehiro Kawai · 16 years ago
  91. 8ef2720 ext3: kill 2 useless magic numbers by Li Zefan · 16 years ago
  92. fc80c44 jbd: positively dispose the unmapped data buffers in journal_commit_transaction() by Toshiyuki Okajima · 16 years ago
  93. a10320e jbd: unexport journal_update_superblock by Adrian Bunk · 16 years ago
  94. 3ccc316 ext3: handle deleting corrupted indirect blocks by Duane Griffin · 16 years ago
  95. 95450f5 ext3: don't read inode block if the buffer has a write error by Hidehiro Kawai · 16 years ago
  96. ae76dd9 ext3: handle corrupted orphan list at mount by Duane Griffin · 16 years ago
  97. ef1afd3 ext3: remove double definitions of xattr macros by Shen Feng · 16 years ago
  98. 3f31fdd jbd: fix race between free buffer and commit transaction by Mingming Cao · 16 years ago
  99. 9ebfbe9 ext3: improve some code in rb tree part of dir.c by Shen Feng · 16 years ago
  100. 1984bb7 jbd: tidy up revoke cache initialisation and destruction by Duane Griffin · 16 years ago