summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fs: call rename2 if existsMiklos Szeredi2014-08-073-10/+3
* kernel/acct.c: fix coding style warnings and errorsIonut Alexa2014-08-071-12/+16
* death to mnt_pinnedAl Viro2014-08-074-34/+30
* make fs/{namespace,super}.c forget about acct.hAl Viro2014-08-075-10/+13
* take fs_pin stuff to fs/*Al Viro2014-08-075-100/+129
* start carving bsd_acct_struct upAl Viro2014-08-071-19/+23
* acct: move mnt_pin() upwards.Al Viro2014-08-071-2/+1
* make acct_kill() wait for file closing.Al Viro2014-08-071-3/+17
* drop ->s_umount around acct_auto_close()Al Viro2014-08-071-4/+14
* acct: get rid of acct_lock for acct->countAl Viro2014-08-071-33/+52
* acct: get rid of acct_listAl Viro2014-08-076-85/+62
* acct: simplify check_free_space()Al Viro2014-08-071-39/+11
* acct: new lifetime rulesAl Viro2014-08-071-106/+114
* acct: serialize acct_on()Al Viro2014-08-071-0/+4
* acct() should honour the limits from the very beginningAl Viro2014-08-071-2/+2
* split the slow path in acct_process() offAl Viro2014-08-071-22/+28
* separate namespace-independent parts of filling acct_tAl Viro2014-08-071-47/+51
* acct: switch to __kernel_write()Al Viro2014-08-073-20/+13
* acct: encode_comp_t(0) is 0, fortunately...Al Viro2014-08-071-3/+0
* Merge commit 'ccbf62d8a284cf181ac28c8e8407dd077d90dd4b' into for-nextAl Viro2014-08-0775-1355/+2507
|\
| * sched: Make task->start_time nanoseconds basedThomas Gleixner2014-07-234-19/+14
| * sched: Make task->real_start_time nanoseconds basedThomas Gleixner2014-07-233-9/+3
| * time: Export nsecs_to_jiffies()Thomas Gleixner2014-07-231-0/+1
| * timekeeping: Provide ktime_get[*]_ns() helpersThomas Gleixner2014-07-231-0/+15
| * timekeeping: Remove ktime_get_monotonic_offset()Thomas Gleixner2014-07-232-19/+0
| * drm: Use ktime_mono_to_real()Thomas Gleixner2014-07-231-13/+3
| * input: evdev: Use ktime_mono_to_real()Thomas Gleixner2014-07-231-4/+3
| * timerfd: Use ktime_mono_to_real()Thomas Gleixner2014-07-231-3/+3
| * timekeeping: Provide ktime_mono_to_any()Thomas Gleixner2014-07-232-0/+29
| * timekeeping; Use ktime based data for ktime_get_update_offsets_tick()Thomas Gleixner2014-07-231-6/+6
| * timekeeping: Use ktime_t data for ktime_get_update_offsets_now()Thomas Gleixner2014-07-231-6/+4
| * timekeeping: Use ktime_t based data for ktime_get_clocktai()Thomas Gleixner2014-07-232-16/+8
| * timekeeping; Use ktime_t based data for ktime_get_boottime()Thomas Gleixner2014-07-232-18/+11
| * timekeeping: Use ktime_t based data for ktime_get_real()Thomas Gleixner2014-07-232-16/+8
| * timekeeping: Provide ktime_get_with_offset()Thomas Gleixner2014-07-232-0/+36
| * timekeeping: Use ktime_t based data for ktime_get()Thomas Gleixner2014-07-231-4/+5
| * timekeeping: Provide internal ktime_t based dataThomas Gleixner2014-07-232-0/+25
| * timekeeping: Use timekeeping_update() instead of memcpy()Thomas Gleixner2014-07-231-2/+1
| * timekeeping: Cache optimize struct timekeeperThomas Gleixner2014-07-232-126/+143
| * timekeeper: Move tk_xtime to core codeThomas Gleixner2014-07-232-45/+43
| * timekeeping: Provide timespec64 based interfacesThomas Gleixner2014-07-233-33/+87
| * time: Consolidate the time accessor prototypesThomas Gleixner2014-07-239-58/+111
| * timekeeping: Convert timekeeping core to use timespec64sJohn Stultz2014-07-236-87/+109
| * time: More core infrastructure for timespec64John Stultz2014-07-233-0/+118
| * time64: Add time64.h header and define struct timespec64John Stultz2014-07-232-14/+163
| * ktime: Change ktime_set() to take 64bit seconds valueJohn Stultz2014-07-231-4/+3
| * ktime: Sanitize ktime_to_us/ms conversionThomas Gleixner2014-07-233-10/+9
| * ktime: Kill non-scalar ktime_t implementation for 2038John Stultz2014-07-239-246/+7
| * hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz2014-07-234-29/+37
| * timekeeping: Simplify arch_gettimeoffset()Thomas Gleixner2014-07-231-12/+6