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
2021-06-28
gfs2: Fix do_gfs2_set_flags description
Andreas Gruenbacher
1
-1
/
+1
2021-06-26
NFS: Avoid duplicate resets of attribute cache timeouts
Trond Myklebust
1
-6
/
+1
2021-06-26
NFSv4: Fix handling of non-atomic change attrbute updates
Trond Myklebust
1
-18
/
+15
2021-06-26
NFS: Fix up inode attribute revalidation timeouts
Trond Myklebust
1
-34
/
+16
2021-06-25
xfs: don't wait on future iclogs when pushing the CIL
Dave Chinner
1
-7
/
+28
2021-06-25
smb3: prevent races updating CurrentMid
Steve French
2
-1
/
+4
2021-06-25
xfs: Fix a CIL UAF by getting get rid of the iclog callback lock
Dave Chinner
3
-35
/
+18
2021-06-25
xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacks
Dave Chinner
1
-10
/
+6
2021-06-25
xfs: don't nest icloglock inside ic_callback_lock
Dave Chinner
1
-14
/
+4
2021-06-25
xfs: Initialize error in xfs_attr_remove_iter
Allison Henderson
1
-1
/
+1
2021-06-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2021-06-25
Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-client
Linus Torvalds
4
-17
/
+26
2021-06-25
Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-15
/
+45
2021-06-24
nilfs2: fix memory leak in nilfs_sysfs_delete_device_group
Pavel Skripkin
1
-0
/
+1
2021-06-24
cifs: fix missing spinlock around update to ses->status
Steve French
2
-2
/
+6
2021-06-24
block: pass a gendisk to bdev_disk_changed
Christoph Hellwig
1
-2
/
+2
2021-06-24
block: move bdev_disk_changed
Christoph Hellwig
1
-53
/
+0
2021-06-24
fs: remove bdev_try_to_free_page callback
Zhang Yi
1
-15
/
+0
2021-06-24
ext4: remove bdev_try_to_free_page() callback
Zhang Yi
1
-21
/
+0
2021-06-24
jbd2: simplify journal_clean_one_cp_list()
Zhang Yi
1
-26
/
+4
2021-06-24
jbd2,ext4: add a shrinker to release checkpointed buffers
Zhang Yi
3
-0
/
+242
2021-06-24
jbd2: remove redundant buffer io error checks
Zhang Yi
1
-11
/
+2
2021-06-24
jbd2: don't abort the journal when freeing buffers
Zhang Yi
1
-17
/
+0
2021-06-24
jbd2: ensure abort the journal if detect IO error when writing original buffe...
Zhang Yi
2
-0
/
+26
2021-06-24
jbd2: remove the out label in __jbd2_journal_remove_checkpoint()
Zhang Yi
1
-12
/
+12
2021-06-24
ext4: no need to verify new add extent block
yangerkun
1
-0
/
+1
2021-06-24
jbd2: clean up misleading comments for jbd2_fc_release_bufs
yangerkun
1
-8
/
+0
2021-06-24
ext4: add check to prevent attempting to resize an fs with sparse_super2
Josh Triplett
1
-0
/
+4
2021-06-24
ext4: consolidate checks for resize of bigalloc into ext4_resize_begin
Josh Triplett
2
-14
/
+5
2021-06-24
ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()
Ritesh Harjani
3
-34
/
+9
2021-06-24
ext4: fsmap: fix the block/inode bitmap comment
Ritesh Harjani
1
-2
/
+2
2021-06-24
ext4: fix comment for s_hash_unsigned
Eric Biggers
1
-1
/
+1
2021-06-23
io_uring: Create define to modify a SQPOLL parameter
Olivier Langlois
1
-2
/
+3
2021-06-23
io_uring: Fix race condition when sqp thread goes to sleep
Olivier Langlois
1
-1
/
+1
2021-06-23
cifs: missing null pointer check in cifs_mount
Steve French
1
-1
/
+1
2021-06-23
smb3: fix possible access to uninitialized pointer to DACL
Steve French
1
-1
/
+1
2021-06-23
cifs: missing null check for newinode pointer
Steve French
1
-4
/
+5
2021-06-23
cifs: remove two cases where rc is set unnecessarily in sid_to_id
Steve French
1
-2
/
+0
2021-06-23
SMB3: Add new info level for query directory
Steve French
2
-3
/
+38
2021-06-23
cifs: fix NULL dereference in smb2_check_message()
Dan Carpenter
1
-3
/
+2
2021-06-23
jfs: Avoid field-overflowing memcpy()
Kees Cook
4
-9
/
+24
2021-06-23
jfs: remove unnecessary oom message
Zhen Lei
1
-3
/
+1
2021-06-23
jfs: fix GPF in diFree
Pavel Skripkin
1
-1
/
+2
2021-06-23
vboxsf: Add support for the atomic_open directory-inode op
Hans de Goede
1
-0
/
+48
2021-06-23
vboxsf: Add vboxsf_[create|release]_sf_handle() helpers
Hans de Goede
2
-27
/
+51
2021-06-23
vboxsf: Make vboxsf_dir_create() return the handle for the created file
Hans de Goede
1
-7
/
+11
2021-06-23
vboxsf: Honor excl flag to the dir-inode create op
Hans de Goede
1
-7
/
+9
2021-06-23
f2fs: introduce f2fs_casefolded_name slab cache
Chao Yu
3
-7
/
+40
2021-06-23
f2fs: swap: support migrating swapfile in aligned write mode
Chao Yu
4
-14
/
+101
2021-06-23
f2fs: swap: remove dead codes
Chao Yu
1
-167
/
+1
[prev]
[next]