aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-09sched: Fix missing sched tunable recalculation on cpu add/removeChristian Ehrhardt2-13/+32
2009-12-09sched: Fix task priority bugPeter Zijlstra1-6/+0
2009-12-09sched: cgroup: Implement different treatment for idle sharesPeter Zijlstra1-2/+6
2009-12-09sched: Remove unnecessary RCU exclusionPeter Zijlstra1-7/+2
2009-12-09sched: Discard some old bitsPeter Zijlstra5-21/+7
2009-12-09sched: Clean up check_preempt_wakeup()Peter Zijlstra1-40/+33
2009-12-09sched: Move update_curr() in check_preempt_wakeup() to avoid redundant callJupyung Lee1-2/+2
2009-12-09sched: Sanitize fork() handlingPeter Zijlstra3-43/+34
2009-12-09sched: Clean up ttwu() rq lockingPeter Zijlstra1-8/+5
2009-12-09sched: Remove rq->clock coupling from set_task_cpu()Peter Zijlstra1-12/+1
2009-12-09sched: Consolidate select_task_rq() callersPeter Zijlstra1-3/+11
2009-12-09sched: Remove sysctl.sched_featuresPeter Zijlstra2-9/+0
2009-12-09sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner5-9/+10
2009-12-09sched: Protect task->cpus_allowed access in sched_getaffinity()Thomas Gleixner1-0/+4
2009-12-06sched: Fix balance vs hotplug racePeter Zijlstra4-27/+41
2009-12-06cpumask: Fix generate_sched_domains() for UPGeert Uytterhoeven1-1/+1
2009-12-05avr32: Convert BUG() to use unreachable()David Daney1-1/+1
2009-12-05s390: Convert BUG() to use unreachable()David Daney1-1/+1
2009-12-05MIPS: Convert BUG() to use unreachable()David Daney1-3/+1
2009-12-05x86: Convert BUG() to use unreachable()David Daney1-2/+2
2009-12-05Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)David Daney2-0/+19
2009-12-03x86, apic: Enable lapic nmi watchdog on AMD Family 11hMikael Pettersson1-1/+1
2009-12-03GFS2: Fix glock refcount issuesSteven Whitehouse1-13/+8
2009-12-03writeback: remove unused nonblocking and congestion checks (gfs2)Wu Fengguang1-12/+0
2009-12-03GFS2: drop rindex glock to refresh rindex listBenjamin Marzinski1-2/+6
2009-12-03GFS2: Tag all metadata with jidSteven Whitehouse5-3/+13
2009-12-03GFS2: Locking order fix in gfs2_check_blk_stateSteven Whitehouse1-4/+10
2009-12-03GFS2: Remove dirent_first() functionSteven Whitehouse1-33/+1
2009-12-03GFS2: Display nobarrier option in /proc/mountsSteven Whitehouse1-0/+3
2009-12-03GFS2: add barrier/nobarrier mount optionsChristoph Hellwig3-0/+17
2009-12-03GFS2: remove division from new statfs codeBenjamin Marzinski1-8/+9
2009-12-03GFS2: Improve statfs and quota usabilityBenjamin Marzinski5-10/+100
2009-12-03GFS2: Use dquot_send_warning()Steven Whitehouse1-1/+9
2009-12-03VFS: Export dquot_send_warningSteven Whitehouse4-85/+114
2009-12-03GFS2: Add set_xquota supportSteven Whitehouse1-26/+172
2009-12-03GFS2: Add get_xquota supportSteven Whitehouse1-0/+43
2009-12-03GFS2: Clean up gfs2_adjust_quota() and do_glock()Steven Whitehouse1-56/+26
2009-12-03GFS2: Remove constant argument from qd_get()Steven Whitehouse1-4/+4
2009-12-03GFS2: Remove constant argument from qdsb_get()Steven Whitehouse1-6/+6
2009-12-03GFS2: Add proper error reporting to quota sync via sysfsSteven Whitehouse1-4/+6
2009-12-03GFS2: Add get_xstate quota functionSteven Whitehouse1-0/+23
2009-12-03GFS2: Remove obsolete code in quota.cSteven Whitehouse2-17/+5
2009-12-03GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_opsSteven Whitehouse4-0/+10
2009-12-03GFS2: Alter arguments of gfs2_quota/statfs_syncSteven Whitehouse5-10/+12
2009-12-03VFS: Use GFP_NOFS in posix_acl_from_xattr()Steven Whitehouse1-1/+1
2009-12-03GFS2: Add cached ACLs supportSteven Whitehouse1-2/+25
2009-12-03GFS2: Clean up ACLsSteven Whitehouse5-100/+132
2009-12-03GFS2: Use gfs2_set_mode() instead of munge_mode()Steven Whitehouse1-35/+11
2009-12-03GFS2: Use forget_all_cached_acls()Steven Whitehouse1-1/+4
2009-12-03VFS: Add forget_all_cached_acls()Steven Whitehouse1-0/+14