summaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-25/+10
2025-12-02Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-9/+9
2025-11-28Merge 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-10nilfs2: avoid having an active sc_timer before freeing sciEdward Adam Davis1-1/+6
2025-11-06fs: 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-22Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton2-6/+6
2025-09-14mm: 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-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-6/+7
2025-07-20nilfs2: 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
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner2-4/+4
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)2-3/+2
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes1-4/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-21nilfs2: remove wbc->for_reclaim handlingChristoph Hellwig3-19/+0
2025-05-12nilfs2: do not propagate ENOENT error from nilfs_btree_propagate()Ryusuke Konishi1-1/+3
2025-05-12nilfs2: add pointer check for nilfs_direct_propagate()Wentao Liang1-0/+3
2025-05-08nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()Ryusuke Konishi1-3/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2025-02-01nilfs2: fix possible int overflows in nilfs_fiemap()Nikita Zhandarovich1-3/+3
2025-01-25nilfs2: do not update mtime of renamed directory that is not movedRyusuke Konishi1-7/+9
2025-01-25nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi3-19/+27
2025-01-25nilfs2: revise the return value description style for consistency.Ryusuke Konishi7-13/+23
2025-01-25nilfs2: add missing return value kernel-doc descriptionsRyusuke Konishi14-7/+160
2025-01-25nilfs2: correct return value kernel-doc descriptions for the restRyusuke Konishi6-90/+50
2025-01-25nilfs2: correct return value kernel-doc descriptions for metadata filesRyusuke Konishi4-105/+77
2025-01-25nilfs2: correct return value kernel-doc descriptions for sufileRyusuke Konishi2-73/+45
2025-01-25nilfs2: correct return value kernel-doc descriptions for bmap functionsRyusuke Konishi2-75/+56
2025-01-25nilfs2: correct return value kernel-doc descriptions for ioctl functionsRyusuke Konishi1-137/+96
2025-01-25nilfs2: protect access to buffers with no active referencesRyusuke Konishi1-1/+3
2025-01-25nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi1-4/+27
2024-12-19nilfs2: fix buffer head leaks in calls to truncate_inode_pages()Ryusuke Konishi4-1/+8
2024-12-19nilfs2: prevent use of deleted inodeEdward Adam Davis2-1/+12
2024-12-06nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()Ryusuke Konishi1-1/+1
2024-11-26Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds14-441/+485
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-11/+11
2024-11-12nilfs2: fix null-ptr-deref in block_dirty_buffer tracepointRyusuke Konishi4-6/+2
2024-11-12nilfs2: fix null-ptr-deref in block_touch_buffer tracepointRyusuke Konishi1-1/+0
2024-11-06nilfs2: convert metadata aops from writepage to writepagesMatthew Wilcox (Oracle)1-4/+15
2024-11-06nilfs2: convert nilfs_recovery_copy_block() to take a folioMatthew Wilcox (Oracle)1-10/+7
2024-11-06nilfs2: convert nilfs_page_count_clean_buffers() to take a folioMatthew Wilcox (Oracle)4-6/+6
2024-11-06nilfs2: remove nilfs_writepageMatthew Wilcox (Oracle)1-32/+1
2024-11-06nilfs2: convert checkpoint file to be folio-basedRyusuke Konishi1-175/+204