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-08-21
btrfs: add comments for btrfs_map_block()
Qu Wenruo
1
-0
/
+39
2023-08-21
btrfs: remove redundant initialization of variables in log_new_ancestors
Colin Ian King
1
-2
/
+2
2023-08-21
btrfs: scrub: remove redundant division of stripe_nr
Colin Ian King
1
-1
/
+0
2023-08-21
btrfs: zoned: use vcalloc instead of for vzalloc in btrfs_get_dev_zone_info
Julia Lawall
1
-2
/
+2
2023-08-21
super: make locking naming consistent
Christian Brauner
3
-17
/
+17
2023-08-21
super: use locking helpers
Christian Brauner
1
-48
/
+78
2023-08-21
fs: simplify invalidate_inodes
Christoph Hellwig
3
-17
/
+4
2023-08-21
fs: remove get_super
Christoph Hellwig
1
-37
/
+0
2023-08-21
block: call into the file system for ioctl BLKFLSBUF
Christoph Hellwig
1
-0
/
+13
2023-08-21
block: call into the file system for bdev_mark_dead
Christoph Hellwig
1
-2
/
+6
2023-08-21
block: consolidate __invalidate_device and fsync_bdev
Christoph Hellwig
1
-2
/
+2
2023-08-21
fuse: invalidate dentry on EEXIST creates or ENOENT deletes
Jiachen Zhang
1
-4
/
+7
2023-08-21
fuse: cache btime
Miklos Szeredi
4
-8
/
+40
2023-08-21
fuse: implement statx
Miklos Szeredi
3
-7
/
+107
2023-08-20
smb: client: reduce stack usage in smb2_query_reparse_point()
Paulo Alcantara
1
-17
/
+18
2023-08-20
smb: client: reduce stack usage in smb2_query_info_compound()
Paulo Alcantara
1
-14
/
+16
2023-08-20
smb: client: reduce stack usage in smb2_set_ea()
Paulo Alcantara
3
-47
/
+37
2023-08-20
smb: client: reduce stack usage in smb_send_rqst()
Paulo Alcantara
1
-12
/
+17
2023-08-20
smb: client: reduce stack usage in cifs_demultiplex_thread()
Paulo Alcantara
1
-2
/
+2
2023-08-20
smb: client: reduce stack usage in cifs_try_adding_channels()
Paulo Alcantara
1
-27
/
+41
2023-08-20
smb: cilent: set reparse mount points as automounts
Paulo Alcantara
4
-172
/
+194
2023-08-20
smb: client: query reparse points in older dialects
Paulo Alcantara
1
-0
/
+2
2023-08-20
smb: client: do not query reparse points twice on symlinks
Paulo Alcantara
4
-161
/
+55
2023-08-20
smb: client: parse reparse point flag in create response
Paulo Alcantara
5
-95
/
+174
2023-08-20
smb: client: get rid of dfs code dep in namespace.c
Paulo Alcantara
7
-72
/
+57
2023-08-20
smb: client: get rid of dfs naming in automount code
Paulo Alcantara
6
-30
/
+30
2023-08-20
smb: client: rename cifs_dfs_ref.c to namespace.c
Paulo Alcantara
2
-1
/
+1
2023-08-20
smb: client: make smb2_compound_op() return resp buffer on success
Paulo Alcantara
1
-26
/
+26
2023-08-20
smb: client: move some params to cifs_open_info_data
Paulo Alcantara
5
-66
/
+77
2023-08-20
smb: client: ensure to try all targets when finding nested links
Paulo Alcantara
5
-128
/
+255
2023-08-20
smb: client: introduce DFS_CACHE_TGT_LIST()
Paulo Alcantara
4
-8
/
+12
2023-08-20
fsverity: skip PKCS#7 parser when keyring is empty
Eric Biggers
1
-0
/
+16
2023-08-19
Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-62
/
+113
2023-08-19
NFSv4: fix out path in __nfs4_get_acl_uncached
Fedor Pchelkin
1
-3
/
+2
2023-08-19
NFSv4.2: fix error handling in nfs42_proc_getxattr
Fedor Pchelkin
1
-3
/
+2
2023-08-19
NFS: Fix sysfs server name memory leak
Benjamin Coddington
1
-1
/
+3
2023-08-19
fs/dcache: Replace printk and WARN_ON by WARN
Anh Tuan Phan
1
-2
/
+1
2023-08-19
fs/pipe: remove redundant initialization of pointer buf
Colin Ian King
1
-1
/
+1
2023-08-19
fs: Fix kernel-doc warnings
Matthew Wilcox (Oracle)
6
-15
/
+29
2023-08-19
devpts: Fix kernel-doc warnings
Matthew Wilcox (Oracle)
1
-5
/
+5
2023-08-18
Revert "f2fs: do not issue small discard commands during checkpoint"
Chao Yu
1
-1
/
+1
2023-08-18
pstore: Fix kernel-doc warning
Matthew Wilcox (Oracle)
1
-6
/
+4
2023-08-18
fs: ocfs2: namei: check return value of ocfs2_add_entry()
Artem Chernyshev
1
-0
/
+4
2023-08-18
efs: clean up -Wunused-const-variable= warning
Zhu Wang
1
-4
/
+1
2023-08-18
ocfs2: cluster: fix potential deadlock on &o2net_debug_lock
Chengfeng Ye
1
-20
/
+20
2023-08-18
ocfs2: cluster: fix potential deadlock on &qs->qs_lock
Chengfeng Ye
1
-13
/
+13
2023-08-18
ocfs2: use regular seq_show_option for osb_cluster_stack
Kees Cook
1
-2
/
+1
2023-08-18
ocfs2: Use struct_size()
Christophe JAILLET
1
-3
/
+3
2023-08-18
ocfs2: use flexible array in 'struct ocfs2_recovery_map'
Christophe JAILLET
2
-5
/
+2
2023-08-18
fs: hfsplus: make extend error rate limited
Colin Ian King
1
-3
/
+3
[prev]
[next]