summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
...
| * | nilfs2: convert nilfs_btnode_create_block to use a folioMatthew Wilcox (Oracle)2023-12-101-2/+2
| * | nilfs2: convert nilfs_gccache_submit_read_data to use a folioMatthew Wilcox (Oracle)2023-12-101-2/+2
| * | nilfs2: convert nilfs_mdt_submit_block to use a folioMatthew Wilcox (Oracle)2023-12-101-2/+2
| * | nilfs2: convert nilfs_mdt_create_block to use a folioMatthew Wilcox (Oracle)2023-12-101-2/+2
| * | nilfs2: convert nilfs_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2023-12-101-13/+15
| * | nilfs2: convert nilfs_segctor_prepare_write to use foliosMatthew Wilcox (Oracle)2023-12-101-29/+29
| * | nilfs2: convert to __nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)2023-12-103-11/+12
| * | nilfs2: convert to nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)2023-12-104-16/+17
| * | nilfs2: convert nilfs_mdt_write_page() to use a folioMatthew Wilcox (Oracle)2023-12-101-6/+7
| * | nilfs2: convert nilfs_writepage() to use a folioMatthew Wilcox (Oracle)2023-12-101-4/+5
| * | nilfs2: convert to nilfs_folio_buffers_clean()Matthew Wilcox (Oracle)2023-12-103-12/+12
| * | nilfs2: convert nilfs_forget_buffer to use a folioMatthew Wilcox (Oracle)2023-12-101-5/+5
| * | nilfs2: convert nilfs_segctor_complete_write to use foliosMatthew Wilcox (Oracle)2023-12-101-28/+21
| * | nilfs2: convert nilfs_abort_logs to use foliosMatthew Wilcox (Oracle)2023-12-101-14/+14
| * | nilfs2: add nilfs_end_folio_io()Matthew Wilcox (Oracle)2023-12-101-14/+22
| * | fs/nilfs2: use standard array-copy-functionPhilipp Stanner2023-12-101-6/+4
* | | Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-081-8/+0
|\ \ \
| * | | nilfs2: simplify device handlingJan Kara2023-11-181-8/+0
| | |/ | |/|
* | | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-081-2/+2
|\ \ \ | |_|/ |/| |
| * | fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-211-2/+2
| |/
* | nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi2023-12-061-7/+35
* | nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi2023-12-061-1/+5
|/
* 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