aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);Oleg Nesterov1-3/+0
2008-07-25posix timers: timer_delete: remove the bogus "->it_process != NULL" checkOleg Nesterov1-10/+8
2008-07-25cpuset: two minor code-cleanupsLai Jiangshan1-2/+2
2008-07-25cpuset: code-cleanup for started_afterLai Jiangshan1-31/+6
2008-07-25cpuset: don't pass empty cpumasks to partition_sched_domains()Lai Jiangshan1-0/+5
2008-07-25cpuset: avoid unnecessary sched domains rebuildingLi Zefan1-6/+12
2008-07-25cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/onlineMiao Xie1-0/+7
2008-07-25cpusets: restructure the function update_cpumask() and update_nodemask()Miao Xie1-72/+109
2008-07-25memcg: limit change shrink usageKAMEZAWA Hiroyuki2-6/+45
2008-07-25res_counter: limit change support ebusyKAMEZAWA Hiroyuki1-0/+16
2008-07-25memcg: clean up checking of the disabled flagLi Zefan1-11/+12
2008-07-25memcg: remove a redundant checkKAMEZAWA Hiroyuki1-28/+25
2008-07-25memcg: add hints for branchKAMEZAWA Hiroyuki1-4/+4
2008-07-25memcg: helper function for relcaim from shmem.KAMEZAWA Hiroyuki3-7/+37
2008-07-25memcg: remove refcnt from page_cgroupKAMEZAWA Hiroyuki6-80/+97
2008-07-25memcg: better migration handlingKAMEZAWA Hiroyuki3-75/+86
2008-07-25memcg: avoid unnecessary initializationKAMEZAWA Hiroyuki1-3/+8
2008-07-25memcg: make global var read_mostlyKAMEZAWA Hiroyuki1-3/+3
2008-07-25devcgroup: code cleanupLi Zefan1-14/+8
2008-07-25devcgroup: relax white-list protection down to RCUPavel Emelyanov1-13/+22
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn6-16/+23
2008-07-25cgroup files: convert res_counter_write() to be a cgroups write_string() handlerPaul Menage3-49/+34
2008-07-25cgroup files: convert devcgroup_access_write() into a cgroup write_string() handlerPaul Menage1-63/+38
2008-07-25cgroup files: remove cpuset_common_file_write()Paul Menage1-74/+35
2008-07-25cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage1-66/+14
2008-07-25cgroup files: move notify_on_release file to separate write handlerPaul Menage1-8/+13
2008-07-25cgroups: misc cleanups to write_string patchsetPaul Menage2-11/+14
2008-07-25cgroup files: move the release_agent file to use typed handlersPaul Menage2-68/+59
2008-07-25cgroup files: add write_string cgroup control file methodPaul Menage2-0/+49
2008-07-25cgroup files: clean up whitespace in struct cftypePaul Menage1-16/+16
2008-07-25cgroups: annotate two variables with __read_mostlyLi Zefan1-2/+2
2008-07-25cgroup: list_for_each cleanupKOSAKI Motohiro1-23/+21
2008-07-25Mark res_counter_charge(_locked) with __must_checkPavel Emelyanov1-2/+4
2008-07-25cgroup: use read lock to guard find_existing_css_set()Li Zefan1-2/+2
2008-07-25procfs-guide: drop pointless   entitiesMike Frysinger1-2/+2
2008-07-25quota: implement sending information via netlink about user below quotaJan Kara2-6/+58
2008-07-25quota: convert macros to inline functionsJan Kara2-17/+53
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara8-19/+35
2008-07-25quota: cleanup loop in sync_dquots()Jan Kara2-8/+12
2008-07-25quota: rename quota functions from upper case, make bigger ones non-inlineJan Kara2-119/+160
2008-07-25quota: fix possible infinite loop in quota codeJan Kara1-1/+15
2008-07-25UTC timestamp option for FAT filesystems fixJoe Peterson1-0/+8
2008-07-25fatfs: add UTC timestamp optionJoe Peterson6-17/+35
2008-07-25remove unused #include <linux/dirent.h>'sAdrian Bunk5-5/+0
2008-07-25remove the in-kernel struct dirent{,64}Adrian Bunk2-21/+0
2008-07-25msdos fs: remove unsettable atari optionRene Scharfe2-13/+6
2008-07-25fat: small optimization to __fat_readdir()OGAWA Hirofumi1-32/+39
2008-07-25fat: use same logic in fat_search_long() and __fat_readdir()OGAWA Hirofumi1-16/+26
2008-07-25fat: cleanup fs/fat/dir.cOGAWA Hirofumi1-64/+67
2008-07-25fat/dir.c: switch to struct __fat_direntAdrian Bunk1-4/+3