index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
caps.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-27
ceph: avoid counting the same request twice or more
Xiubo Li
1
-10
/
+10
2021-04-27
ceph: rename the metric helpers
Xiubo Li
6
-35
/
+35
2021-04-27
ceph: fix kerneldoc copypasta over ceph_start_io_direct
Jeff Layton
1
-1
/
+1
2021-04-27
ceph: use attach/detach_page_private for tracking snap context
Jeff Layton
1
-11
/
+7
2021-04-27
ceph: don't use d_add in ceph_handle_snapdir
Jeff Layton
3
-14
/
+25
2021-04-27
ceph: don't clobber i_snap_caps on non-I_NEW inode
Jeff Layton
1
-4
/
+5
2021-04-27
ceph: fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+2
2021-04-27
ceph: convert ceph_readpages to ceph_readahead
Jeff Layton
1
-199
/
+31
2021-04-27
ceph: convert ceph_write_begin to netfs_write_begin
Jeff Layton
1
-129
/
+57
2021-04-27
ceph: convert ceph_readpage to netfs_readpage
Jeff Layton
3
-10
/
+195
2021-04-27
ceph: fix fscache invalidation
Jeff Layton
2
-0
/
+2
2021-04-27
ceph: rework PageFsCache handling
Jeff Layton
2
-1
/
+9
2021-04-27
ceph: rip out old fscache readpage handling
Jeff Layton
5
-254
/
+3
2021-04-27
netfs: Miscellaneous fixes
David Howells
1
-3
/
+3
2021-04-26
iov_iter: Four fixes for ITER_XARRAY
David Howells
2
-1
/
+5
2021-04-25
Linux 5.12
v5.12
Linus Torvalds
1
-1
/
+1
2021-04-24
Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock"
Linus Torvalds
2
-2
/
+1
2021-04-23
tools/cgroup/slabinfo.py: updated to work on current kernel
Vasily Averin
1
-4
/
+4
2021-04-23
mm/filemap: fix mapping_seek_hole_data on THP & 32-bit
Hugh Dickins
1
-10
/
+11
2021-04-23
mm/filemap: fix find_lock_entries hang on 32-bit THP
Hugh Dickins
1
-2
/
+8
2021-04-23
ovl: fix reference counting in ovl_mmap error path
Christian König
1
-10
/
+1
2021-04-23
coda: fix reference counting in coda_file_mmap error path
Christian König
1
-3
/
+3
2021-04-23
KVM: x86/xen: Take srcu lock when accessing kvm_memslots()
Wanpeng Li
1
-11
/
+9
2021-04-23
perf map: Fix error return code in maps__clone()
Zhen Lei
1
-2
/
+5
2021-04-23
perf ftrace: Fix access to pid in array when setting a pid filter
Thomas Richter
1
-1
/
+1
2021-04-23
perf auxtrace: Fix potential NULL pointer dereference
Leo Yan
1
-1
/
+1
2021-04-23
fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
David Howells
12
-3
/
+600
2021-04-23
netfs: Add a tracepoint to log failures that would be otherwise unseen
David Howells
2
-2
/
+70
2021-04-23
netfs: Define an interface to talk to a cache
David Howells
3
-1
/
+295
2021-04-23
netfs: Add write_begin helper
David Howells
5
-4
/
+185
2021-04-23
netfs: Gather stats
David Howells
6
-2
/
+128
2021-04-23
netfs: Add tracepoints
David Howells
3
-0
/
+226
2021-04-23
netfs: Provide readahead and readpage netfs helpers
David Howells
6
-0
/
+877
2021-04-23
netfs, mm: Add set/end/wait_on_page_fscache() aliases
David Howells
1
-0
/
+57
2021-04-23
netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
David Howells
2
-10
/
+30
2021-04-23
netfs: Documentation for helper library
David Howells
2
-0
/
+527