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-05-28
fs: cramfs: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-28
fs: hfs: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-28
fs: hpfs: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-28
qnx4: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-28
qnx6: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-28
fs: sysv: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-28
fs: efs: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-28
fs: minix: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-28
ovl: fix copy-up in tmpfile
Miklos Szeredi
1
-4
/
+4
2024-05-27
jfs: Remove use of folio error flag
Matthew Wilcox (Oracle)
1
-22
/
+25
2024-05-27
jfs: Change metapage->page to metapage->folio
Matthew Wilcox (Oracle)
3
-22
/
+22
2024-05-27
jfs: Convert force_metapage to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+8
2024-05-27
jfs: Convert inc_io to take a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2024-05-27
jfs: Convert page_to_mp to folio_to_mp
Matthew Wilcox (Oracle)
1
-10
/
+12
2024-05-27
jfs; Convert __invalidate_metapages to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+6
2024-05-27
jfs: Convert dec_io to take a folio
Matthew Wilcox (Oracle)
1
-15
/
+17
2024-05-27
xfs: Add cond_resched to block unmap range and reflink remap path
Ritesh Harjani (IBM)
2
-0
/
+2
2024-05-27
Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-13
/
+28
2024-05-27
fs: fsconfig: intercept non-new mount API in advance for FSCONFIG_CMD_CREATE_...
Hongbo Li
1
-4
/
+1
2024-05-27
fs: remove accidental overflow during wraparound check
Justin Stitt
1
-2
/
+6
2024-05-27
netfs, 9p: Fix race between umount and async request completion
David Howells
4
-0
/
+8
2024-05-27
xfs: don't open-code u64_to_user_ptr
Darrick J. Wong
2
-7
/
+2
2024-05-27
xfs: allow symlinks with short remote targets
Darrick J. Wong
1
-4
/
+24
2024-05-27
xfs: fix xfs_init_attr_trans not handling explicit operation codes
Darrick J. Wong
3
-25
/
+35
2024-05-27
xfs: drop xfarray sortinfo folio on error
Darrick J. Wong
1
-3
/
+6
2024-05-27
xfs: Stop using __maybe_unused in xfs_alloc.c
John Garry
1
-4
/
+2
2024-05-27
xfs: Clear W=1 warning in xfs_iwalk_run_callbacks()
John Garry
1
-3
/
+2
2024-05-27
fs: smb: common: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-05-26
bcachefs: Use copy_folio_from_iter_atomic()
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-05-26
bcachefs: Fix sb-downgrade validation
Kent Overstreet
1
-3
/
+10
2024-05-26
bcachefs: Fix debug assert
Kent Overstreet
1
-1
/
+1
2024-05-25
Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
5
-6
/
+32
2024-05-25
Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-15
/
+57
2024-05-25
Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
5
-13
/
+425
2024-05-25
Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...
Linus Torvalds
13
-154
/
+98
2024-05-25
Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-9
/
+18
2024-05-25
Merge tag 'jffs2-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-35
/
+26
2024-05-25
afs: Don't cross .backup mountpoint from backup volume
Marc Dionne
1
-0
/
+5
2024-05-24
cifs: Fix missing set of remote_i_size
David Howells
2
-3
/
+4
2024-05-24
cifs: Fix smb3_insert_range() to move the zero_point
David Howells
1
-0
/
+1
2024-05-24
mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again
Yuanyuan Zhong
1
-2
/
+7
2024-05-24
nilfs2: fix potential hang in nilfs_detach_log_writer()
Ryusuke Konishi
1
-3
/
+18
2024-05-24
nilfs2: fix unexpected freezing of nilfs_segctor_sync()
Ryusuke Konishi
1
-4
/
+13
2024-05-24
nilfs2: fix use-after-free of timer for log writer thread
Ryusuke Konishi
1
-6
/
+19
2024-05-24
Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
5
-12
/
+45
2024-05-24
Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-88
/
+65
2024-05-24
nfs: don't invalidate dentries on transient errors
Scott Mayhew
1
-14
/
+13
2024-05-24
nfs: Avoid flushing many pages with NFS_FILE_SYNC
Jan Kara
1
-0
/
+5
2024-05-24
Merge tag 'bcachefs-2024-05-24' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
15
-57
/
+96
2024-05-24
Merge tag 'trace-tracefs-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-155
/
+116
[prev]
[next]