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-09-01
nilfs2: do not propagate ENOENT error from sufile during GC
Ryusuke Konishi
1
-8
/
+56
2024-09-01
nilfs2: do not propagate ENOENT error from sufile during recovery
Ryusuke Konishi
1
-1
/
+10
2024-09-01
nilfs2: treat missing cpfile header block as metadata corruption
Ryusuke Konishi
1
-10
/
+12
2024-09-01
nilfs2: treat missing sufile header block as metadata corruption
Ryusuke Konishi
1
-5
/
+18
2024-09-01
ocfs2: use max() to improve ocfs2_dlm_seq_show()
Thorsten Blum
1
-5
/
+2
2024-09-01
ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()
qasdev
1
-2
/
+2
2024-09-01
ocfs2: fix unexpected zeroing of virtual disk
Chi Zhiling
1
-1
/
+1
2024-09-01
ocfs2: remove custom swap functions in favor of built-in sort swap
Kuan-Wei Chiu
3
-33
/
+7
2024-09-01
nilfs2: fix missing initial short descriptions of kernel-doc comments
Ryusuke Konishi
4
-39
/
+32
2024-09-01
nilfs2: fix inconsistencies in kernel-doc comments in segment.h
Ryusuke Konishi
1
-3
/
+4
2024-09-01
nilfs2: describe the members of nilfs_bmap_operations structure
Ryusuke Konishi
1
-1
/
+14
2024-09-01
nilfs2: add missing description of nilfs_btree_path structure
Ryusuke Konishi
1
-0
/
+1
2024-09-01
nilfs2: fix incorrect kernel-doc declaration of nilfs_palloc_req structure
Ryusuke Konishi
1
-1
/
+1
2024-09-01
nilfs2: improve kernel-doc comments for b-tree node helpers
Ryusuke Konishi
1
-9
/
+54
2024-09-01
nilfs2: add missing argument descriptions for ioctl-related helpers
Ryusuke Konishi
1
-2
/
+15
2024-09-01
nilfs2: add missing argument description for __nilfs_error()
Ryusuke Konishi
1
-0
/
+4
2024-09-01
nilfs2: do not output warnings when clearing dirty buffers
Ryusuke Konishi
4
-23
/
+10
2024-09-01
nilfs2: add support for FS_IOC_SETFSLABEL
Ryusuke Konishi
1
-0
/
+65
2024-09-01
nilfs2: add support for FS_IOC_GETFSLABEL
Ryusuke Konishi
2
-0
/
+39
2024-09-01
nilfs2: add support for FS_IOC_GETFSSYSFSPATH
Ryusuke Konishi
1
-0
/
+1
2024-09-01
nilfs2: add support for FS_IOC_GETUUID
Ryusuke Konishi
1
-0
/
+3
2024-09-01
fs/procfs: remove build ID-related code duplication in PROCMAP_QUERY
Andrii Nakryiko
1
-15
/
+0
2024-09-01
ocfs2: fix the la space leak when unmounting an ocfs2 volume
Heming Zhao
1
-0
/
+19
2024-09-01
mm: remove PG_error
Matthew Wilcox (Oracle)
1
-1
/
+0
2024-09-01
mm/hugetlb: remove hugetlb_follow_page_mask() leftover
David Hildenbrand
1
-9
/
+2
2024-09-01
mm: move vma_shrink(), vma_expand() to internal header
Lorenzo Stoakes
1
-75
/
+6
2024-09-01
userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
Lorenzo Stoakes
1
-149
/
+11
2024-09-01
mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
David Hildenbrand
1
-0
/
+4
2024-09-01
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
1
-1
/
+1
2024-09-01
nilfs2: fix state management in error path of log writing function
Ryusuke Konishi
1
-4
/
+6
2024-09-01
nilfs2: fix missing cleanup on rollforward recovery error
Ryusuke Konishi
1
-2
/
+33
2024-09-01
nilfs2: protect references to superblock parameters exposed in sysfs
Ryusuke Konishi
1
-10
/
+33
2024-09-01
bcachefs: fix rebalance accounting
Kent Overstreet
1
-1
/
+1
2024-09-01
xfs: standardize the btree maxrecs function parameters
Darrick J. Wong
14
-33
/
+40
2024-09-01
xfs: replace shouty XFS_BM{BT,DR} macros
Darrick J. Wong
9
-122
/
+198
2024-09-01
xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
Darrick J. Wong
1
-5
/
+5
2024-09-01
xfs: fix FITRIM reporting again
Darrick J. Wong
1
-1
/
+1
2024-09-01
xfs: fix C++ compilation errors in xfs_fs.h
Darrick J. Wong
1
-2
/
+3
2024-09-01
xfs: refactor loading quota inodes in the regular case
Darrick J. Wong
4
-36
/
+81
2024-09-01
xfs: move xfs_ioc_getfsmap out of xfs_ioctl.c
Darrick J. Wong
3
-136
/
+134
2024-09-01
xfs: rearrange xfs_fsmap.c a little bit
Darrick J. Wong
1
-134
/
+134
2024-09-01
xfs: replace m_rsumsize with m_rsumblocks
Christoph Hellwig
7
-25
/
+19
2024-09-01
xfs: remove xfs_{rtbitmap,rtsummary}_wordcount
Christoph Hellwig
2
-38
/
+0
2024-09-01
xfs: add xchk_setup_nothing and xchk_nothing helpers
Darrick J. Wong
2
-40
/
+18
2024-09-01
xfs: make the rtalloc start hint a xfs_rtblock_t
Christoph Hellwig
1
-7
/
+11
2024-09-01
xfs: factor out a xfs_rtallocate_align helper
Christoph Hellwig
1
-34
/
+59
2024-09-01
xfs: rework the rtalloc fallback handling
Christoph Hellwig
1
-35
/
+34
2024-09-01
xfs: factor out a xfs_rtallocate helper
Christoph Hellwig
1
-31
/
+50
2024-09-01
xfs: clean up the ISVALID macro in xfs_bmap_adjacent
Christoph Hellwig
1
-24
/
+33
2024-09-01
xfs: simplify xfs_rtalloc_query_range
Christoph Hellwig
4
-41
/
+30
[prev]
[next]