index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-05-16
37
-296
/
+478
|
\
|
*
afs: Fix double inc of vnode->cb_break
David Howells
2019-05-16
1
-3
/
+1
|
*
afs: Fix lock-wait/callback-break double locking
David Howells
2019-05-16
2
-10
/
+1
|
*
afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not set
David Howells
2019-05-16
1
-5
/
+2
|
*
afs: Fix calculation of callback expiry time
David Howells
2019-05-16
2
-57
/
+51
|
*
afs: Make dynamic root population wait uninterruptibly for proc_cells_lock
David Howells
2019-05-16
1
-2
/
+1
|
*
afs: Make some RPC operations non-interruptible
David Howells
2019-05-16
14
-35
/
+99
|
*
rxrpc: Allow the kernel to mark a call as being non-interruptible
David Howells
2019-05-16
8
-4
/
+28
|
*
afs: Fix error propagation from server record check/update
David Howells
2019-05-16
1
-3
/
+3
|
*
afs: Fix the maximum lifespan of VL and probe calls
David Howells
2019-05-16
5
-0
/
+13
|
*
rxrpc: Provide kernel interface to set max lifespan on a call
David Howells
2019-05-16
3
-0
/
+37
|
*
afs: Fix "kAFS: AFS vnode with undefined type 0"
David Howells
2019-05-16
1
-0
/
+2
|
*
afs: Fix cell DNS lookup
David Howells
2019-05-16
3
-75
/
+130
|
*
Add wait_var_event_interruptible()
David Howells
2019-05-15
1
-0
/
+13
|
*
dns_resolver: Allow used keys to be invalidated
David Howells
2019-05-15
7
-7
/
+12
|
*
afs: Fix afs_cell records to always have a VL server list record
David Howells
2019-05-15
4
-24
/
+25
|
*
afs: Fix missing lock when replacing VL server list
David Howells
2019-05-15
1
-3
/
+2
|
*
afs: Fix afs_xattr_get_yfs() to not try freeing an error value
David Howells
2019-05-15
3
-64
/
+53
|
*
afs: Fix incorrect error handling in afs_xattr_get_acl()
David Howells
2019-05-15
1
-5
/
+4
|
*
afs: Fix key leak in afs_release() and afs_evict_inode()
David Howells
2019-05-15
2
-3
/
+5
*
|
Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2019-05-16
21
-351
/
+845
|
\
\
|
*
|
ceph: flush dirty inodes before proceeding with remount
Jeff Layton
2019-05-07
1
-0
/
+7
|
*
|
ceph: fix unaligned access in ceph_send_cap_releases
Jeff Layton
2019-05-07
1
-1
/
+2
|
*
|
libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer
Jeff Layton
2019-05-07
8
-34
/
+35
|
*
|
libceph: fix unaligned accesses in ceph_entity_addr handling
Jeff Layton
2019-05-07
1
-40
/
+37
|
*
|
rbd: don't assert on writes to snapshots
Ilya Dryomov
2019-05-07
1
-2
/
+6
|
*
|
rbd: client_mutex is never nested
Ilya Dryomov
2019-05-07
1
-1
/
+1
|
*
|
ceph: print inode number in __caps_issued_mask debugging messages
Jeff Layton
2019-05-07
1
-6
/
+6
|
*
|
ceph: just call get_session in __ceph_lookup_mds_session
Jeff Layton
2019-05-07
1
-7
/
+1
|
*
|
ceph: simplify arguments and return semantics of try_get_cap_refs
Jeff Layton
2019-05-07
1
-46
/
+30
|
*
|
ceph: fix comment over ceph_drop_caps_for_unlink
Jeff Layton
2019-05-07
1
-1
/
+1
|
*
|
ceph: move wait for mds request into helper function
Jeff Layton
2019-05-07
1
-15
/
+21
|
*
|
ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_request
Jeff Layton
2019-05-07
2
-23
/
+22
|
*
|
ceph: after an MDS request, do callback and completions
Jeff Layton
2019-05-07
1
-2
/
+1
|
*
|
ceph: use pathlen values returned by set_request_path_attr
Jeff Layton
2019-05-07
1
-2
/
+2
|
*
|
ceph: use __getname/__putname in ceph_mdsc_build_path
Jeff Layton
2019-05-07
3
-39
/
+36
|
*
|
ceph: use ceph_mdsc_build_path instead of clone_dentry_name
Jeff Layton
2019-05-07
1
-39
/
+3
|
*
|
ceph: fix potential use-after-free in ceph_mdsc_build_path
Jeff Layton
2019-05-07
1
-3
/
+5
|
*
|
ceph: dump granular cap info in "caps" debugfs file
Jeff Layton
2019-05-07
1
-2
/
+32
|
*
|
ceph: make iterate_session_caps a public symbol
Jeff Layton
2019-05-07
2
-8
/
+12
|
*
|
ceph: fix NULL pointer deref when debugging is enabled
Jeff Layton
2019-05-07
1
-1
/
+1
|
*
|
ceph: properly handle granular statx requests
Jeff Layton
2019-05-07
1
-28
/
+57
|
*
|
ceph: remove superfluous inode_lock in ceph_fsync
Jeff Layton
2019-05-07
1
-3
/
+0
|
*
|
libceph: fix clang warning for CEPH_DEFINE_OID_ONSTACK
Arnd Bergmann
2019-05-07
1
-7
/
+6
|
*
|
rbd: convert all rbd_assert(0) to BUG()
Arnd Bergmann
2019-05-07
1
-6
/
+6
|
*
|
rbd: avoid clang -Wuninitialized warning
Arnd Bergmann
2019-05-07
1
-1
/
+1
|
*
|
ceph: snapshot nfs re-export
Yan, Zheng
2019-05-07
2
-27
/
+329
|
*
|
ceph: quota: fix quota subdir mounts
Luis Henriques
2019-05-07
4
-10
/
+190
|
*
|
ceph: factor out ceph_lookup_inode()
Luis Henriques
2019-05-07
2
-2
/
+13
|
*
|
ceph: remove duplicated filelock ref increase
Zhi Zhang
2019-05-07
1
-13
/
+0
[next]