summaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)Author
5 daysRemove excl arg to ->create inode_operationNeilBrown
6 daysnilfs2: drop redundant S_IFDIR from mkdirJori Koolstra
2026-06-16Merge tag 'nilfs2-v7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-04nilfs2: Convert nilfs_mdt_submit_block to bh_submit()Matthew Wilcox (Oracle)
2026-06-04nilfs2: Convert nilfs_gccache_submit_read_data to bh_submit()Matthew Wilcox (Oracle)
2026-06-04nilfs2: Convert nilfs_btnode_submit_block to bh_submit()Matthew Wilcox (Oracle)
2026-05-27nilfs2: replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)
2026-05-20nilfs2: Fix return in nilfs_mkdirHongling Zeng
2026-05-08nilfs2: fix backing_dev_info reference leakShuangpeng Bai
2026-05-04nilfs2: reject CLEAN_SEGMENTS ioctl with out-of-range segment numbersDeepanshu Kartikey
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-13Merge tag 'nilfs2-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-03-31nilfs2: reject zero bd_oblocknr in nilfs_ioctl_mark_blocks_dirty()Deepanshu Kartikey
2026-03-30nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_mapDeepanshu Kartikey
2026-03-17nilfs2: fix 64-bit division operations in nilfs_bmap_find_target_in_group()Jeff Layton
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-09Merge tag 'nilfs2-v7.0-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-12nilfs2: add setlease file operationJeff Layton
2025-12-22nilfs2: Fix potential block overflow that cause system hangEdward Adam Davis
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton
2025-11-12nilfs2: replace vmalloc + copy_from_user with vmemdup_userThorsten Blum
2025-11-09nilfs2: avoid having an active sc_timer before freeing sciEdward Adam Davis
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik
2025-10-20nilfs2: use the new ->i_state accessorsMateusz Guzik
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-09-13nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/*Nathan Chancellor
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-19nilfs2: reject invalid file types when reading inodesRyusuke Konishi
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-21nilfs2: remove wbc->for_reclaim handlingChristoph Hellwig
2025-05-11nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()Ryusuke Konishi
2025-05-11nilfs2: add pointer check for nilfs_direct_propagate()Wentao Liang
2025-05-07nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()Ryusuke Konishi
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-01nilfs2: fix possible int overflows in nilfs_fiemap()Nikita Zhandarovich