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-08-21
f2fs: Require FMODE_WRITE for atomic write ioctls
Jann Horn
1
-0
/
+9
2024-08-21
f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITS
Zhiguo Niu
5
-8
/
+8
2024-08-21
erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially fails
Gao Xiang
1
-1
/
+2
2024-08-20
fsverity: expose verified fsverity built-in signatures to LSMs
Fan Wu
1
-1
/
+17
2024-08-20
gfs2: fix double destroy_workqueue error
Julian Sun
2
-1
/
+3
2024-08-20
gfs2: Minor gfs2_glock_cb cleanup
Andreas Gruenbacher
1
-3
/
+5
2024-08-20
zonefs: add support for FS_IOC_GETFSSYSFSPATH
Liao Chen
1
-0
/
+1
2024-08-19
bcachefs: Extra debug for data move path
Kent Overstreet
2
-0
/
+5
2024-08-19
x86: support user address masking instead of non-speculative conditional
Linus Torvalds
1
-1
/
+3
2024-08-19
Merge patch series "Squashfs: Update code to not use page->index"
Christian Brauner
4
-39
/
+76
2024-08-19
Squashfs: Rewrite and update squashfs_readahead_fragment() to not use page->i...
Phillip Lougher
1
-16
/
+50
2024-08-19
Squashfs: Update squashfs_readpage_block() to not use page->index
Phillip Lougher
1
-7
/
+7
2024-08-19
Squashfs: Update squashfs_readahead() to not use page->index
Phillip Lougher
1
-10
/
+6
2024-08-19
Squashfs: Update page_actor to not use page->index
Phillip Lougher
4
-6
/
+13
2024-08-19
percpu-rwsem: remove the unused parameter 'read'
Wang Long
1
-1
/
+1
2024-08-19
coda: use param->file for FSCONFIG_SET_FD
Aleksa Sarai
1
-13
/
+30
2024-08-19
autofs: fix missing fput for FSCONFIG_SET_FD
Aleksa Sarai
1
-2
/
+1
2024-08-19
fs/aio: Fix __percpu annotation of *cpu pointer in struct kioctx
Uros Bizjak
1
-1
/
+1
2024-08-19
mount: handle OOM on mnt_warn_timestamp_expiry
Olaf Hering
1
-3
/
+11
2024-08-19
Fixed: fs: file_table_c: Missing blank line warnings and struct declaration i...
Mohit0404
1
-1
/
+4
2024-08-19
fs/direct-io: Remove linux/prefetch.h include
Youling Tang
1
-6
/
+0
2024-08-19
fs: don't flush in-flight wb switches for superblocks without cgroup writeback
Haifeng Xu
2
-2
/
+7
2024-08-19
fcntl: add F_CREATED_QUERY
Christian Brauner
1
-0
/
+10
2024-08-19
Merge patch series "Finish converting jffs2 to folios"
Christian Brauner
2
-26
/
+23
2024-08-19
jffs2: Use a folio in jffs2_garbage_collect_dnode()
Matthew Wilcox (Oracle)
1
-13
/
+12
2024-08-19
jffs2: Convert jffs2_do_readpage_nolock to take a folio
Matthew Wilcox (Oracle)
1
-13
/
+11
2024-08-19
erofs: allow large folios for compressed files
Gao Xiang
1
-10
/
+8
2024-08-19
erofs: get rid of check_layout_compatibility()
Hongzhen Luo
1
-20
/
+6
2024-08-19
erofs: simplify readdir operation
Hongzhen Luo
2
-24
/
+13
2024-08-18
bcachefs: Fix incorrect gfp flags
Kent Overstreet
1
-1
/
+1
2024-08-18
bcachefs: fix field-spanning write warning
Kent Overstreet
1
-1
/
+2
2024-08-18
bcachefs: Reallocate table when we're increasing size
Kent Overstreet
1
-1
/
+3
2024-08-18
ksmbd: Replace one-element arrays with flexible-array members
Thorsten Blum
2
-4
/
+4
2024-08-18
ksmbd: fix race condition between destroy_previous_session() and smb2 operati...
Namjae Jeon
4
-3
/
+45
2024-08-18
ksmbd: Use unsafe_memcpy() for ntlm_negotiate
Namjae Jeon
1
-2
/
+5
2024-08-18
smb3: fix broken cached reads when posix locks
Steve French
1
-3
/
+1
2024-08-18
Merge tag 'for-6.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-8
/
+86
2024-08-18
fuse: Initialize beyond-EOF page contents before setting uptodate
Jann Horn
1
-2
/
+4
2024-08-17
Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-6
/
+17
2024-08-17
Merge tag 'xfs-6.11-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-2
/
+24
2024-08-17
Merge tag 'bcachefs-2024-08-16' of git://evilpiepirate.org/bcachefs
Linus Torvalds
53
-672
/
+648
2024-08-16
bcachefs: Fix locking in __bch2_trans_mark_dev_sb()
Kent Overstreet
2
-9
/
+10
2024-08-16
btrfs: only enable extent map shrinker for DEBUG builds
Qu Wenruo
1
-1
/
+7
2024-08-16
bcachefs: fix incorrect i_state usage
Kent Overstreet
1
-1
/
+1
2024-08-16
bcachefs: avoid overflowing LRU_TIME_BITS for cached data lru
Kent Overstreet
1
-1
/
+3
2024-08-16
bcachefs: Fix forgetting to pass trans to fsck_err()
Kent Overstreet
1
-1
/
+1
2024-08-16
bcachefs: Increase size of cuckoo hash table on too many rehashes
Kent Overstreet
1
-2
/
+9
2024-08-15
smb: smb2pdu.h: Use static_assert() to check struct sizes
Gustavo A. R. Silva
1
-0
/
+2
2024-08-15
smb3: fix lock breakage for cached writes
Steve French
1
-4
/
+9
2024-08-15
smb/client: avoid possible NULL dereference in cifs_free_subrequest()
Su Hui
1
-2
/
+6
[prev]
[next]