summaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)Author
3 daysMerge tag 'nilfs2-v7.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
3 daysMerge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
10 daysnilfs2: standardize the inode number type to u64Ryusuke Konishi
10 daysnilfs2: enhance btree node keys checkWang Jianjian
14 daysnilfs2: suppress false positive WARN_ONs for sufile after an FS errorRyusuke Konishi
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-28nilfs2: fix BUG in nilfs_copy_dirty_pages() on dirty state mismatchRyusuke Konishi
2026-07-28nilfs2: prevent out-of-bounds read in super root block parsingDavid Lee
2026-07-28nilfs2: fix infinite loop in nilfs_clean_segments()Joshua Crofts
2026-07-28nilfs2: fix slab-out-of-bounds in nilfs_direct_propagate after truncationRyusuke Konishi
2026-07-07nilfs2: handle corrupted checkpoint count gracefully during deletionIgor Putko
2026-07-02nilfs2: reject invalid block index in GC ioctlRyusuke Konishi
2026-07-01nilfs2: 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