index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc_namespace.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-01-23
vfs: abort dedupe loop if fatal signals are pending
Darrick J. Wong
1
-0
/
+3
2016-01-23
MAINTAINERS: return arch/sh to maintained state, with new maintainers
Rich Felker
1
-1
/
+3
2016-01-23
tree wide: use kvfree() than conditional kfree()/vfree()
Tetsuo Handa
17
-103
/
+36
2016-01-23
dax: never rely on bh.b_dev being set by get_block()
Ross Zwisler
1
-0
/
+3
2016-01-23
xfs: call dax_pfn_mkwrite() for DAX fsync/msync
Ross Zwisler
1
-3
/
+4
2016-01-23
ext4: call dax_pfn_mkwrite() for DAX fsync/msync
Ross Zwisler
1
-1
/
+3
2016-01-23
ext2: call dax_pfn_mkwrite() for DAX fsync/msync
Ross Zwisler
1
-1
/
+3
2016-01-23
dax: add support for fsync/sync
Ross Zwisler
3
-16
/
+266
2016-01-23
mm: add find_get_entries_tag()
Ross Zwisler
2
-0
/
+71
2016-01-23
dax: support dirty DAX entries in radix tree
Ross Zwisler
9
-42
/
+78
2016-01-23
pmem: add wb_cache_pmem() to the PMEM API
Ross Zwisler
2
-6
/
+27
2016-01-23
dax: fix conversion of holes to PMDs
Ross Zwisler
1
-10
/
+10
2016-01-23
dax: fix NULL pointer dereference in __dax_dbg()
Ross Zwisler
1
-0
/
+1
2016-01-23
make sure that freeing shmem fast symlinks is RCU-delayed
Al Viro
2
-9
/
+5
2016-01-23
wrappers for ->i_mutex access
Al Viro
177
-883
/
+908
2016-01-22
[IA64] Enable copy_file_range syscall for ia64
Tony Luck
3
-1
/
+3
2016-01-22
lustre: remove unused declaration
Al Viro
1
-2
/
+0
2016-01-22
pNFS/flexfiles: Fix an XDR encoding bug in layoutreturn
Trond Myklebust
1
-4
/
+2
2016-01-22
soc: qcom/spm: shut up uninitialized variable warning
Arnd Bergmann
1
-1
/
+1
2016-01-22
ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lock
Tariq Saeed
1
-0
/
+6
2016-01-22
reiserfs: fix dereference of ERR_PTR
Sudip Mukherjee
1
-1
/
+1
2016-01-22
ratelimit: fix bug in time interval by resetting right begin time
Jaewon Kim
1
-1
/
+1
2016-01-22
mm: fix kernel crash in khugepaged thread
yalin wang
2
-9
/
+9
2016-01-22
mm: fix mlock accouting
Kirill A. Shutemov
1
-1
/
+1
2016-01-22
thp: change pmd_trans_huge_lock() interface to return ptl
Kirill A. Shutemov
5
-25
/
+36
2016-01-22
NTB: Fix macro parameter conflict with field name
Allen Hubbe
1
-2
/
+3
2016-01-22
NTB: Add support for AMD PCI-Express Non-Transparent Bridge
Xiangliang Yu
7
-0
/
+1376
2016-01-21
[regression] fix braino in fs/dlm/user.c
Al Viro
1
-1
/
+1
2016-01-21
NFS: Simplify nfs_request_add_commit_list() arguments
Anna Schumaker
3
-6
/
+5
2016-01-21
pNFS/flexfiles: Improve merging of errors in LAYOUTRETURN
Trond Myklebust
1
-59
/
+40
2016-01-21
IB/mlx5: Unify CQ create flags check
Leon Romanovsky
2
-9
/
+3
2016-01-21
IB/mlx5: Expose Raw Packet QP to user space consumers
majd@mellanox.com
1
-12
/
+127
2016-01-21
{IB, net}/mlx5: Move the modify QP operation table to mlx5_ib
majd@mellanox.com
3
-54
/
+50
2016-01-21
IB/mlx5: Support setting Ethernet priority for Raw Packet QPs
majd@mellanox.com
4
-4
/
+57
2016-01-21
IB/mlx5: Add Raw Packet QP query functionality
majd@mellanox.com
4
-23
/
+205
2016-01-21
IB/mlx5: Add create and destroy functionality for Raw Packet QP
majd@mellanox.com
3
-18
/
+365
2016-01-21
IB/mlx5: Refactor mlx5_ib_qp to accommodate other QP types
majd@mellanox.com
3
-95
/
+147
2016-01-21
IB/mlx5: Allocate a Transport Domain for each ucontext
majd@mellanox.com
2
-1
/
+18
2016-01-21
net/mlx5_core: Warn on unsupported events of QP/RQ/SQ
majd@mellanox.com
1
-0
/
+52
2016-01-21
net/mlx5_core: Add RQ and SQ event handling
majd@mellanox.com
5
-23
/
+132
2016-01-21
net/mlx5_core: Export transport objects
majd@mellanox.com
5
-10
/
+20
2016-01-21
IB/mlx5: Expose CQE version to user-space
Haggai Abramovsky
2
-5
/
+18
2016-01-21
IB/mlx5: Add CQE version 1 support to user QPs and SRQs
Haggai Abramovsky
7
-21
/
+114
2016-01-21
IB/mlx5: Fix data validation in mlx5_ib_alloc_ucontext
Haggai Abramovsky
1
-1
/
+4
2016-01-21
IB/sa: Fix netlink local service GFP crash
Kaike Wan
1
-2
/
+6
2016-01-21
ALSA: timer: Introduce disconnect op to snd_timer_instance
Takashi Iwai
2
-12
/
+12
2016-01-21
ALSA: timer: Handle disconnection more safely
Takashi Iwai
1
-0
/
+48
2016-01-21
pwm: Mark all devices as "might sleep"
Thierry Reding
1
-1
/
+1
2016-01-21
mmc: pwrseq_simple: Make reset-gpios optional to match doc
Martin Fuzzey
1
-8
/
+14
2016-01-21
ARM: realview: fix device tree build
Linus Walleij
1
-2
/
+1
[next]