summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2026-02-09Merge tag 'nilfs2-v7.0-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+4
2026-01-12nilfs2: add setlease file operationJeff Layton-1/+4
2025-12-22nilfs2: Fix potential block overflow that cause system hangEdward Adam Davis-0/+4
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-25/+10
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+9
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton-1/+6
2025-11-12nilfs2: replace vmalloc + copy_from_user with vmemdup_userThorsten Blum-25/+10
2025-11-09nilfs2: avoid having an active sc_timer before freeing sciEdward Adam Davis-1/+6
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik-0/+1
2025-10-20nilfs2: use the new ->i_state accessorsMateusz Guzik-9/+9
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton-6/+6
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)-1/+1
2025-09-13nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/*Nathan Chancellor-6/+6
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+7
2025-07-19nilfs2: reject invalid file types when reading inodesRyusuke Konishi-1/+8
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen-3/+5
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner-4/+4
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)-3/+2
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes-4/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-05-21nilfs2: remove wbc->for_reclaim handlingChristoph Hellwig-19/+0
2025-05-11nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()Ryusuke Konishi-1/+3
2025-05-11nilfs2: add pointer check for nilfs_direct_propagate()Wentao Liang-0/+3
2025-05-07nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()Ryusuke Konishi-3/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown-4/+4
2025-02-01nilfs2: fix possible int overflows in nilfs_fiemap()Nikita Zhandarovich-3/+3
2025-01-24nilfs2: do not update mtime of renamed directory that is not movedRyusuke Konishi-7/+9
2025-01-24nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi-19/+27
2025-01-24nilfs2: revise the return value description style for consistency.Ryusuke Konishi-13/+23
2025-01-24nilfs2: add missing return value kernel-doc descriptionsRyusuke Konishi-7/+160
2025-01-24nilfs2: correct return value kernel-doc descriptions for the restRyusuke Konishi-90/+50
2025-01-24nilfs2: correct return value kernel-doc descriptions for metadata filesRyusuke Konishi-105/+77
2025-01-24nilfs2: correct return value kernel-doc descriptions for sufileRyusuke Konishi-73/+45
2025-01-24nilfs2: correct return value kernel-doc descriptions for bmap functionsRyusuke Konishi-75/+56
2025-01-24nilfs2: correct return value kernel-doc descriptions for ioctl functionsRyusuke Konishi-137/+96
2025-01-24nilfs2: protect access to buffers with no active referencesRyusuke Konishi-1/+3
2025-01-24nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi-4/+27
2024-12-18nilfs2: fix buffer head leaks in calls to truncate_inode_pages()Ryusuke Konishi-1/+8
2024-12-18nilfs2: prevent use of deleted inodeEdward Adam Davis-1/+12
2024-12-05nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()Ryusuke Konishi-1/+1
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-441/+485
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+11
2024-11-11nilfs2: fix null-ptr-deref in block_dirty_buffer tracepointRyusuke Konishi-6/+2
2024-11-11nilfs2: fix null-ptr-deref in block_touch_buffer tracepointRyusuke Konishi-1/+0