index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dcache.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-20
gfs2: Only access gl_delete for iopen glocks
Bob Peterson
1
-4
/
+7
2020-10-20
gfs2: Fix comments to glock_hash_walk
Bob Peterson
1
-2
/
+1
2020-10-15
gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)
Bob Peterson
3
-10
/
+3
2020-10-15
gfs2: Ignore journal log writes for jdata holes
Bob Peterson
1
-2
/
+6
2020-10-15
gfs2: simplify gfs2_block_map
Bob Peterson
1
-9
/
+5
2020-10-15
gfs2: Only set PageChecked if we have a transaction
Bob Peterson
1
-1
/
+2
2020-10-15
gfs2: don't lock sd_ail_lock in gfs2_releasepage
Bob Peterson
1
-3
/
+0
2020-10-15
gfs2: make gfs2_ail1_empty_one return the count of active items
Bob Peterson
1
-4
/
+8
2020-10-15
gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipe
Bob Peterson
6
-12
/
+86
2020-10-15
gfs2: enhance log_blocks trace point to show log blocks free
Bob Peterson
1
-2
/
+4
2020-10-15
gfs2: add missing log_blocks trace points in gfs2_write_revokes
Bob Peterson
1
-2
/
+10
2020-10-15
gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parm
Bob Peterson
1
-5
/
+10
2020-10-15
gfs2: add validation checks for size of superblock
Anant Thazhemadam
1
-7
/
+11
2020-10-14
gfs2: use-after-free in sysfs deregistration
Jamie Iles
4
-18
/
+11
2020-10-14
gfs2: Fix NULL pointer dereference in gfs2_rgrp_dump
Andrew Price
4
-9
/
+15
2020-10-14
gfs2: use iomap for buffered I/O in ordered and writeback mode
Christoph Hellwig
3
-34
/
+57
2020-10-14
gfs2: call truncate_inode_pages_final for address space glocks
Bob Peterson
1
-1
/
+6
2020-10-14
gfs2: simplify the logic in gfs2_evict_inode
Bob Peterson
1
-9
/
+4
2020-10-14
gfs2: factor evict_linked_inode out of gfs2_evict_inode
Bob Peterson
1
-18
/
+34
2020-10-14
gfs2: further simplify gfs2_evict_inode with new func evict_should_delete
Bob Peterson
1
-45
/
+77
2020-10-14
gfs2: factor evict_unlinked_inode out of gfs2_evict_inode
Bob Peterson
1
-27
/
+40
2020-10-14
gfs2: rename variable error to ret in gfs2_evict_inode
Bob Peterson
1
-18
/
+18
2020-10-14
gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
1
-18
/
+2
2020-10-14
gfs2: Fix bad comment for trans_drain
Bob Peterson
1
-1
/
+1
2020-10-14
gfs2: Make sure we don't miss any delayed withdraws
Andreas Gruenbacher
3
-30
/
+43
2020-10-11
Linux 5.9
v5.9
Linus Torvalds
1
-1
/
+1
2020-10-11
mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...
Vijay Balakrishna
3
-2
/
+19
2020-10-11
mm: validate inode in mapping_set_error()
Minchan Kim
1
-1
/
+2
2020-10-11
mm: mmap: Fix general protection fault in unlink_file_vma()
Miaohe Lin
1
-1
/
+5
2020-10-11
MAINTAINERS: Antoine Tenart's email address
Antoine Tenart
2
-3
/
+4
2020-10-11
MAINTAINERS: change hardening mailing list
Kees Cook
2
-2
/
+3
2020-10-11
cifs: Fix incomplete memory allocation on setxattr path
Vladimir Zapolskiy
1
-1
/
+1
2020-10-11
mm/khugepaged: fix filemap page_to_pgoff(page) != offset
Hugh Dickins
1
-0
/
+12
2020-10-10
i2c: owl: Clear NACK and BUS error bits
Cristian Ciocaltea
1
-0
/
+6
2020-10-10
Revert "i2c: imx: Fix reset of I2SR_IAL flag"
Wolfram Sang
1
-15
/
+5
2020-10-09
mmc: core: don't set limits.discard_granularity as 0
Coly Li
1
-1
/
+1
2020-10-09
perf: Fix task_function_call() error handling
Kajol Jain
1
-2
/
+3
2020-10-09
power: supply: sbs-battery: chromebook workaround for PEC
Sebastian Reichel
1
-0
/
+6
2020-10-08
drm/amd/display: Change ABM config init interface
Yongqiang Sun
3
-6
/
+19
2020-10-08
vdpa/mlx5: Fix dependency on MLX5_CORE
Eli Cohen
1
-4
/
+3
2020-10-08
vdpa/mlx5: should keep avail_index despite device status
Si-Wei Liu
1
-6
/
+14
2020-10-08
net: usb: qmi_wwan: add Cellient MPL200 card
Wilken Gottwalt
1
-0
/
+1
2020-10-08
macsec: avoid use-after-free in macsec_handle_frame()
Eric Dumazet
1
-1
/
+3
2020-10-08
r8169: consider that PHY reset may still be in progress after applying firmware
Heiner Kallweit
1
-0
/
+7
2020-10-08
openvswitch: handle DNAT tuple collision
Dumitru Ceara
1
-9
/
+13
2020-10-08
sctp: fix sctp_auth_init_hmacs() error path
Eric Dumazet
1
-0
/
+1
2020-10-08
bridge: Netlink interface fix.
Henrik Bjoernlund
1
-15
/
+11
2020-10-08
afs: Fix deadlock between writeback and truncate
David Howells
3
-9
/
+50
2020-10-08
mm: avoid early COW write protect games during fork()
Linus Torvalds
1
-37
/
+4
2020-10-08
net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()
Anant Thazhemadam
1
-0
/
+3
[next]