index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-22
nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_map
Deepanshu Kartikey
1
-0
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
5
-7
/
+7
2026-02-09
Merge tag 'nilfs2-v7.0-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/nilfs2
Linus Torvalds
1
-0
/
+4
2026-01-12
nilfs2: add setlease file operation
Jeff Layton
2
-1
/
+4
2025-12-22
nilfs2: Fix potential block overflow that cause system hang
Edward Adam Davis
1
-0
/
+4
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-25
/
+10
2025-12-01
Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
5
-9
/
+9
2025-11-27
Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be able
Andrew Morton
1
-1
/
+6
2025-11-12
nilfs2: replace vmalloc + copy_from_user with vmemdup_user
Thorsten Blum
1
-25
/
+10
2025-11-09
nilfs2: avoid having an active sc_timer before freeing sci
Edward Adam Davis
1
-1
/
+6
2025-11-05
fs: inline current_umask() and move it to fs_struct.h
Mateusz Guzik
1
-0
/
+1
2025-10-20
nilfs2: use the new ->i_state accessors
Mateusz Guzik
5
-9
/
+9
2025-09-21
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
2
-6
/
+6
2025-09-13
mm: introduce memdesc_flags_t
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-09-13
nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/*
Nathan Chancellor
2
-6
/
+6
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-4
/
+4
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-4
/
+4
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-6
/
+7
2025-07-19
nilfs2: reject invalid file types when reading inodes
Ryusuke Konishi
1
-1
/
+8
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-3
/
+5
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
2
-4
/
+4
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
2
-3
/
+2
2025-06-19
fs: replace mmap hook with .mmap_prepare for simple mappings
Lorenzo Stoakes
1
-4
/
+4
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-21
nilfs2: remove wbc->for_reclaim handling
Christoph Hellwig
3
-19
/
+0
2025-05-11
nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()
Ryusuke Konishi
1
-1
/
+3
2025-05-11
nilfs2: add pointer check for nilfs_direct_propagate()
Wentao Liang
1
-0
/
+3
2025-05-07
nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()
Ryusuke Konishi
1
-3
/
+0
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
2025-02-01
nilfs2: fix possible int overflows in nilfs_fiemap()
Nikita Zhandarovich
1
-3
/
+3
2025-01-24
nilfs2: do not update mtime of renamed directory that is not moved
Ryusuke Konishi
1
-7
/
+9
2025-01-24
nilfs2: handle errors that nilfs_prepare_chunk() may return
Ryusuke Konishi
3
-19
/
+27
2025-01-24
nilfs2: revise the return value description style for consistency.
Ryusuke Konishi
7
-13
/
+23
2025-01-24
nilfs2: add missing return value kernel-doc descriptions
Ryusuke Konishi
14
-7
/
+160
2025-01-24
nilfs2: correct return value kernel-doc descriptions for the rest
Ryusuke Konishi
6
-90
/
+50
2025-01-24
nilfs2: correct return value kernel-doc descriptions for metadata files
Ryusuke Konishi
4
-105
/
+77
2025-01-24
nilfs2: correct return value kernel-doc descriptions for sufile
Ryusuke Konishi
2
-73
/
+45
2025-01-24
nilfs2: correct return value kernel-doc descriptions for bmap functions
Ryusuke Konishi
2
-73
/
+54
2025-01-24
nilfs2: correct return value kernel-doc descriptions for ioctl functions
Ryusuke Konishi
1
-136
/
+95
2025-01-24
nilfs2: protect access to buffers with no active references
Ryusuke Konishi
1
-1
/
+3
2025-01-24
nilfs2: do not force clear folio if buffer is referenced
Ryusuke Konishi
1
-4
/
+27
2024-12-18
nilfs2: fix buffer head leaks in calls to truncate_inode_pages()
Ryusuke Konishi
4
-1
/
+8
2024-12-18
nilfs2: prevent use of deleted inode
Edward Adam Davis
2
-1
/
+12
2024-12-05
nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()
Ryusuke Konishi
1
-1
/
+1
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
14
-441
/
+485
2024-11-18
Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-11
/
+11
2024-11-11
nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint
Ryusuke Konishi
4
-6
/
+2
[next]