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-05-30
NFSv4.1 enforce rootpath check in fs_location query
Olga Kornievskaia
1
-1
/
+22
2024-05-30
NFS: abort nfs_atomic_open_v23 if name is too long.
NeilBrown
1
-0
/
+3
2024-05-30
fs/file: fix the check in find_next_fd()
Yuntao Wang
1
-2
/
+2
2024-05-29
bcachefs: Fix failure to return error on misaligned dio write
Kent Overstreet
1
-1
/
+3
2024-05-29
Revert "vfs: Delete the associated dentry when deleting a file"
Linus Torvalds
1
-7
/
+8
2024-05-29
Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linux
Linus Torvalds
1
-2
/
+7
2024-05-29
Merge patch series "cachefiles: some bugfixes and cleanups for ondemand reque...
Christian Brauner
3
-56
/
+169
2024-05-29
cachefiles: make on-demand read killable
Baokun Li
1
-12
/
+28
2024-05-29
cachefiles: flush all requests after setting CACHEFILES_DEAD
Baokun Li
2
-1
/
+4
2024-05-29
cachefiles: Set object to close if ondemand_id < 0 in copen
Zizhi Wo
1
-1
/
+6
2024-05-29
cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
Baokun Li
1
-20
/
+33
2024-05-29
cachefiles: never get a new anonymous fd if ondemand_id is valid
Baokun Li
1
-6
/
+28
2024-05-29
cachefiles: add spin_lock for cachefiles_ondemand_info
Baokun Li
2
-1
/
+35
2024-05-29
cachefiles: add consistency check for copen/cread
Baokun Li
1
-7
/
+20
2024-05-29
cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()
Baokun Li
1
-29
/
+16
2024-05-29
cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
Baokun Li
1
-0
/
+3
2024-05-29
cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
Baokun Li
2
-4
/
+20
2024-05-29
cachefiles: remove requests from xarray during flushing requests
Baokun Li
1
-0
/
+1
2024-05-28
bcachefs: Don't return -EROFS from mount on inconsistency error
Kent Overstreet
1
-2
/
+10
2024-05-28
bcachefs: Fix uninitialized var warning
Kent Overstreet
2
-2
/
+2
2024-05-28
bcachefs: Split out sb-errors_format.h
Kent Overstreet
3
-292
/
+297
2024-05-28
bcachefs: Split out journal_seq_blacklist_format.h
Kent Overstreet
2
-10
/
+16
2024-05-28
bcachefs: Split out replicas_format.h
Kent Overstreet
2
-32
/
+36
2024-05-28
bcachefs: Split out disk_groups_format.h
Kent Overstreet
2
-18
/
+22
2024-05-28
bcachefs: split out sb-downgrade_format.h
Kent Overstreet
2
-13
/
+18
2024-05-28
bcachefs: split out sb-members_format.h
Kent Overstreet
2
-101
/
+111
2024-05-28
bcachefs: Better fsck error message for key version
Kent Overstreet
1
-4
/
+5
2024-05-28
bcachefs: btree_gc can now handle unknown btrees
Kent Overstreet
5
-73
/
+55
2024-05-28
bcachefs: add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-28
bcachefs: Fix setting of downgrade recovery passes/errors
Kent Overstreet
1
-9
/
+3
2024-05-28
bcachefs: Run check_key_has_snapshot in snapshot_delete_keys()
Kent Overstreet
3
-24
/
+29
2024-05-28
bcachefs: Refactor delete_dead_snapshots()
Kent Overstreet
1
-40
/
+25
2024-05-28
bcachefs: Fix locking assert
Kent Overstreet
1
-5
/
+5
2024-05-28
bcachefs: Fix lookup_first_inode() when inode_generations are present
Kent Overstreet
1
-14
/
+10
2024-05-28
bcachefs: Plumb bkey into __btree_err()
Kent Overstreet
1
-40
/
+45
2024-05-28
btrfs: ensure fast fsync waits for ordered extents after a write failure
Filipe Manana
3
-0
/
+57
2024-05-28
debugfs: continue to ignore unknown mount options
Christian Brauner
1
-1
/
+9
2024-05-27
xfs: Add cond_resched to block unmap range and reflink remap path
Ritesh Harjani (IBM)
2
-0
/
+2
2024-05-27
Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-13
/
+28
2024-05-27
netfs, 9p: Fix race between umount and async request completion
David Howells
4
-0
/
+8
2024-05-27
xfs: don't open-code u64_to_user_ptr
Darrick J. Wong
2
-7
/
+2
2024-05-27
xfs: allow symlinks with short remote targets
Darrick J. Wong
1
-4
/
+24
2024-05-27
xfs: fix xfs_init_attr_trans not handling explicit operation codes
Darrick J. Wong
3
-25
/
+35
2024-05-27
xfs: drop xfarray sortinfo folio on error
Darrick J. Wong
1
-3
/
+6
2024-05-27
xfs: Stop using __maybe_unused in xfs_alloc.c
John Garry
1
-4
/
+2
2024-05-27
xfs: Clear W=1 warning in xfs_iwalk_run_callbacks()
John Garry
1
-3
/
+2
2024-05-27
fs: smb: common: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-05-26
bcachefs: Use copy_folio_from_iter_atomic()
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-05-26
bcachefs: Fix sb-downgrade validation
Kent Overstreet
1
-3
/
+10
2024-05-26
bcachefs: Fix debug assert
Kent Overstreet
1
-1
/
+1
[prev]
[next]