aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'nilfs2-v7.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/nilfs2Linus Torvalds17-88/+205
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2026-08-10nilfs2: standardize the inode number type to u64Ryusuke Konishi10-50/+46
2026-08-10nilfs2: enhance btree node keys checkWang Jianjian1-3/+16
2026-08-07nilfs2: suppress false positive WARN_ONs for sufile after an FS errorRyusuke Konishi2-16/+48
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-28nilfs2: fix BUG in nilfs_copy_dirty_pages() on dirty state mismatchRyusuke Konishi1-2/+15
2026-07-28nilfs2: prevent out-of-bounds read in super root block parsingDavid Lee1-0/+6
2026-07-28nilfs2: fix infinite loop in nilfs_clean_segments()Joshua Crofts1-0/+4
2026-07-28nilfs2: fix slab-out-of-bounds in nilfs_direct_propagate after truncationRyusuke Konishi4-11/+36
2026-07-07nilfs2: handle corrupted checkpoint count gracefully during deletionIgor Putko1-4/+16
2026-07-02nilfs2: reject invalid block index in GC ioctlRyusuke Konishi1-2/+18
2026-07-01nilfs2: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-06-16Merge tag 'nilfs2-v7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/nilfs2Linus Torvalds3-3/+23
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+2
2026-06-04nilfs2: Convert nilfs_mdt_submit_block to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-06-04nilfs2: Convert nilfs_gccache_submit_read_data to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-06-04nilfs2: Convert nilfs_btnode_submit_block to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-05-27nilfs2: replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)1-2/+2
2026-05-20nilfs2: Fix return in nilfs_mkdirHongling Zeng1-1/+1
2026-05-08nilfs2: fix backing_dev_info reference leakShuangpeng Bai1-2/+0
2026-05-04nilfs2: reject CLEAN_SEGMENTS ioctl with out-of-range segment numbersDeepanshu Kartikey1-0/+22
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-3/+3
2026-04-13Merge tag 'nilfs2-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/nilfs2Linus Torvalds2-0/+9
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman3-3/+3
2026-03-31nilfs2: reject zero bd_oblocknr in nilfs_ioctl_mark_blocks_dirty()Deepanshu Kartikey1-0/+6
2026-03-30nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_mapDeepanshu Kartikey1-0/+3
2026-03-17nilfs2: fix 64-bit division operations in nilfs_bmap_find_target_in_group()Jeff Layton1-4/+11
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton11-29/+29
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-7/+7
2026-02-09Merge tag 'nilfs2-v7.0-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/nilfs2Linus Torvalds1-0/+4
2026-01-12nilfs2: add setlease file operationJeff Layton2-1/+4
2025-12-22nilfs2: Fix potential block overflow that cause system hangEdward Adam Davis1-0/+4
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-25/+10
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-9/+9
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton1-1/+6
2025-11-12nilfs2: replace vmalloc + copy_from_user with vmemdup_userThorsten Blum1-25/+10
2025-11-09nilfs2: avoid having an active sc_timer before freeing sciEdward Adam Davis1-1/+6
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik1-0/+1
2025-10-20nilfs2: use the new ->i_state accessorsMateusz Guzik5-9/+9
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton2-6/+6
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-1/+1
2025-09-13nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/*Nathan Chancellor2-6/+6
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-6/+7
2025-07-19nilfs2: reject invalid file types when reading inodesRyusuke Konishi1-1/+8
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-3/+5