index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
4
-4
/
+0
*
Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2020-06-08
16
-184
/
+807
|
\
|
*
ceph: skip checking caps when session reconnecting and releasing reqs
Xiubo Li
2020-06-01
4
-4
/
+30
|
*
ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lock
Xiubo Li
2020-06-01
1
-2
/
+2
|
*
ceph: don't return -ESTALE if there's still an open file
Luis Henriques
2020-06-01
1
-1
/
+8
|
*
ceph: allow rename operation under different quota realms
Luis Henriques
2020-06-01
3
-6
/
+64
|
*
ceph: normalize 'delta' parameter usage in check_quota_exceeded
Luis Henriques
2020-06-01
1
-3
/
+1
|
*
ceph: ceph_kick_flushing_caps needs the s_mutex
Jeff Layton
2020-06-01
4
-3
/
+12
|
*
ceph: request expedited service on session's last cap flush
Jeff Layton
2020-06-01
1
-2
/
+6
|
*
ceph: convert mdsc->cap_dirty to a per-session list
Jeff Layton
2020-06-01
4
-19
/
+85
|
*
ceph: reset i_requested_max_size if file write is not wanted
Yan, Zheng
2020-06-01
1
-10
/
+19
|
*
ceph: throw a warning if we destroy session with mutex still locked
Jeff Layton
2020-06-01
1
-0
/
+1
|
*
ceph: fix potential race in ceph_check_caps
Jeff Layton
2020-06-01
1
-1
/
+13
|
*
ceph: document what protects i_dirty_item and i_flushing_item
Jeff Layton
2020-06-01
1
-1
/
+3
|
*
ceph: don't take i_ceph_lock in handle_cap_import
Jeff Layton
2020-06-01
1
-3
/
+2
|
*
ceph: don't release i_ceph_lock in handle_cap_trunc
Jeff Layton
2020-06-01
1
-8
/
+10
|
*
ceph: add comments for handle_cap_flush_ack logic
Jeff Layton
2020-06-01
1
-1
/
+13
|
*
ceph: split up __finish_cap_flush
Jeff Layton
2020-06-01
1
-31
/
+29
|
*
ceph: reorganize __send_cap for less spinlock abuse
Jeff Layton
2020-06-01
1
-79
/
+86
|
*
ceph: add metadata perf metric support
Xiubo Li
2020-06-01
5
-0
/
+53
|
*
ceph: add read/write latency metric support
Xiubo Li
2020-06-01
5
-1
/
+186
|
*
ceph: add caps perf metric for each superblock
Xiubo Li
2020-06-01
9
-14
/
+83
|
*
ceph: add dentry lease metric support
Xiubo Li
2020-06-01
8
-7
/
+113
*
|
Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
2020-06-08
16
-76
/
+396
|
\
\
|
*
\
Merge branch 'gfs2-iopen' into for-next
Andreas Gruenbacher
2020-06-05
9
-38
/
+289
|
|
\
\
|
|
*
|
gfs2: Smarter iopen glock waiting
Andreas Gruenbacher
2020-06-05
2
-5
/
+40
|
|
*
|
gfs2: Wake up when setting GLF_DEMOTE
Andreas Gruenbacher
2020-06-05
1
-4
/
+14
|
|
*
|
gfs2: Check inode generation number in delete_work_func
Andreas Gruenbacher
2020-06-05
2
-2
/
+7
|
|
*
|
gfs2: Move inode generation number check into gfs2_inode_lookup
Andreas Gruenbacher
2020-06-05
1
-9
/
+24
|
|
*
|
gfs2: Minor gfs2_lookup_by_inum cleanup
Andreas Gruenbacher
2020-06-05
4
-5
/
+14
|
|
*
|
gfs2: Try harder to delete inodes locally
Andreas Gruenbacher
2020-06-05
1
-6
/
+47
|
|
*
|
gfs2: Give up the iopen glock on contention
Andreas Gruenbacher
2020-06-05
3
-2
/
+57
|
|
*
|
gfs2: Turn gl_delete into a delayed work
Andreas Gruenbacher
2020-06-05
7
-8
/
+65
|
|
*
|
gfs2: Keep track of deleted inode generations in LVBs
Andreas Gruenbacher
2020-06-05
4
-1
/
+26
|
|
*
|
gfs2: Allow ASPACE glocks to also have an lvb
Bob Peterson
2020-06-05
1
-4
/
+3
|
*
|
|
gfs2: fix use-after-free on transaction ail lists
Bob Peterson
2020-06-05
1
-2
/
+9
|
*
|
|
gfs2: new slab for transactions
Bob Peterson
2020-06-05
6
-8
/
+32
|
*
|
|
gfs2: initialize transaction tr_ailX_lists earlier
Bob Peterson
2020-06-05
3
-2
/
+4
|
*
|
|
gfs2: instrumentation wrt log_flush stuck
Bob Peterson
2020-06-05
1
-9
/
+25
|
*
|
|
gfs2: introduce new gfs2_glock_assert_withdraw
Bob Peterson
2020-06-05
2
-3
/
+13
|
*
|
|
gfs2: print mapping->nrpages in glock dump for address space glocks
Bob Peterson
2020-06-05
1
-9
/
+16
|
*
|
|
gfs2: Only do glock put in gfs2_create_inode for free inodes
Bob Peterson
2020-06-02
1
-1
/
+2
|
*
|
|
gfs2: Allow lock_nolock mount to specify jid=X
Bob Peterson
2020-06-02
1
-1
/
+1
|
*
|
|
gfs2: Don't ignore inode write errors during inode_go_sync
Bob Peterson
2020-06-02
1
-3
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-08
3
-2
/
+150
|
\
\
\
|
*
|
|
binfmt_flat: use flush_icache_user_range
Christoph Hellwig
2020-06-08
1
-1
/
+1
|
*
|
|
exec: use flush_icache_user_range in read_code
Christoph Hellwig
2020-06-08
1
-1
/
+1
|
*
|
|
exec: only build read_code when needed
Christoph Hellwig
2020-06-08
1
-0
/
+3
|
*
|
|
kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases
Guilherme G. Piccoli
2020-06-08
1
-2
/
+5
|
*
|
|
kernel/hung_task convert hung_task_panic boot parameter to sysctl
Vlastimil Babka
2020-06-08
1
-0
/
+1
[next]