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-09-01
nilfs2: remove sc_timer_task
Ryusuke Konishi
2
-4
/
+1
2024-09-01
nilfs2: do not repair reserved inode bitmap in nilfs_new_inode()
Ryusuke Konishi
1
-13
/
+0
2024-09-01
nilfs2: eliminate the shared counter and spinlock for i_generation
Ryusuke Konishi
3
-15
/
+2
2024-09-01
nilfs2: separate inode type information from i_state field
Ryusuke Konishi
4
-46
/
+28
2024-09-01
nilfs2: use the BITS_PER_LONG macro
Ryusuke Konishi
1
-3
/
+2
2024-09-01
nilfs2: use common implementation of file type
Huang Xiaojia
1
-39
/
+5
2024-09-01
nfs make use of str_false_true helper
Hongbo Li
1
-6
/
+5
2024-09-01
nilfs2: do not propagate ENOENT error from nilfs_sufile_mark_dirty()
Ryusuke Konishi
1
-1
/
+8
2024-09-01
nilfs2: do not propagate ENOENT error from sufile during GC
Ryusuke Konishi
1
-8
/
+56
2024-09-01
nilfs2: do not propagate ENOENT error from sufile during recovery
Ryusuke Konishi
1
-1
/
+10
2024-09-01
nilfs2: treat missing cpfile header block as metadata corruption
Ryusuke Konishi
1
-10
/
+12
2024-09-01
nilfs2: treat missing sufile header block as metadata corruption
Ryusuke Konishi
1
-5
/
+18
2024-09-01
ocfs2: use max() to improve ocfs2_dlm_seq_show()
Thorsten Blum
1
-5
/
+2
2024-09-01
ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()
qasdev
1
-2
/
+2
2024-09-01
ocfs2: fix unexpected zeroing of virtual disk
Chi Zhiling
1
-1
/
+1
2024-09-01
ocfs2: remove custom swap functions in favor of built-in sort swap
Kuan-Wei Chiu
3
-33
/
+7
2024-09-01
nilfs2: fix missing initial short descriptions of kernel-doc comments
Ryusuke Konishi
4
-39
/
+32
2024-09-01
nilfs2: fix inconsistencies in kernel-doc comments in segment.h
Ryusuke Konishi
1
-3
/
+4
2024-09-01
nilfs2: describe the members of nilfs_bmap_operations structure
Ryusuke Konishi
1
-1
/
+14
2024-09-01
nilfs2: add missing description of nilfs_btree_path structure
Ryusuke Konishi
1
-0
/
+1
2024-09-01
nilfs2: fix incorrect kernel-doc declaration of nilfs_palloc_req structure
Ryusuke Konishi
1
-1
/
+1
2024-09-01
nilfs2: improve kernel-doc comments for b-tree node helpers
Ryusuke Konishi
1
-9
/
+54
2024-09-01
nilfs2: add missing argument descriptions for ioctl-related helpers
Ryusuke Konishi
1
-2
/
+15
2024-09-01
nilfs2: add missing argument description for __nilfs_error()
Ryusuke Konishi
1
-0
/
+4
2024-09-01
nilfs2: do not output warnings when clearing dirty buffers
Ryusuke Konishi
4
-23
/
+10
2024-09-01
nilfs2: add support for FS_IOC_SETFSLABEL
Ryusuke Konishi
1
-0
/
+65
2024-09-01
nilfs2: add support for FS_IOC_GETFSLABEL
Ryusuke Konishi
2
-0
/
+39
2024-09-01
nilfs2: add support for FS_IOC_GETFSSYSFSPATH
Ryusuke Konishi
1
-0
/
+1
2024-09-01
nilfs2: add support for FS_IOC_GETUUID
Ryusuke Konishi
1
-0
/
+3
2024-09-01
fs/procfs: remove build ID-related code duplication in PROCMAP_QUERY
Andrii Nakryiko
1
-15
/
+0
2024-09-01
ocfs2: fix the la space leak when unmounting an ocfs2 volume
Heming Zhao
1
-0
/
+19
2024-09-01
Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-45
/
+93
2024-09-01
Merge tag 'bcachefs-2024-08-21' of https://github.com/koverstreet/bcachefs
Linus Torvalds
5
-116
/
+68
2024-08-31
bcachefs: Mark more errors as autofix
Kent Overstreet
1
-5
/
+5
2024-08-31
bcachefs: Revert lockless buffered IO path
Kent Overstreet
2
-110
/
+40
2024-09-01
Merge tag 'nfsd-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-2
/
+9
2024-09-01
Merge tag 'xfs-6.11-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
6
-48
/
+114
2024-08-30
nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease
NeilBrown
1
-2
/
+9
2024-08-30
Merge tag 'execve-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+3
2024-08-30
dcache: keep dentry_hashtable or d_hash_shift even when not used
Stephen Brennan
1
-2
/
+7
2024-08-28
cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
David Howells
1
-2
/
+14
2024-08-29
Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
4
-24
/
+49
2024-08-29
Merge tag 'for-6.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-22
/
+27
2024-08-28
cifs: Fix copy offload to flush destination region
David Howells
1
-17
/
+4
2024-08-28
netfs, cifs: Fix handling of short DIO read
David Howells
2
-10
/
+20
2024-08-28
cifs: Fix lack of credit renegotiation on read retry
David Howells
6
-16
/
+55
2024-08-28
Merge tag 'v6.11-rc5-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-27
/
+43
2024-08-27
btrfs: fix uninitialized return value from btrfs_reclaim_sweep()
Filipe Manana
2
-13
/
+6
2024-08-27
xfs: reset rootdir extent size hint after growfsrt
Darrick J. Wong
1
-0
/
+40
2024-08-27
xfs: take m_growlock when running growfsrt
Darrick J. Wong
1
-13
/
+25
[next]