summaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)Author
7 daysMerge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
7 daysMerge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
8 daysMerge 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
2025-01-24nilfs2: do not update mtime of renamed directory that is not movedRyusuke Konishi
2025-01-24nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi
2025-01-24nilfs2: revise the return value description style for consistency.Ryusuke Konishi
2025-01-24nilfs2: add missing return value kernel-doc descriptionsRyusuke Konishi
2025-01-24nilfs2: correct return value kernel-doc descriptions for the restRyusuke Konishi
2025-01-24nilfs2: correct return value kernel-doc descriptions for metadata filesRyusuke Konishi
2025-01-24nilfs2: correct return value kernel-doc descriptions for sufileRyusuke Konishi
2025-01-24nilfs2: correct return value kernel-doc descriptions for bmap functionsRyusuke Konishi
2025-01-24nilfs2: correct return value kernel-doc descriptions for ioctl functionsRyusuke Konishi
2025-01-24nilfs2: protect access to buffers with no active referencesRyusuke Konishi
2025-01-24nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi
2024-12-18nilfs2: fix buffer head leaks in calls to truncate_inode_pages()Ryusuke Konishi
2024-12-18nilfs2: prevent use of deleted inodeEdward Adam Davis
2024-12-05nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()Ryusuke Konishi
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-11nilfs2: fix null-ptr-deref in block_dirty_buffer tracepointRyusuke Konishi
2024-11-11nilfs2: fix null-ptr-deref in block_touch_buffer tracepointRyusuke Konishi
2024-11-05nilfs2: convert metadata aops from writepage to writepagesMatthew Wilcox (Oracle)
2024-11-05nilfs2: convert nilfs_recovery_copy_block() to take a folioMatthew Wilcox (Oracle)
2024-11-05nilfs2: convert nilfs_page_count_clean_buffers() to take a folioMatthew Wilcox (Oracle)
2024-11-05nilfs2: remove nilfs_writepageMatthew Wilcox (Oracle)
2024-11-05nilfs2: convert checkpoint file to be folio-basedRyusuke Konishi
2024-11-05nilfs2: remove nilfs_palloc_block_get_entry()Ryusuke Konishi
2024-11-05nilfs2: convert DAT file to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert inode file to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert persistent object allocator to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert segment usage file to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert common metadata file code to be folio-basedRyusuke Konishi
2024-11-05nilfs2: convert segment buffer to be folio-basedRyusuke Konishi
2024-10-30nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi
2024-10-28nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi
2024-10-21Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-17nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi