index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
certs
/
Kconfig
(
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
libceph: remove outdated comment
Ilya Dryomov
1
-4
/
+0
2016-01-21
libceph: kill off ceph_x_ticket_handler::validity
Ilya Dryomov
2
-5
/
+2
2016-01-21
libceph: invalidate AUTH in addition to a service ticket
Ilya Dryomov
1
-2
/
+14
2016-01-21
libceph: fix authorizer invalidation, take 2
Ilya Dryomov
2
-5
/
+23
2016-01-21
libceph: clear messenger auth_retry flag if we fault
Ilya Dryomov
1
-3
/
+7
2016-01-21
libceph: fix ceph_msg_revoke()
Ilya Dryomov
2
-19
/
+59
2016-01-21
libceph: use list_for_each_entry_safe
Geliang Tang
1
-9
/
+3
2016-01-21
ceph: use i_size_{read,write} to get/set i_size
Yan, Zheng
4
-26
/
+25
2016-01-21
ceph: re-send AIO write request when getting -EOLDSNAP error
Yan, Zheng
1
-4
/
+86
2016-01-21
ceph: Asynchronous IO support
Yan, Zheng
1
-119
/
+278
2016-01-21
ceph: Avoid to propagate the invalid page point
Minfei Huang
1
-1
/
+0
2016-01-21
ceph: fix double page_unlock() in page_mkwrite()
Yan, Zheng
1
-4
/
+4
2016-01-21
rbd: delete an unnecessary check before rbd_dev_destroy()
Markus Elfring
1
-2
/
+1
2016-01-21
libceph: use list_next_entry instead of list_entry_next
Geliang Tang
1
-5
/
+2
2016-01-21
ceph: ceph_frag_contains_value can be boolean
Yaowei Bai
1
-1
/
+1
2016-01-21
ceph: remove unused functions in ceph_frag.h
Yaowei Bai
1
-35
/
+0
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
[next]