index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
debug_page_ref.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-17
pNFS: return status from nfs4_pnfs_ds_connect
Weston Andros Adamson
6
-6
/
+48
2017-03-17
NFSv4.1 respect server's max size in CREATE_SESSION
Olga Kornievskaia
1
-2
/
+2
2017-03-17
NFS prevent double free in async nfs4_exchange_id
Olga Kornievskaia
1
-5
/
+4
2017-03-17
nfs: make nfs4_cb_sv_ops static
Jason Yan
1
-2
/
+2
2017-03-17
xprtrdma: Squelch kbuild sparse complaint
Chuck Lever
1
-1
/
+2
2017-03-17
NFS: fix the fault nrequests decreasing for nfs_inode COPY
Kinglong Mee
1
-2
/
+4
2017-03-17
perf symbols: Fix symbols__fixup_end heuristic for corner cases
Daniel Borkmann
1
-1
/
+1
2017-03-17
x86/perf: Clarify why x86_pmu_event_mapped() isn't racy
Andy Lutomirski
1
-0
/
+12
2017-03-17
x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm
Andy Lutomirski
1
-2
/
+2
2017-03-17
drivers core: remove assert_held_device_hotplug()
Heiko Carstens
2
-6
/
+0
2017-03-17
mm: add private lock to serialize memory hotplug operations
Heiko Carstens
2
-5
/
+5
2017-03-17
mm: don't warn when vmalloc() fails due to a fatal signal
Dmitry Vyukov
1
-1
/
+2
2017-03-17
mm, x86: fix native_pud_clear build error
Arnd Bergmann
2
-4
/
+1
2017-03-17
kasan: add a prototype of task_struct to avoid warning
Masami Hiramatsu
1
-0
/
+1
2017-03-17
z3fold: fix spinlock unlocking in page reclaim
Vitaly Wool
1
-0
/
+1
2017-03-16
afs: Don't wait for page writeback with the page lock held
David Howells
1
-5
/
+4
2017-03-16
afs: ->writepage() shouldn't call clear_page_dirty_for_io()
David Howells
1
-3
/
+3
2017-03-16
afs: Fix abort on signal while waiting for call completion
David Howells
1
-13
/
+6
2017-03-16
afs: Fix an off-by-one error in afs_send_pages()
David Howells
1
-1
/
+1
2017-03-16
afs: Fix afs_kill_pages()
David Howells
1
-3
/
+7
2017-03-16
afs: Fix page leak in afs_write_begin()
David Howells
1
-2
/
+5
2017-03-16
afs: Don't set PG_error on local EINTR or ENOMEM when filling a page
David Howells
1
-2
/
+10
2017-03-16
afs: Populate and use client modification time
Marc Dionne
2
-10
/
+10
2017-03-16
afs: Better abort and net error handling
David Howells
1
-8
/
+27
2017-03-16
afs: Invalid op ID should abort with RXGEN_OPCODE
David Howells
2
-1
/
+3
2017-03-16
afs: Fix the maths in afs_fs_store_data()
David Howells
1
-1
/
+1
2017-03-16
afs: Use a bvec rather than a kvec in afs_send_pages()
David Howells
1
-45
/
+52
2017-03-16
afs: Make struct afs_read::remain 64-bit
David Howells
2
-5
/
+5
2017-03-16
afs: Fix AFS read bug
David Howells
1
-1
/
+1
2017-03-16
afs: Prevent callback expiry timer overflow
Tina Ruchandani
3
-6
/
+7
2017-03-16
afs: Migrate vlocation fields to 64-bit
Tina Ruchandani
4
-16
/
+20
2017-03-16
afs: security: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
1
-1
/
+1
2017-03-16
afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
1
-1
/
+1
2017-03-16
afs: Distinguish mountpoints from symlinks by file mode alone
David Howells
3
-68
/
+15
2017-03-16
afs: Flush outstanding writes when an fd is closed
David Howells
3
-0
/
+16
2017-03-16
afs: Handle a short write to an AFS page
David Howells
3
-11
/
+23
2017-03-16
afs: Kill struct afs_read::pg_offset
David Howells
1
-1
/
+0
2017-03-16
afs: Handle better the server returning excess or short data
David Howells
2
-16
/
+40
2017-03-16
afs: Deal with an empty callback array
Marc Dionne
2
-7
/
+9
2017-03-16
afs: Adjust mode bits processing
Marc Dionne
1
-1
/
+6
2017-03-16
afs: Populate group ID from vnode status
Marc Dionne
1
-1
/
+1
2017-03-16
afs: Fix page overput in afs_fill_page()
David Howells
1
-0
/
+1
2017-03-16
afs: Fix missing put_page()
David Howells
1
-0
/
+1
2017-03-16
perf/core: Better explain the inherit magic
Peter Zijlstra
1
-3
/
+33
2017-03-16
perf/core: Simplify perf_event_free_task()
Peter Zijlstra
1
-11
/
+1
2017-03-16
perf/core: Fix event inheritance on fork()
Peter Zijlstra
1
-2
/
+3
2017-03-16
perf/core: Fix use-after-free in perf_release()
Peter Zijlstra
1
-0
/
+11
2017-03-16
sched/deadline: Use deadline instead of period when calculating overflow
Steven Rostedt (VMware)
1
-4
/
+4
2017-03-16
sched/deadline: Throttle a constrained deadline task activated after the dead...
Daniel Bristot de Oliveira
1
-0
/
+45
2017-03-16
sched/deadline: Make sure the replenishment timer fires in the next period
Daniel Bristot de Oliveira
1
-2
/
+7
[next]