index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ufs
/
namei.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-14
Expose cifs module parameters in sysfs
Germano Percossi
1
-3
/
+3
2016-10-14
Cleanup missing frees on some ioctls
Steve French
1
-5
/
+4
2016-10-14
Enable previous version support
Steve French
4
-2
/
+72
2016-10-14
Do not send SMB3 SET_INFO request if nothing is changing
Steve French
1
-0
/
+6
2016-10-12
SMB3: Add mount parameter to allow user to override max credits
Steve French
5
-16
/
+37
2016-10-12
fs/cifs: reopen persistent handles on reconnect
Steve French
3
-0
/
+25
2016-10-12
Clarify locking of cifs file and tcon structures and make more granular
Steve French
7
-63
/
+75
2016-10-12
Fix regression which breaks DFS mounting
Sachin Prabhu
1
-6
/
+8
2016-10-12
fs/cifs: keep guid when assigning fid to fileinfo
Aurelien Aptel
1
-0
/
+1
2016-10-12
SMB3: GUIDs should be constructed as random but valid uuids
Steve French
4
-4
/
+4
2016-10-12
Set previous session id correctly on SMB3 reconnect
Steve French
2
-1
/
+6
2016-10-12
cifs: Limit the overall credit acquired
Ross Lagerwall
2
-1
/
+27
2016-10-12
Display number of credits available
Steve French
1
-0
/
+1
2016-10-12
Add way to query creation time of file via cifs xattr
Steve French
1
-1
/
+27
2016-10-12
Add way to query file attributes via cifs xattr
Steve French
1
-1
/
+33
2016-10-12
mm: split gfp_mask and mapping flags into separate fields
Michal Hocko
2
-12
/
+11
2016-10-12
fs: use mapping_set_error instead of opencoded set_bit
Michal Hocko
7
-14
/
+9
2016-10-12
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
96
-112
/
+0
2016-10-12
hung_task: allow hung_task_panic when hung_task_warnings is 0
John Siddle
1
-14
/
+14
2016-10-12
kthread: add kerneldoc for kthread_create()
Jonathan Corbet
1
-0
/
+11
2016-10-12
kthread: better support freezable kthread workers
Petr Mladek
2
-9
/
+24
2016-10-12
kthread: allow to modify delayed kthread work
Petr Mladek
2
-0
/
+57
2016-10-12
kthread: allow to cancel kthread work
Petr Mladek
2
-2
/
+135
2016-10-12
kthread: initial support for delayed kthread work
Petr Mladek
2
-0
/
+135
2016-10-12
kthread: detect when a kthread work is used by more workers
Petr Mladek
1
-8
/
+20
2016-10-12
kthread: add kthread_destroy_worker()
Petr Mladek
2
-0
/
+25
2016-10-12
kthread: add kthread_create_worker*()
Petr Mladek
2
-10
/
+110
2016-10-12
kthread: allow to call __kthread_create_on_node() with va_list args
Petr Mladek
1
-30
/
+42
2016-10-12
kthread/smpboot: do not park in kthread_create_on_cpu()
Petr Mladek
2
-2
/
+11
2016-10-12
kthread: kthread worker API cleanup
Petr Mladek
18
-92
/
+93
2016-10-12
kthread: rename probe_kthread_data() to kthread_probe_data()
Petr Mladek
3
-4
/
+4
2016-10-12
scripts/tags.sh: enable code completion in VIM
Mathieu Maret
1
-1
/
+2
2016-10-12
mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping
Catalin Marinas
7
-9
/
+83
2016-10-12
kdump, vmcoreinfo: report memory sections virtual addresses
Thomas Garnier
2
-0
/
+9
2016-10-12
ipc/sem.c: add cond_resched in exit_sme
Nikolay Borisov
1
-0
/
+2
2016-10-12
ipc/msg: avoid waking sender upon full queue
Davidlohr Bueso
1
-10
/
+43
2016-10-12
ipc/msg: make ss_wakeup() kill arg boolean
Davidlohr Bueso
1
-4
/
+4
2016-10-12
ipc/msg: batch queue sender wakeups
Davidlohr Bueso
1
-10
/
+20
2016-10-12
ipc/msg: implement lockless pipelined wakeups
Sebastian Andrzej Siewior
1
-93
/
+40
2016-10-12
ipc/sem.c: fix complex_count vs. simple op race
Manfred Spraul
2
-55
/
+84
2016-10-12
kcov: do not instrument lib/stackdepot.c
Alexander Potapenko
1
-0
/
+1
2016-10-12
config: android: enable CONFIG_SECCOMP
Rob Herring
1
-0
/
+1
2016-10-12
config: android: set SELinux as default security mode
Rob Herring
1
-0
/
+1
2016-10-12
config: android: move device mapper options to recommended
Rob Herring
2
-4
/
+4
2016-10-12
config/android: Remove CONFIG_IPV6_PRIVACY
Borislav Petkov
1
-1
/
+0
2016-10-12
relay: Use irq_work instead of plain timer for deferred wakeup
Peter Zijlstra
3
-11
/
+17
2016-10-12
pps: kc: fix non-tickless system config dependency
Maciej S. Szmigiero
1
-1
/
+1
2016-10-12
mips/panic: replace smp_send_stop() with kdump friendly version in panic path
Hidehiro Kawai
4
-1
/
+33
2016-10-12
x86/panic: replace smp_send_stop() with kdump friendly version in panic path
Hidehiro Kawai
5
-10
/
+66
2016-10-12
nvme: use the DMA_ATTR_NO_WARN attribute
Mauricio Faria de Oliveira
1
-1
/
+2
[next]