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-19
bcachefs: Fix bch2_trans_put()
Kent Overstreet
1
-3
/
+8
2024-06-19
bcachefs: set_worker_desc() for delete_dead_snapshots
Kent Overstreet
1
-0
/
+2
2024-06-19
bcachefs: Fix bch2_sb_downgrade_update()
Kent Overstreet
1
-1
/
+1
2024-06-19
bcachefs: Handle cached data LRU wraparound
Kent Overstreet
1
-5
/
+41
2024-06-19
bcachefs: Guard against overflowing LRU_TIME_BITS
Kent Overstreet
6
-12
/
+32
2024-06-19
bcachefs: delete_dead_snapshots() doesn't need to go RW
Kent Overstreet
1
-7
/
+0
2024-06-19
bcachefs: Fix early init error path in journal code
Kent Overstreet
1
-0
/
+3
2024-06-19
bcachefs: Check for invalid btree IDs
Kent Overstreet
2
-2
/
+12
2024-06-19
bcachefs: Fix btree ID bitmasks
Kent Overstreet
2
-10
/
+11
2024-06-19
bcachefs: Fix shift overflow in read_one_super()
Kent Overstreet
1
-3
/
+4
2024-06-19
bcachefs: Fix a locking bug in the do_discard_fast() path
Kent Overstreet
1
-1
/
+1
2024-06-19
bcachefs: Fix array-index-out-of-bounds
Kent Overstreet
3
-3
/
+8
2024-06-19
bcachefs: Fix initialization order for srcu barrier
Kent Overstreet
1
-1
/
+1
2024-06-19
exec: Add KUnit test for bprm_stack_limits()
Kees Cook
3
-0
/
+134
2024-06-19
cifs: fix typo in module parameter enable_gcm_256
Steve French
1
-1
/
+1
2024-06-19
binfmt_elf: Honor PT_LOAD alignment for static PIE
Kees Cook
1
-5
/
+37
2024-06-19
binfmt_elf: Calculate total_size earlier
Kees Cook
1
-25
/
+27
2024-06-19
vfs: link_path_walk: do '.' and '..' detection while hashing
Linus Torvalds
1
-22
/
+46
2024-06-19
vfs: link_path_walk: clarify and improve name hashing interface
Linus Torvalds
1
-8
/
+12
2024-06-19
vfs: link_path_walk: simplify name hash flow
Linus Torvalds
1
-16
/
+13
2024-06-19
runtime constants: add default dummy infrastructure
Linus Torvalds
1
-1
/
+10
2024-06-19
vfs: dcache: move hashlen_hash() from callers into d_hash()
Linus Torvalds
1
-4
/
+4
2024-06-19
pstore/ramoops: Add ramoops.mem_name= command line option
Steven Rostedt (Google)
1
-0
/
+14
2024-06-19
iomap: don't increase i_size in iomap_write_end()
Zhang Yi
1
-24
/
+29
2024-06-19
xfs: reserve blocks for truncating large realtime inode
Zhang Yi
1
-1
/
+14
2024-06-19
iomap: Optimize iomap_read_folio
Ritesh Harjani (IBM)
1
-1
/
+19
2024-06-18
cifs: drop the incorrect assertion in cifs_swap_rw()
Barry Song
1
-2
/
+0
2024-06-18
vfs: generate FS_CREATE before FS_OPEN when ->atomic_open used.
NeilBrown
2
-9
/
+23
2024-06-18
fs: don't misleadingly warn during thaw operations
Christian Brauner
1
-1
/
+10
2024-06-18
f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtie
Zhiguo Niu
1
-8
/
+16
2024-06-18
f2fs: clean up set REQ_RAHEAD given rac
Jaegeuk Kim
3
-8
/
+13
2024-06-18
f2fs: enable atgc dynamically if conditions are met
Zhiguo Niu
3
-3
/
+26
2024-06-17
Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-86
/
+137
2024-06-17
pstore: platform: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-17
fs/configfs: Add a callback to determine attribute visibility
Tom Lendacky
1
-0
/
+10
2024-06-17
NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()
Lorenzo Bianconi
3
-42
/
+11
2024-06-17
xfs: fix unlink vs cluster buffer instantiation race
Dave Chinner
1
-4
/
+19
2024-06-16
Merge tag 'char-misc-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+3
2024-06-15
Merge tag 'xfs-6.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-3
/
+4
2024-06-15
Merge tag '6.10-rc3-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
4
-20
/
+25
2024-06-15
ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()
Joseph Qi
3
-82
/
+131
2024-06-15
ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()
Joseph Qi
1
-4
/
+6
2024-06-14
ovl: fix encoding fid for lower only root
Miklos Szeredi
1
-1
/
+5
2024-06-13
btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes
Johannes Thumshirn
1
-1
/
+3
2024-06-13
btrfs: retry block group reclaim without infinite loop
Boris Burkov
1
-2
/
+9
2024-06-13
Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
4
-31
/
+77
2024-06-13
dlm: add rcu_barrier before destroy kmem cache
Alexander Aring
1
-0
/
+2
2024-06-13
hostfs: Add const qualifier to host_root in hostfs_fill_super()
Nathan Chancellor
1
-1
/
+1
2024-06-13
bcachefs: remove now spurious i_state initialization
Mateusz Guzik
1
-1
/
+0
2024-06-13
xfs: remove now spurious i_state initialization in xfs_inode_alloc
Mateusz Guzik
1
-2
/
+1
[prev]
[next]