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-04-17
btrfs: use an efficient way to represent source of duplicated stripes
Qu Wenruo
4
-113
/
+115
2023-04-17
btrfs: reduce type width of btrfs_io_contexts
Qu Wenruo
2
-12
/
+58
2023-04-17
btrfs: simplify the bioc argument for handle_ops_on_dev_replace()
Qu Wenruo
1
-4
/
+2
2023-04-17
btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32
Qu Wenruo
4
-42
/
+62
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
5
-60
/
+66
2023-04-17
btrfs: move all btree inode initialization into btrfs_init_btree_inode
Christoph Hellwig
1
-7
/
+14
2023-04-17
btrfs: switch search_file_offset_in_bio to return bool
Anand Jain
1
-4
/
+4
2023-04-17
btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sums
Anand Jain
1
-5
/
+4
2023-04-17
btrfs: open code btrfs_csum_ptr
Johannes Thumshirn
1
-8
/
+2
2023-04-17
btrfs: raid56: no need for irqsafe locking
Christoph Hellwig
1
-28
/
+22
2023-04-17
btrfs: abort the transaction if we get an error during snapshot drop
Josef Bacik
1
-0
/
+2
2023-04-17
btrfs: handle errors in walk_down_tree properly
Josef Bacik
1
-4
/
+4
2023-04-17
btrfs: drop root refs properly when orphan cleanup fails
Josef Bacik
1
-2
/
+2
2023-04-17
btrfs: add missing iputs on orphan cleanup failure
Josef Bacik
1
-1
/
+4
2023-04-17
btrfs: handle errors from btrfs_read_node_slot in split
Josef Bacik
1
-27
/
+26
2023-04-17
btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slot
Josef Bacik
1
-1
/
+1
2023-04-17
btrfs: use btrfs_handle_fs_error in btrfs_fill_super
Josef Bacik
1
-0
/
+1
2023-04-16
Merge tag '6.3-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbd
Linus Torvalds
1
-9
/
+14
2023-04-15
Merge tag '6.3-rc6-smb311-client-negcontext-fix' of git://git.samba.org/sfren...
Linus Torvalds
1
-10
/
+31
2023-04-15
cifs: fix negotiate context parsing
David Disseldorp
1
-10
/
+31
2023-04-13
ksmbd: avoid out of bounds access in decode_preauth_ctxt()
David Disseldorp
1
-9
/
+14
2023-04-12
netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
David Howells
1
-1
/
+1
2023-04-11
Merge tag 'for-6.3-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+16
2023-04-10
Merge tag '9p-6.3-fixes-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+5
2023-04-08
Merge tag '6.3-rc5-smb3-cifs-client-fixes' of git://git.samba.org/sfrench/cif...
Linus Torvalds
4
-8
/
+12
2023-04-08
Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...
Linus Torvalds
6
-12
/
+59
2023-04-07
Merge tag '6.3-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
8
-79
/
+140
2023-04-06
cifs: double lock in cifs_reconnect_tcon()
Dan Carpenter
1
-1
/
+1
2023-04-06
btrfs: fix fast csum implementation detection
Christoph Hellwig
2
-2
/
+14
2023-04-06
btrfs: restore the thread_pool= behavior in remount for the end I/O workqueues
Christoph Hellwig
1
-0
/
+2
2023-04-05
nilfs2: fix sysfs interface lifetime
Ryusuke Konishi
2
-5
/
+9
2023-04-05
nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad field
Tetsuo Handa
2
-0
/
+2
2023-04-05
nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
Ryusuke Konishi
1
-2
/
+1
2023-04-05
fsdax: force clear dirty mark if CoW
Shiyang Ruan
1
-0
/
+37
2023-04-05
cifs: sanitize paths in cifs_update_super_prepath.
Thiago Rafael Becker
3
-7
/
+11
2023-04-04
Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
4
-10
/
+11
2023-04-04
NFSD: callback request does not use correct credential for AUTH_SYS
Dai Ngo
1
-2
/
+2
2023-04-04
NFS: Remove "select RPCSEC_GSS_KRB5
Chuck Lever
1
-1
/
+0
2023-04-03
Merge tag 'vfs.misc.fixes.v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2023-04-02
ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr
Namjae Jeon
4
-37
/
+111
2023-04-02
ksmbd: delete asynchronous work from list
Namjae Jeon
4
-20
/
+28
2023-04-02
Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-26
/
+107
2023-04-01
Merge tag '6.3-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-10
/
+26
2023-03-31
nfsd: call op_release, even when op_func returns an error
Jeff Layton
2
-6
/
+6
2023-03-31
NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL
Chuck Lever
1
-1
/
+3
2023-03-31
Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-3
/
+2
2023-03-31
fs: drop peer group ids under namespace lock
Christian Brauner
1
-1
/
+1
2023-03-30
cifs: get rid of dead check in smb2_reconnect()
Paulo Alcantara
1
-1
/
+0
2023-03-30
cifs: prevent infinite recursion in CIFSGetDFSRefer()
Paulo Alcantara
1
-2
/
+7
2023-03-30
cifs: avoid races in parallel reconnects in smb1
Paulo Alcantara
1
-6
/
+15
[next]