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
2022-12-09
udf: Fix extending file within last block
Jan Kara
1
-15
/
+17
2022-12-09
udf: Discard preallocation before extending file with a hole
Jan Kara
1
-28
/
+18
2022-12-09
udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
Jan Kara
1
-1
/
+2
2022-12-09
udf: Fix preallocation discarding at indirect extent boundary
Jan Kara
1
-32
/
+13
2022-12-05
udf: Increase UDF_MAX_READ_VERSION to 0x0260
Bartosz Taudul
1
-1
/
+5
2022-11-28
fs/ext2: Fix code indentation
Rong Tao
2
-7
/
+7
2022-11-28
ext2: unbugger ext2_empty_dir()
Al Viro
1
-1
/
+1
2022-11-21
udf: remove ->writepage
Christoph Hellwig
1
-6
/
+1
2022-11-21
ext2: remove ->writepage
Christoph Hellwig
1
-6
/
+0
2022-11-21
ext2: Don't flush page immediately for DIRSYNC directories
Jan Kara
1
-16
/
+21
2022-11-11
ext2: Fix some kernel-doc warnings
Bo Liu
1
-1
/
+1
2022-10-24
udf: Avoid double brelse() in udf_rename()
Shigeru Yoshida
1
-4
/
+4
2022-10-24
fs: udf: Optimize udf_free_in_core_inode and udf_find_fileset function
Li zeming
1
-2
/
+2
2022-10-21
Merge tag 'efi-fixes-for-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-16
/
+0
2022-10-21
Merge tag '6.1-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
11
-32
/
+68
2022-10-21
Merge tag 'nfsd-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2
-2
/
+4
2022-10-21
Merge tag 'mm-hotfixes-stable-2022-10-20' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-13
/
+12
2022-10-21
efi: efivars: Fix variable writes without query_variable_store()
Ard Biesheuvel
1
-16
/
+0
2022-10-20
mm: /proc/pid/smaps_rollup: fix maple tree search
Hugh Dickins
1
-1
/
+1
2022-10-20
ocfs2: clear dinode links count in case of error
Joseph Qi
1
-2
/
+10
2022-10-20
ocfs2: fix BUG when iput after ocfs2_mknod fails
Joseph Qi
1
-10
/
+1
2022-10-19
cifs: update internal module number
Steve French
1
-2
/
+2
2022-10-19
cifs: fix memory leaks in session setup
Paulo Alcantara
1
-8
/
+7
2022-10-19
cifs: drop the lease for cached directories on rmdir or rename
Ronnie Sahlberg
3
-0
/
+27
2022-10-19
smb3: interface count displayed incorrectly
Steve French
1
-1
/
+2
2022-10-18
Merge tag 'for-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-25
/
+87
2022-10-18
cifs: Fix memory leak when build ntlmssp negotiate blob failed
Zhang Xiaoxu
1
-1
/
+1
2022-10-18
cifs: set rc to -ENOENT if we can not get a dentry for the cached dir
Ronnie Sahlberg
1
-2
/
+4
2022-10-18
cifs: use LIST_HEAD() and list_move() to simplify code
Yang Yingliang
1
-8
/
+4
2022-10-18
cifs: Fix xid leak in cifs_get_file_info_unix()
Zhang Xiaoxu
1
-2
/
+4
2022-10-18
cifs: Fix xid leak in cifs_ses_add_channel()
Zhang Xiaoxu
1
-0
/
+1
2022-10-18
cifs: Fix xid leak in cifs_flock()
Zhang Xiaoxu
1
-4
/
+7
2022-10-18
cifs: Fix xid leak in cifs_copy_file_range()
Zhang Xiaoxu
1
-2
/
+5
2022-10-18
cifs: Fix xid leak in cifs_create()
Zhang Xiaoxu
1
-2
/
+4
2022-10-17
erofs: protect s_inodes with s_inode_list_lock for fscache
Dawei Li
1
-0
/
+3
2022-10-17
erofs: fix up inplace decompression success rate
Gao Xiang
1
-5
/
+4
2022-10-17
erofs: shouldn't churn the mapping page for duplicated copies
Gao Xiang
2
-8
/
+6
2022-10-17
erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()
Yue Hu
1
-12
/
+10
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
23
-48
/
+45
2022-10-16
Merge tag '6.1-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
23
-726
/
+922
2022-10-15
smb3: improve SMB3 change notification support
Steve French
6
-13
/
+90
2022-10-15
cifs: lease key is uninitialized in two additional functions when smb1
Steve French
1
-2
/
+2
2022-10-15
cifs: lease key is uninitialized in smb1 paths
Steve French
1
-1
/
+1
2022-10-15
smb3: must initialize two ACL struct fields to zero
Steve French
1
-1
/
+2
2022-10-15
cifs: fix double-fault crash during ntlmssp
Paulo Alcantara
1
-7
/
+9
2022-10-14
Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-25
/
+45
2022-10-14
Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+4
2022-10-14
cifs: fix static checker warning
Paulo Alcantara
1
-1
/
+1
2022-10-13
Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
5
-9
/
+54
[next]