index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2024-03-10
bcachefs: Set path->uptodate when no node at level
Kent Overstreet
-2
/
+2
2024-03-10
bcachefs: Correctly validate k->u64s in btree node read path
Kent Overstreet
-6
/
+27
2024-03-10
bcachefs: Fix degraded mode fsck
Kent Overstreet
-18
/
+18
2024-03-10
bcachefs: Fix journal replay with unreadable btree roots
Kent Overstreet
-6
/
+70
2024-03-10
bcachefs: fix check_inode_deleted_list()
Kent Overstreet
-6
/
+3
2024-03-10
bcachefs: no_splitbrain_check option
Kent Overstreet
-8
/
+22
2024-03-10
bcachefs: extent_entry_next_safe()
Kent Overstreet
-3
/
+8
2024-03-10
bcachefs: journal_seq_blacklist_add() now handles entries being added out of ...
Kent Overstreet
-46
/
+22
2024-03-10
bcachefs: Fix null-ptr-deref in bch2_fs_alloc()
Li Zetao
-3
/
+3
2024-02-25
Linux 6.8-rc6
v6.8-rc6
Linus Torvalds
-1
/
+1
2024-02-25
Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
-22
/
+25
2024-02-25
bcachefs: fix bch2_save_backtrace()
Kent Overstreet
-1
/
+1
2024-02-25
Merge tag 'docs-6.8-fixes3' of git://git.lwn.net/linux
Linus Torvalds
-6
/
+10
2024-02-25
Merge tag 'usb-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-26
/
+75
2024-02-25
Merge tag 'tty-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-34
/
+38
2024-02-25
Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-46
/
+112
2024-02-25
Merge tag 'irq_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-10
/
+10
2024-02-25
Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-14
/
+14
2024-02-25
Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-63
/
+88
2024-02-25
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-4
/
+9
2024-02-25
ext4_get_link(): fix breakage in RCU mode
Al Viro
-3
/
+5
2024-02-25
cifs_get_link(): bail out in unsafe case
Al Viro
-0
/
+3
2024-02-25
fuse: fix UAF in rcu pathwalks
Al Viro
-6
/
+13
2024-02-25
procfs: make freeing proc_fs_info rcu-delayed
Al Viro
-1
/
+2
2024-02-25
procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()
Al Viro
-13
/
+8
2024-02-25
nfs: fix UAF on pathwalk running into umount
Al Viro
-3
/
+12
2024-02-25
nfs: make nfs_set_verifier() safe for use in RCU pathwalk
Al Viro
-2
/
+2
2024-02-25
afs: fix __afs_break_callback() / afs_drop_open_mmap() race
Al Viro
-2
/
+6
2024-02-25
hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_info
Al Viro
-3
/
+10
2024-02-25
exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper
Al Viro
-19
/
+16
2024-02-25
affs: free affs_sb_info with kfree_rcu()
Al Viro
-1
/
+2
2024-02-25
rcu pathwalk: prevent bogus hard errors from may_lookup()
Al Viro
-1
/
+5
2024-02-25
fs/super.c: don't drop ->s_user_ns until we free struct super_block itself
Al Viro
-9
/
+4
2024-02-24
bcachefs: Fix check_snapshot() memcpy
Kent Overstreet
-1
/
+1
2024-02-24
bcachefs: Fix bch2_journal_flush_device_pins()
Kent Overstreet
-3
/
+5
2024-02-24
bcachefs: fix iov_iter count underflow on sub-block dio read
Brian Foster
-0
/
+2
2024-02-24
bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btree
Kent Overstreet
-1
/
+3
2024-02-24
bcachefs: Kill __GFP_NOFAIL in buffered read path
Kent Overstreet
-13
/
+8
2024-02-24
bcachefs: fix backpointer_to_text() when dev does not exist
Kent Overstreet
-3
/
+5
2024-02-24
Merge tag 'powerpc-6.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-10
/
+73
2024-02-24
Merge tag 'iommu-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-93
/
+225
2024-02-24
Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-334
/
+289
2024-02-24
Merge tag 'for-6.8/dm-fix-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-8
/
+6
2024-02-24
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
-13
/
+72
2024-02-24
Merge tag 'i2c-for-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+5
2024-02-24
Merge tag 'loongarch-fixes-6.8-3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-98
/
+113
2024-02-24
dm-integrity, dm-verity: reduce stack usage for recheck
Arnd Bergmann
-8
/
+6
2024-02-23
i2c: imx: when being a target, mark the last read as processed
Corey Minyard
-0
/
+5
2024-02-23
Merge tag 'parisc-for-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-18
/
+9
2024-02-23
Merge tag 'arm-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-134
/
+126
[next]