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-04-05
ecryptfs: Fix buffer size for tag 66 packet
Brian Kubisiak
1
-1
/
+3
2024-04-05
fs/writeback: remove unnecessary return in writeback_inodes_sb
Kemeng Shi
1
-1
/
+1
2024-04-05
fs/writeback: correct comment of __wakeup_flusher_threads_bdi
Kemeng Shi
1
-2
/
+1
2024-04-05
fs/writeback: only calculate dirtied_before when b_io is empty
Kemeng Shi
1
-12
/
+13
2024-04-05
fs/writeback: remove unused parameter wb of finish_writeback_work
Kemeng Shi
1
-4
/
+3
2024-04-05
fs/writeback: bail out if there is no more inodes for IO and queued once
Kemeng Shi
1
-2
/
+5
2024-04-05
aio: Fix null ptr deref in aio_complete() wakeup
Kent Overstreet
1
-1
/
+1
2024-04-05
bcachefs: Fix rebalance from durability=0 device
Kent Overstreet
1
-4
/
+13
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
80
-1184
/
+2772
2024-04-04
nfs: Handle error of rpc_proc_register() in nfs_net_init().
Kuniyuki Iwashima
1
-1
/
+6
2024-04-04
Merge tag 'bcachefs-2024-04-03' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
39
-494
/
+1869
2024-04-04
bcachefs: Print shutdown journal sequence number
Kent Overstreet
1
-0
/
+5
2024-04-04
bcachefs: Further improve btree_update_to_text()
Kent Overstreet
2
-55
/
+48
2024-04-04
bcachefs: Move btree_updates to debugfs
Kent Overstreet
2
-9
/
+42
2024-04-04
bcachefs: Bump limit in btree_trans_too_many_iters()
Kent Overstreet
2
-1
/
+15
2024-04-04
bcachefs: Make snapshot_is_ancestor() safe
Kent Overstreet
1
-6
/
+13
2024-04-04
ext2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Ritesh Harjani (IBM)
2
-3
/
+7
2024-04-04
fsnotify: optimize the case of no permission event watchers
Amir Goldstein
2
-3
/
+30
2024-04-04
fsnotify: use an enum for group priority constants
Amir Goldstein
1
-6
/
+5
2024-04-04
fsnotify: lazy attach fsnotify_sb_info state to sb
Amir Goldstein
3
-5
/
+52
2024-04-04
fsnotify: create helper fsnotify_update_sb_watchers()
Amir Goldstein
1
-14
/
+22
2024-04-04
fsnotify: pass object pointer and type to fsnotify mark helpers
Amir Goldstein
3
-99
/
+47
2024-04-04
fanotify: merge two checks regarding add of ignore mark
Amir Goldstein
1
-18
/
+17
2024-04-04
fsnotify: create a wrapper fsnotify_find_inode_mark()
Amir Goldstein
3
-5
/
+5
2024-04-04
fsnotify: create helpers to get sb and connp from object
Amir Goldstein
2
-0
/
+30
2024-04-04
fsnotify: rename fsnotify_{get,put}_sb_connectors()
Amir Goldstein
2
-32
/
+39
2024-04-03
bcachefs: create debugfs dir for each btree
Thomas Bertschinger
1
-15
/
+15
2024-04-03
smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in smb2_is_network_name_deleted()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in is_valid_oplock_break()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in smb2_is_valid_oplock_break()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in smb2_is_valid_lease_break()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in cifs_stats_proc_show()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in cifs_stats_proc_write()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in cifs_dump_full_key()
Paulo Alcantara
1
-1
/
+5
2024-04-03
smb: client: fix potential UAF in cifs_debug_files_proc_show()
Paulo Alcantara
2
-0
/
+12
2024-04-03
smb3: retrying on failed server close
Ritvik Budhiraja
7
-17
/
+85
2024-04-03
bcachefs: reconstruct_inode()
Kent Overstreet
1
-2
/
+50
2024-04-03
bcachefs: Subvolume reconstruction
Kent Overstreet
1
-19
/
+148
2024-04-03
bcachefs: Check for extents that point to same space
Kent Overstreet
2
-8
/
+168
2024-04-03
bcachefs: Reconstruct missing snapshot nodes
Kent Overstreet
6
-6
/
+199
2024-04-03
bcachefs: Flag btrees with missing data
Kent Overstreet
6
-5
/
+44
2024-04-03
bcachefs: Topology repair now uses nodes found by scanning to fill holes
Kent Overstreet
2
-107
/
+199
2024-04-03
bcachefs: Repair pass for scanning for btree nodes
Kent Overstreet
12
-51
/
+605
2024-04-03
bcachefs: Don't skip fake btree roots in fsck
Kent Overstreet
1
-3
/
+0
2024-04-03
bcachefs: bch2_btree_root_alloc() -> bch2_btree_root_alloc_fake()
Kent Overstreet
3
-7
/
+7
2024-04-03
bcachefs: Etyzinger cleanups
Kent Overstreet
7
-182
/
+285
2024-04-03
bcachefs: bch2_shoot_down_journal_keys()
Kent Overstreet
3
-10
/
+35
2024-04-03
bcachefs: Clear recovery_passes_required as they complete without errors
Kent Overstreet
3
-12
/
+43
2024-04-03
Merge tag 'vboxsf-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ha...
Linus Torvalds
3
-7
/
+6
[prev]
[next]