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-03
ext4: avoid use-after-free in ext4_ext_show_leaf()
Baokun Li
1
-5
/
+4
2024-09-03
ext4: fix slab-use-after-free in ext4_split_extent_at()
Baokun Li
1
-1
/
+20
2024-09-03
ext4: prevent partial update of the extents path
Baokun Li
1
-4
/
+27
2024-09-03
ext4: refactor ext4_ext_rm_idx() to index 'path'
Baokun Li
1
-17
/
+15
2024-09-03
ext4: avoid OOB when system.data xattr changes underneath the filesystem
Thadeu Lima de Souza Cascardo
1
-10
/
+21
2024-09-03
ext4: explicitly exit when ext4_find_inline_entry returns an error
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2024-09-03
ext4: return error on ext4_find_inline_entry
Thadeu Lima de Souza Cascardo
1
-3
/
+7
2024-09-03
ext4: ext4_search_dir should return a proper error
Thadeu Lima de Souza Cascardo
1
-5
/
+7
2024-09-03
ext4: check buffer_verified in advance to avoid unneeded ext4_get_group_info()
Kemeng Shi
1
-2
/
+2
2024-09-03
ext4: remove unneeded NULL check of buffer_head in ext4_mark_inode_used()
Kemeng Shi
1
-1
/
+1
2024-09-03
ext4: move checksum length calculation of inode bitmap into ext4_inode_bitmap...
Kemeng Shi
4
-14
/
+13
2024-09-03
ext4: remove dead check in __ext4_new_inode()
Kemeng Shi
1
-3
/
+0
2024-09-03
ext4: avoid negative min_clusters in find_group_orlov()
Kemeng Shi
1
-0
/
+2
2024-09-03
ext4: avoid potential buffer_head leak in __ext4_new_inode()
Kemeng Shi
1
-3
/
+4
2024-09-03
ext4: avoid buffer_head leak in ext4_mark_inode_used()
Kemeng Shi
1
-2
/
+3
2024-09-03
bcachefs: BCH_SB_MEMBER_INVALID
Kent Overstreet
3
-2
/
+9
2024-09-03
Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-9
/
+26
2024-09-03
btrfs: fix race between direct IO write and fsync when using same fd
Filipe Manana
4
-16
/
+16
2024-09-03
netfs, cifs: Improve some debugging bits
David Howells
2
-4
/
+6
2024-09-03
cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3
David Howells
1
-8
/
+46
2024-09-03
cifs: Fix zero_point init on inode initialisation
David Howells
1
-0
/
+2
2024-09-03
smb: client: fix double put of @cfile in smb2_set_path_size()
Paulo Alcantara
1
-0
/
+1
2024-09-03
smb: client: fix double put of @cfile in smb2_rename_path()
Paulo Alcantara
1
-0
/
+2
2024-09-03
fs/ntfs3: Rename ntfs3_setattr into ntfs_setattr
Konstantin Komarov
5
-10
/
+10
2024-09-03
fs/ntfs3: Replace fsparam_flag_no -> fsparam_flag
Konstantin Komarov
1
-27
/
+27
2024-09-03
fs/ntfs3: Add support for the compression attribute
Konstantin Komarov
4
-1
/
+156
2024-09-03
fs/ntfs3: Implement fallocate for compressed files
Konstantin Komarov
2
-11
/
+17
2024-09-03
fs/ntfs3: Make checks in run_unpack more clear
Konstantin Komarov
1
-3
/
+5
2024-09-03
fs/ntfs3: Add rough attr alloc_size check
Konstantin Komarov
1
-0
/
+3
2024-09-03
fs/ntfs3: Stale inode instead of bad
Konstantin Komarov
1
-3
/
+7
2024-09-03
fs/ntfs3: Refactor enum_rstbl to suppress static checker
Konstantin Komarov
1
-2
/
+17
2024-09-03
fs/ntfs3: Fix sparse warning in ni_fiemap
Konstantin Komarov
1
-13
/
+8
2024-09-03
fs/ntfs3: Fix warning possible deadlock in ntfs_set_state
Konstantin Komarov
1
-1
/
+1
2024-09-03
fs/ntfs3: Fix sparse warning for bigendian
Konstantin Komarov
1
-2
/
+1
2024-09-03
fs/ntfs3: Separete common code for file_read/write iter/splice
Konstantin Komarov
1
-40
/
+76
2024-09-03
fs/ntfs3: Optimize large writes into sparse file
Konstantin Komarov
1
-0
/
+36
2024-09-03
fs/ntfs3: Do not call file_modified if collapse range failed
Konstantin Komarov
1
-1
/
+3
2024-09-03
fs/ntfs3: Check if more than chunk-size bytes are written
Andrew Ballance
1
-0
/
+3
2024-09-03
ntfs3: Add bounds checking to mi_enum_attr()
lei lu
1
-13
/
+10
2024-09-03
fs/ntfs3: Use swap() to improve code
Thorsten Blum
1
-2
/
+1
2024-09-03
iomap: make zero range flush conditional on unwritten mappings
Brian Foster
1
-9
/
+54
2024-09-03
iomap: fix handling of dirty folios over unwritten extents
Brian Foster
2
-10
/
+10
2024-09-03
iomap: add a private argument for iomap_file_buffered_write
Josef Bacik
4
-4
/
+5
2024-09-03
iomap: remove set_memor_ro() on zero page
Luis Chamberlain
1
-3
/
+0
2024-09-03
xfs: enable block size larger than page size support
Pankaj Raghav
5
-11
/
+32
2024-09-03
xfs: ensure st_blocks never goes to zero during COW writes
Christoph Hellwig
2
-0
/
+18
2024-09-03
xfs: use xas_for_each_marked in xfs_reclaim_inodes_count
Christoph Hellwig
2
-29
/
+9
2024-09-03
xfs: convert perag lookup to xarray
Christoph Hellwig
4
-52
/
+35
2024-09-03
xfs: simplify tagged perag iteration
Christoph Hellwig
2
-40
/
+35
2024-09-03
xfs: move the tagged perag lookup helpers to xfs_icache.c
Christoph Hellwig
3
-62
/
+58
[prev]
[next]