index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-25
ocfs2: return real error code in ocfs2_dio_wr_get_block
Su Yue
1
-2
/
+0
2024-04-25
vmcore: replace strncpy with strscpy_pad
Justin Stitt
1
-3
/
+2
2024-04-25
Squashfs: remove deprecated strncpy by not copying the string
Phillip Lougher
1
-10
/
+4
2024-04-25
ocfs2: fix sparse warnings
Heming Zhao
5
-15
/
+16
2024-04-25
ocfs2: speed up chain-list searching
Heming Zhao
1
-1
/
+1
2024-04-25
ocfs2: adjust enabling place for la window
Heming Zhao
2
-12
/
+8
2024-04-25
ocfs2: improve write IO performance when fragmentation is high
Heming Zhao
5
-11
/
+108
2024-04-25
regset: use kvzalloc() for regset_get_alloc()
Douglas Anderson
1
-1
/
+1
2024-04-25
fs: add kernel-doc comments to fat_parse_long()
Yang Li
1
-0
/
+12
2024-04-25
ocfs2: update inode ctime in ocfs2_fileattr_set
Su Yue
1
-0
/
+1
2024-04-25
ocfs2: correctly use ocfs2_find_next_zero_bit()
Joseph Qi
3
-18
/
+9
2024-04-25
proc: convert smaps_pmd_entry to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+5
2024-04-25
proc: pass a folio to smaps_page_accumulate()
Matthew Wilcox (Oracle)
1
-6
/
+5
2024-04-25
proc: convert smaps_page_accumulate to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2024-04-25
proc: convert gather_stats to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+7
2024-04-25
proc: convert smaps_account() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+9
2024-04-25
proc: convert clear_refs_pte_range to use a folio
Matthew Wilcox (Oracle)
1
-8
/
+8
2024-04-25
mm/ksm: fix ksm exec support for prctl
Jinjiang Tu
1
-0
/
+11
2024-04-25
treewide: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
1
-5
/
+2
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
3
-4
/
+5
2024-04-25
proc: refactor pde_get_unmapped_area as prep
Rick Edgecombe
1
-6
/
+3
2024-04-25
userfaultfd: early return in dup_userfaultfd()
ZhangPeng
1
-1
/
+4
2024-04-25
dax: use huge_zero_folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2024-04-25
mm: add is_huge_zero_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-25
proc: rewrite stable_page_flags()
Matthew Wilcox (Oracle)
1
-32
/
+37
2024-04-25
mm: change inlined allocation helpers to account at the call site
Suren Baghdasaryan
1
-4
/
+1
2024-04-25
mm: zswap: optimize zswap pool size tracking
Johannes Weiner
1
-2
/
+1
2024-04-25
Merge tag '9p-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/e...
Linus Torvalds
4
-22
/
+56
2024-04-25
NFSD: Fix nfsd4_encode_fattr4() crasher
Chuck Lever
1
-1
/
+1
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
58
-190
/
+442
2024-04-25
smb3: fix lock ordering potential deadlock in cifs_sync_mid_result
Steve French
1
-0
/
+3
2024-04-25
smb3: missing lock when picking channel
Steve French
1
-1
/
+3
2024-04-25
Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2
-22
/
+6
2024-04-25
f2fs: use helper to print zone condition
Wu Bo
1
-14
/
+3
2024-04-25
f2fs: fix false alarm on invalid block address
Jaegeuk Kim
1
-4
/
+5
2024-04-25
f2fs: clear writeback when compression failed
Jaegeuk Kim
1
-2
/
+38
2024-04-25
btrfs: take the cleaner_mutex earlier in qgroup disable
Josef Bacik
2
-16
/
+38
2024-04-25
btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
Dominique Martinet
1
-0
/
+1
2024-04-25
exfat: zero the reserved fields of file and stream extension dentries
Yuezhang Mo
1
-0
/
+2
2024-04-25
iomap: do some small logical cleanup in buffered write
Zhang Yi
1
-5
/
+3
2024-04-25
iomap: make iomap_write_end() return a boolean
Zhang Yi
1
-17
/
+31
2024-04-25
iomap: use a new variable to handle the written bytes in iomap_write_iter()
Zhang Yi
1
-16
/
+17
2024-04-25
iomap: don't increase i_size if it's not a write operation
Zhang Yi
1
-25
/
+25
2024-04-25
iomap: drop the write failure handles when unsharing and zeroing
Zhang Yi
1
-4
/
+6
2024-04-25
erofs_buf: store address_space instead of inode
Al Viro
6
-10
/
+9
2024-04-24
mm: support page_mapcount() on page_has_type() pages
Matthew Wilcox (Oracle)
1
-5
/
+2
2024-04-24
fs: ecryptfs: replace deprecated strncpy with strscpy
Justin Stitt
2
-23
/
+7
2024-04-24
hfsplus: refactor copy_name to not use strncpy
Justin Stitt
1
-12
/
+10
2024-04-24
reiserfs: replace deprecated strncpy with scnprintf
Justin Stitt
1
-10
/
+3
2024-04-24
binfmt_elf_fdpic: fix /proc/<pid>/auxv
Max Filippov
1
-46
/
+39
[prev]
[next]