index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
consoles.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-11
take the targets of /proc/*/ns/* symlinks to separate fs
Al Viro
10
-161
/
+208
2014-12-09
copy_from_iter_nocache()
Al Viro
2
-0
/
+22
2014-12-09
new helper: iov_iter_kvec()
Al Viro
2
-0
/
+15
2014-12-09
csum_and_copy_..._iter()
Al Viro
2
-0
/
+91
2014-12-09
iov_iter.c: handle ITER_KVEC directly
Al Viro
2
-13
/
+70
2014-12-04
bury struct proc_ns in fs/proc
Al Viro
6
-27
/
+15
2014-12-04
copy address of proc_ns_ops into ns_common
Al Viro
13
-10
/
+34
2014-12-04
new helpers: ns_alloc_inum/ns_free_inum
Al Viro
7
-13
/
+16
2014-12-04
make proc_ns_operations work with struct ns_common * instead of void *
Al Viro
9
-65
/
+28
2014-12-04
switch the rest of proc_ns_operations to working with &...->ns
Al Viro
4
-22
/
+36
2014-12-04
netns: switch ->get()/->put()/->install()/->inum() to working with &net->ns
Al Viro
1
-6
/
+10
2014-12-04
make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->ns
Al Viro
1
-8
/
+13
2014-12-04
common object embedded into various struct ....ns
Al Viro
17
-29
/
+43
2014-11-28
iov_iter.c: convert copy_to_iter() to iterate_and_advance
Al Viro
1
-82
/
+9
2014-11-28
iov_iter.c: convert copy_from_iter() to iterate_and_advance
Al Viro
1
-91
/
+15
2014-11-28
iov_iter.c: get rid of bvec_copy_page_{to,from}_iter()
Al Viro
1
-36
/
+24
2014-11-28
iov_iter.c: convert iov_iter_zero() to iterate_and_advance
Al Viro
1
-86
/
+12
2014-11-28
iov_iter.c: convert iov_iter_get_pages_alloc() to iterate_all_kinds
Al Viro
1
-62
/
+45
2014-11-28
iov_iter.c: convert iov_iter_get_pages() to iterate_all_kinds
Al Viro
1
-50
/
+28
2014-11-28
iov_iter.c: convert iov_iter_npages() to iterate_all_kinds
Al Viro
1
-54
/
+19
2014-11-28
iov_iter.c: iterate_and_advance
Al Viro
1
-76
/
+28
2014-11-28
iov_iter.c: macros for iterating over iov_iter
Al Viro
1
-126
/
+86
2014-11-24
Linux 3.18-rc6
v3.18-rc6
Linus Torvalds
1
-1
/
+1
2014-11-23
uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME
Andy Lutomirski
2
-2
/
+1
2014-11-23
sched: Provide update_curr callbacks for stop/idle scheduling classes
Thomas Gleixner
2
-0
/
+10
2014-11-23
x86_64, traps: Rework bad_iret
Andy Lutomirski
2
-26
/
+48
2014-11-23
x86_64, traps: Stop using IST for #SS
Andy Lutomirski
6
-26
/
+8
2014-11-23
x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C
Andy Lutomirski
2
-32
/
+26
2014-11-23
percpu-ref: fix DEAD flag contamination of percpu pointer
Tejun Heo
1
-1
/
+7
2014-11-21
tcp: Restore RFC5961-compliant behavior for SYN packets
Calvin Owens
1
-2
/
+2
2014-11-21
net: Revert "net: avoid one atomic operation in skb_clone()"
Eric Dumazet
1
-17
/
+6
2014-11-21
virtio-net: validate features during probe
Jason Wang
1
-0
/
+37
2014-11-21
cxgb4 : Fix DCB priority groups being returned in wrong order
Anish Bhatt
1
-1
/
+1
2014-11-21
ipx: fix locking regression in ipx_sendmsg and ipx_recvmsg
Jiri Bohac
1
-1
/
+5
2014-11-21
openvswitch: Don't validate IPv6 label masks.
Joe Stringer
1
-1
/
+1
2014-11-21
pptp: fix stack info leak in pptp_getname()
Mathias Krause
1
-1
/
+3
2014-11-20
x86, syscall: Fix _TIF_NOHZ handling in syscall_trace_enter_phase1
Andy Lutomirski
1
-1
/
+1
2014-11-20
brcmfmac: don't include linux/unaligned/access_ok.h
Johannes Berg
1
-1
/
+1
2014-11-20
drm/radeon: fix endian swapping in vbios fetch for tdp table
Alex Deucher
1
-1
/
+1
2014-11-20
drm/radeon: disable native backlight control on pre-r6xx asics (v2)
Alex Deucher
1
-0
/
+3
2014-11-20
ovl: ovl_dir_fsync() cleanup
Miklos Szeredi
1
-2
/
+2
2014-11-20
ovl: update MAINTAINERS
Miklos Szeredi
1
-2
/
+3
2014-11-20
ovl: pass dentry into ovl_dir_read_merged()
Miklos Szeredi
1
-21
/
+14
2014-11-20
ovl: use lockless_dereference() for upperdentry
Miklos Szeredi
1
-6
/
+1
2014-11-20
ovl: allow filenames with comma
Miklos Szeredi
1
-3
/
+45
2014-11-20
ovl: fix race in private xattr checks
Miklos Szeredi
1
-9
/
+18
2014-11-20
ovl: fix remove/copy-up race
Miklos Szeredi
1
-12
/
+19
2014-11-20
ovl: rename filesystem type to "overlay"
Miklos Szeredi
6
-9
/
+9
2014-11-20
of/selftest: Fix testing when /aliases is missing
Grant Likely
1
-1
/
+7
2014-11-20
IB/isert: Adjust CQ size to HW limits
Chris Moore
1
-2
/
+6
[next]