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
2023-02-09
btrfs: lock the inode in shared mode before starting fiemap
Filipe Manana
1
-0
/
+2
2023-02-09
ext4: don't show commit interval if it is zero
Wang Jianjian
1
-1
/
+1
2023-02-09
ext4: use ext4_fc_tl_mem in fast-commit replay path
Eric Biggers
1
-18
/
+26
2023-02-09
ext4: improve xattr consistency checking and error reporting
Theodore Ts'o
1
-46
/
+80
2023-02-09
udf: Avoid directory type conversion failure due to ENOMEM
Jan Kara
1
-3
/
+6
2023-02-08
coda: Avoid partial allocation of sig_inputArgs
Kees Cook
1
-1
/
+1
2023-02-07
fscrypt: clean up fscrypt_add_test_dummy_key()
Eric Biggers
3
-22
/
+11
2023-02-07
fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()
Eric Biggers
1
-1
/
+0
2023-02-07
f2fs: stop calling fscrypt_add_test_dummy_key()
Eric Biggers
1
-6
/
+0
2023-02-07
ext4: stop calling fscrypt_add_test_dummy_key()
Eric Biggers
1
-12
/
+1
2023-02-07
fscrypt: add the test dummy encryption key on-demand
Eric Biggers
3
-4
/
+25
2023-02-07
f2fs: fix to set ipu policy
Yangtao Li
3
-5
/
+29
2023-02-07
f2fs: fix typos in comments
Jinyoung CHOI
7
-14
/
+14
2023-02-07
f2fs: fix kernel crash due to null io->bio
Jaegeuk Kim
1
-0
/
+4
2023-02-07
f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_un...
Yangtao Li
3
-38
/
+33
2023-02-07
f2fs: add sysfs nodes to set last_age_weight
qixiaoyu1
3
-6
/
+21
2023-02-07
ceph: flush cap releases when the session is flushed
Xiubo Li
1
-0
/
+6
2023-02-07
udf: Use unsigned variables for size calculations
Kees Cook
1
-2
/
+3
2023-02-07
fanotify,audit: Allow audit to use the full permission event response
Richard Guy Briggs
1
-1
/
+2
2023-02-07
fanotify: define struct members to hold response decision context
Richard Guy Briggs
3
-22
/
+73
2023-02-07
fanotify: Ensure consistent variable type for response
Richard Guy Briggs
2
-4
/
+4
2023-02-07
udf: remove reporting loc in debug output
Tom Rix
1
-2
/
+2
2023-02-07
udf: Check consistency of Space Bitmap Descriptor
Vladislav Efanov
1
-4
/
+27
2023-02-06
cifs: Fix use-after-free in rdata->read_into_pages()
ZhaoLong Wang
1
-2
/
+2
2023-02-06
btrfs: simplify update of last_dir_index_offset when logging a directory
Filipe Manana
2
-8
/
+17
2023-02-06
Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-8
/
+20
2023-02-05
f2fs: fix f2fs_show_options to show nogc_merge mount option
Yangtao Li
1
-0
/
+2
2023-02-05
f2fs: fix cgroup writeback accounting with fs-layer encryption
Eric Biggers
1
-3
/
+3
2023-02-05
f2fs: fix wrong calculation of block age
qixiaoyu1
1
-3
/
+10
2023-02-05
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-24
/
+24
2023-02-05
xfs: don't use BMBT btree split workers for IO completion
Dave Chinner
1
-2
/
+16
2023-02-05
xfs: fix confusing variable names in xfs_refcount_item.c
Darrick J. Wong
1
-27
/
+27
2023-02-05
xfs: pass refcount intent directly through the log intent code
Darrick J. Wong
4
-103
/
+74
2023-02-05
xfs: fix confusing variable names in xfs_rmap_item.c
Darrick J. Wong
1
-39
/
+40
2023-02-05
xfs: pass rmap space mapping directly through the log intent code
Darrick J. Wong
3
-66
/
+55
2023-02-05
xfs: fix confusing xfs_extent_item variable names
Darrick J. Wong
2
-51
/
+51
2023-02-05
xfs: pass xfs_extent_free_item directly through the log intent code
Darrick J. Wong
1
-25
/
+30
2023-02-05
xfs: fix confusing variable names in xfs_bmap_item.c
Darrick J. Wong
1
-28
/
+28
2023-02-05
xfs: pass the xfs_bmbt_irec directly through the log intent code
Darrick J. Wong
3
-72
/
+46
2023-02-05
xfs: use strscpy() to instead of strncpy()
Xu Panda
1
-3
/
+1
2023-02-05
kbuild: remove --include-dir MAKEFLAG from top Makefile
Masahiro Yamada
1
-1
/
+1
2023-02-03
revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"
Andrew Morton
1
-1
/
+1
2023-02-03
fsdax: dax_unshare_iter() should return a valid length
Shiyang Ruan
1
-2
/
+3
2023-02-03
aio: fix mremap after fork null-deref
Seth Jenkins
1
-0
/
+4
2023-02-03
Merge tag 'ceph-for-6.2-rc7' of https://github.com/ceph/ceph-client
Linus Torvalds
6
-10
/
+103
2023-02-03
Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...
Linus Torvalds
6
-10
/
+8
2023-02-03
splice: use bvec_set_page to initialize a bvec
Christoph Hellwig
1
-3
/
+2
2023-02-03
orangefs: use bvec_set_{page,folio} to initialize bvecs
Christoph Hellwig
1
-15
/
+7
2023-02-03
nfs: use bvec_set_page to initialize bvecs
Christoph Hellwig
1
-10
/
+6
2023-02-03
coredump: use bvec_set_page to initialize a bvec
Christoph Hellwig
1
-5
/
+2
[prev]
[next]