summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-024-84/+76
|\
| * buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-253-4/+4
| * nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf...Matthew Wilcox (Oracle)2023-10-251-4/+3
| * nilfs2: remove nilfs_page_get_nth_blockMatthew Wilcox (Oracle)2023-10-251-6/+0
| * nilfs2: convert nilfs_mdt_get_frozen_buffer to use a folioMatthew Wilcox (Oracle)2023-10-251-7/+9
| * nilfs2: convert nilfs_mdt_forget_block() to use a folioMatthew Wilcox (Oracle)2023-10-251-16/+14
| * nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)2023-10-251-24/+26
| * nilfs2: convert nilfs_grab_buffer() to use a folioMatthew Wilcox (Oracle)2023-10-251-13/+13
| * nilfs2: convert nilfs_mdt_freeze_buffer to use a folioMatthew Wilcox (Oracle)2023-10-251-9/+11
| * buffer: add get_nth_bh()Matthew Wilcox (Oracle)2023-10-251-6/+1
* | nilfs2: convert to new timestamp accessorsJeff Layton2023-10-182-13/+13
|/
* nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian2023-09-291-3/+3
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-292-1/+2
|\
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
| * fs: rename and move block_page_mkwrite_returnChristoph Hellwig2023-08-021-1/+1
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-292-3/+7
|\ \
| * | nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi2023-08-212-3/+7
| |/
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-51/+30
|\ \
| * | nilfs2: use setup_bdev_super to de-duplicate the mount codeChristoph Hellwig2023-08-101-51/+30
| |/
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-284-14/+14
|\ \
| * | nilfs2: convert to ctime accessor functionsJeff Layton2023-07-244-14/+14
| |/
* | nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi2023-08-211-0/+5
* | nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi2023-08-043-0/+12
|/
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-8/+4
|\
| * fs: remove sb->s_modeChristoph Hellwig2023-06-121-1/+0
| * block: add a sb_open_mode helperChristoph Hellwig2023-06-121-5/+2
| * block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-3/+3
| * block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\|
| * splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* | nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Ryusuke Konishi2023-06-191-1/+9
* | nilfs2: fix buffer corruption due to concurrent device readsRyusuke Konishi2023-06-193-1/+35
* | nilfs2: reject devices with insufficient block countRyusuke Konishi2023-06-121-1/+42
* | nilfs2: fix possible out-of-bounds segment allocation in resize ioctlRyusuke Konishi2023-06-121-0/+9
* | nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()Ryusuke Konishi2023-06-121-2/+10
* | nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()Ryusuke Konishi2023-05-171-0/+18
|/
* nilfs2: do not write dirty data after degenerating to read-onlyRyusuke Konishi2023-05-061-1/+4
* nilfs2: fix infinite loop in nilfs_mdt_get_block()Ryusuke Konishi2023-05-061-4/+12
* sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-181-0/+20
|\
| * nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi2023-04-181-0/+20
* | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-165-7/+12
|\|
| * nilfs2: fix sysfs interface lifetimeRyusuke Konishi2023-04-052-5/+9
| * nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad fieldTetsuo Handa2023-04-052-0/+2
| * nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi2023-04-051-2/+1
* | mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-3/+3
|/
* nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()Ryusuke Konishi2023-03-231-1/+1
* Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-10/+28
|\
| * nilfs2: prevent WARNING in nilfs_dat_commit_end()Ryusuke Konishi2023-02-021-0/+11
| * nilfs2: replace WARN_ONs for invalid DAT metadata block requestsRyusuke Konishi2023-02-021-10/+17
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-236-63/+66
|\ \