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-12-12
eventfs: Fix events beyond NAME_MAX blocking tasks
Beau Belgrave
1
-0
/
+4
2023-11-22
eventfs: Make sure that parent->d_inode is locked in creating files/dirs
Steven Rostedt (Google)
1
-0
/
+4
2023-11-22
eventfs: Do not allow NULL parent to eventfs_start_creating()
Steven Rostedt (Google)
1
-9
/
+4
2023-11-22
eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()
Steven Rostedt (Google)
1
-14
/
+2
2023-11-22
eventfs: Use GFP_NOFS for allocation when eventfs_mutex is held
Steven Rostedt (Google)
1
-2
/
+2
2023-11-20
eventfs: Do not invalidate dentry in create_file/dir_dentry()
Steven Rostedt (Google)
1
-13
/
+6
2023-11-20
eventfs: Remove expectation that ei->is_freed means ei->dentry == NULL
Steven Rostedt (Google)
1
-10
/
+12
2023-11-18
Merge tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
9
-43
/
+91
2023-11-18
Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
4
-41
/
+66
2023-11-18
Merge tag '6.7-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-14
/
+23
2023-11-17
Merge tag 'bcachefs-2023-11-17' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
27
-377
/
+248
2023-11-17
NFSD: Fix checksum mismatches in the duplicate reply cache
Chuck Lever
3
-24
/
+54
2023-11-17
NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()
Chuck Lever
1
-1
/
+3
2023-11-17
NFSD: Update nfsd_cache_append() to use xdr_stream
Chuck Lever
1
-15
/
+8
2023-11-17
nfsd: fix file memleak on client_opens_release
Mahmoud Adam
1
-1
/
+1
2023-11-17
Merge tag 'ovl-fixes-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-7
/
+6
2023-11-16
bcachefs: Fix missing locking for dentry->d_parent access
Kent Overstreet
1
-0
/
+9
2023-11-14
bcachefs: six locks: Fix lost wakeup
Kent Overstreet
1
-2
/
+5
2023-11-14
bcachefs: Fix no_data_io mode checksum check
Kent Overstreet
1
-1
/
+1
2023-11-14
bcachefs: Fix bch2_check_nlinks() for snapshots
Kent Overstreet
1
-1
/
+1
2023-11-14
bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=y
Kent Overstreet
1
-4
/
+0
2023-11-14
bcachefs: Disable debug log statements
Kent Overstreet
1
-0
/
+7
2023-11-14
bcachefs: Fix missing transaction commit
Kent Overstreet
1
-2
/
+4
2023-11-14
bcachefs: Fix error path in bch2_mount()
Kent Overstreet
1
-7
/
+1
2023-11-14
bcachefs: Fix potential sleeping during mount
Daniel J Blueman
1
-0
/
+2
2023-11-14
bcachefs: Fix iterator leak in may_delete_deleted_inode()
Kent Overstreet
1
-1
/
+1
2023-11-14
bcachefs: Kill journal pre-reservations
Kent Overstreet
11
-275
/
+19
2023-11-14
cifs: fix lock ordering while disabling multichannel
Shyam Prasad N
1
-9
/
+13
2023-11-14
cifs: fix leak of iface for primary channel
Shyam Prasad N
1
-0
/
+6
2023-11-14
ovl: fix memory leak in ovl_parse_param()
Amir Goldstein
1
-6
/
+5
2023-11-14
ovl: fix misformatted comment
Amir Goldstein
1
-1
/
+1
2023-11-13
bcachefs: Check for nonce offset inconsistency in data_update path
Kent Overstreet
1
-0
/
+28
2023-11-13
bcachefs: Make sure to drop/retake btree locks before reclaim
Kent Overstreet
1
-6
/
+42
2023-11-13
bcachefs: btree_trans->write_locked
Kent Overstreet
2
-36
/
+50
2023-11-13
bcachefs: Run btree key cache shrinker less aggressively
Kent Overstreet
2
-4
/
+23
2023-11-13
bcachefs: Split out btree_key_cache_types.h
Kent Overstreet
2
-26
/
+31
2023-11-13
bcachefs: Guard against insufficient devices to create stripes
Kent Overstreet
1
-2
/
+14
2023-11-13
bcachefs: Fix null ptr deref in bch2_backpointer_get_node()
Kent Overstreet
1
-5
/
+5
2023-11-13
bcachefs: Fix multiple -Warray-bounds warnings
Gustavo A. R. Silva
1
-1
/
+1
2023-11-13
bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war...
Gustavo A. R. Silva
1
-1
/
+1
2023-11-13
bcachefs: Use correct fgf_t type as function argument
Kent Overstreet
2
-2
/
+2
2023-11-13
bcachefs: make bch2_target_to_text_sb static
Jiapeng Chong
1
-1
/
+1
2023-11-13
cifs: fix check of rc in function generate_smb3signingkey
Ekaterina Esina
1
-3
/
+2
2023-11-13
cifs: spnego: add ';' in HOST_KEY_LEN
Anastasia Belova
1
-2
/
+2
2023-11-13
Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
11
-33
/
+53
2023-11-13
xfs: recovery should not clear di_flushiter unconditionally
Dave Chinner
1
-15
/
+17
2023-11-13
xfs: inode recovery does not validate the recovered inode
Dave Chinner
2
-1
/
+16
2023-11-13
xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS
Anthony Iliopoulos
1
-1
/
+1
2023-11-13
xfs: fix internal error from AGFL exhaustion
Omar Sandoval
1
-3
/
+24
2023-11-13
xfs: up(ic_sema) if flushing data device fails
Leah Rumancik
1
-11
/
+12
[next]