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-06-24
ocfs2: add bounds checking to ocfs2_xattr_find_entry()
Ferry Meng
1
-4
/
+8
2024-06-24
nfs: drop the incorrect assertion in nfs_swap_rw()
Christoph Hellwig
1
-2
/
+0
2024-06-24
ocfs2: fix DIO failure due to insufficient transaction credits
Jan Kara
4
-0
/
+26
2024-06-24
/proc/pid/smaps: add mseal info for vma
Jeff Xu
1
-0
/
+3
2024-06-25
btrfs: qgroup: fix quota root leak after quota disable failure
Filipe Manana
1
-2
/
+2
2024-06-25
btrfs: scrub: handle RST lookup error correctly
Qu Wenruo
1
-10
/
+14
2024-06-25
btrfs: zoned: fix initial free space detection
Naohiro Aota
1
-1
/
+1
2024-06-25
btrfs: use NOFS context when getting inodes during logging and log replay
Filipe Manana
1
-15
/
+28
2024-06-24
f2fs: remove redundant sanity check in sanity_check_inode()
Chao Yu
1
-4
/
+0
2024-06-24
ftruncate: pass a signed offset
Arnd Bergmann
1
-2
/
+2
2024-06-23
bcachefs: Add missing bch2_journal_do_writes() call
Kent Overstreet
1
-0
/
+7
2024-06-23
bcachefs: Fix null ptr deref in journal_pins_to_text()
Kent Overstreet
1
-0
/
+5
2024-06-23
Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
5
-32
/
+27
2024-06-23
bcachefs: Add missing recalc_capacity() call
Kent Overstreet
1
-0
/
+1
2024-06-23
bcachefs: Fix btree_trans list ordering
Kent Overstreet
2
-11
/
+34
2024-06-23
bcachefs: Fix race between trans_put() and btree_transactions_read()
Kent Overstreet
2
-16
/
+13
2024-06-23
bcachefs: Make btree_deadlock_to_text() clearer
Kent Overstreet
1
-23
/
+29
2024-06-23
bcachefs: fix seqmutex_relock()
Kent Overstreet
2
-13
/
+6
2024-06-22
bcachefs: Fix freeing of error pointers
Kent Overstreet
1
-3
/
+6
2024-06-22
Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
3
-42
/
+11
2024-06-22
Merge tag 'xfs-6.10-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-4
/
+19
2024-06-22
Merge tag 'bcachefs-2024-06-22' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
25
-353
/
+464
2024-06-21
f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid
Jaegeuk Kim
1
-0
/
+1
2024-06-21
Merge tag 'ovl-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-5
/
+9
2024-06-21
ELF: fix kernel.randomize_va_space double read
Alexey Dobriyan
1
-2
/
+3
2024-06-21
bcachefs: Move the ei_flags setting to after initialization
Youling Tang
1
-5
/
+3
2024-06-21
bcachefs: Fix a UAF after write_super()
Kent Overstreet
1
-2
/
+2
2024-06-21
bcachefs: Use bch2_print_string_as_lines for long err
Kent Overstreet
1
-5
/
+8
2024-06-21
bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()
Kent Overstreet
1
-2
/
+10
2024-06-21
bcachefs: Replace bare EEXIST with private error codes
Kent Overstreet
5
-8
/
+12
2024-06-21
bcachefs: Fix missing alloc_data_type_set()
Kent Overstreet
1
-1
/
+3
2024-06-21
hfsplus: fix to avoid false alarm of circular locking
Chao Yu
3
-16
/
+29
2024-06-21
Improve readability of copy_tree
Jemmy
1
-28
/
+31
2024-06-21
vfs: shave a branch in getname_flags
Mateusz Guzik
1
-11
/
+20
2024-06-20
unicode: add MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-06-20
unicode: make utf8 test count static
Ben Dooks
1
-2
/
+2
2024-06-20
block: Add atomic write support for statx
Prasad Singamsetty
1
-7
/
+9
2024-06-20
fs: Add initial atomic write support info to statx
Prasad Singamsetty
1
-0
/
+34
2024-06-20
fs: Initial atomic write support
Prasad Singamsetty
3
-6
/
+22
2024-06-20
cifs: Move the 'pid' from the subreq to the req
David Howells
4
-15
/
+10
2024-06-20
cifs: Only pick a channel once per read request
David Howells
2
-11
/
+4
2024-06-20
cifs: Defer read completion
David Howells
1
-3
/
+12
2024-06-20
Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-3
/
+12
2024-06-20
gfs2: Revert "check for no eligible quota changes"
Andreas Gruenbacher
1
-20
/
+0
2024-06-20
gfs2: Be more careful with the quota sync generation
Andreas Gruenbacher
1
-8
/
+19
2024-06-20
gfs2: Get rid of some unnecessary quota locking
Andreas Gruenbacher
3
-28
/
+27
2024-06-20
bcachefs: fix alignment of VMA for memory mapped files on THP
Youling Tang
1
-0
/
+1
2024-06-20
bcachefs: Fix safe errors by default
Kent Overstreet
5
-289
/
+308
2024-06-20
udf: Fix bogus checksum computation in udf_rename()
Jan Kara
1
-2
/
+0
2024-06-20
openpromfs: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
[prev]
[next]