summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi2024-06-051-1/+1
* nilfs2: fix potential kernel bug due to lack of writeback flag waitingRyusuke Konishi2024-06-051-0/+3
* nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi2024-05-241-3/+18
* nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi2024-05-241-4/+13
* nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi2024-05-241-6/+19
* Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-221-0/+4
|\
| * nilfs2: make block erasure safe in nilfs_finish_roll_forward()Ryusuke Konishi2024-05-191-0/+4
* | Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-1/+1
|\ \ | |/ |/|
| * nilfs_attach_log_writer(): use ->bd_mapping->host instead of ->bd_inodeAl Viro2024-05-031-1/+1
* | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-199-247/+214
|\ \
| * | nilfs2: convert BUG_ON() in nilfs_finish_roll_forward() to WARN_ON()Ryusuke Konishi2024-05-111-1/+3
| * | nilfs2: remove calls to folio_set_error() and folio_clear_error()Matthew Wilcox (Oracle)2024-05-112-8/+1
| * | nilfs2: make superblock data array index computation sparse friendlyRyusuke Konishi2024-05-081-2/+18
| * | nilfs2: convert to use the new mount APIEric Sandeen2024-05-084-229/+174
| * | nilfs2: add kernel-doc comments to nilfs_remove_all_gcinodes()Yang Li2024-04-251-0/+1
| * | nilfs2: add kernel-doc comments to nilfs_btree_convert_and_insert()Yang Li2024-04-251-7/+16
| * | nilfs2: add kernel-doc comments to nilfs_do_roll_forward()Yang Li2024-04-251-0/+1
| |/
* | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-05-131-1/+1
|\ \
| * | nilfs2: fix out-of-range warningArnd Bergmann2024-04-091-1/+1
| |/
* / nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park2024-04-161-1/+1
|/
* nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi2024-03-141-1/+1
* nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi2024-03-142-4/+14
* nilfs2: use div64_ul() instead of do_div()Thorsten Blum2024-03-126-7/+7
* nilfs2: convert cpfile to use kmap_localRyusuke Konishi2024-02-221-45/+45
* nilfs2: remove nilfs_cpfile_{get,put}_checkpoint()Ryusuke Konishi2024-02-222-107/+0
* nilfs2: localize highmem mapping for checkpoint reading within cpfileRyusuke Konishi2024-02-225-34/+87
* nilfs2: localize highmem mapping for checkpoint finalization within cpfileRyusuke Konishi2024-02-223-46/+82
* nilfs2: localize highmem mapping for checkpoint creation within cpfileRyusuke Konishi2024-02-223-29/+77
* nilfs2: convert ifile to use kmap_localRyusuke Konishi2024-02-224-10/+9
* nilfs2: do not acquire rwsem in nilfs_bmap_write()Ryusuke Konishi2024-02-221-3/+0
* nilfs2: move nilfs_bmap_write call out of nilfs_write_inode_commonRyusuke Konishi2024-02-223-31/+57
* nilfs2: convert DAT to use kmap_localRyusuke Konishi2024-02-221-19/+19
* nilfs2: convert persistent object allocator to use kmap_localRyusuke Konishi2024-02-221-45/+46
* nilfs2: convert sufile to use kmap_localRyusuke Konishi2024-02-221-43/+43
* nilfs2: convert metadata file common code to use kmap_localRyusuke Konishi2024-02-221-2/+2
* nilfs2: convert nilfs_copy_buffer() to use kmap_localRyusuke Konishi2024-02-221-4/+4
* nilfs2: convert segment buffer to use kmap_localRyusuke Konishi2024-02-221-2/+2
* nilfs2: convert recovery logic to use kmap_localRyusuke Konishi2024-02-221-2/+2
* nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi2024-02-071-3/+5
* nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi2024-02-071-1/+7
* nilfs2: fix data corruption in dsync block recovery for small block sizesRyusuke Konishi2024-02-071-3/+4
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-6/+1
|\
| * nilfs2: d_obtain_alias(ERR_PTR(...)) will do the right thing...Al Viro2023-12-201-6/+1
* | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-0914-365/+375
|\ \
| * | nilfs2: cpfile: fix some kernel-doc warningsRandy Dunlap2023-12-291-5/+23
| * | nilfs2: add missing set_freezable() for freezable kthreadKevin Hao2023-12-291-0/+1
| * | nilfs2: switch WARN_ONs to warning output in nilfs_sufile_do_free()Ryusuke Konishi2023-12-201-2/+7
| * | nilfs2: convert nilfs_page_bug() to nilfs_folio_bug()Matthew Wilcox (Oracle)2023-12-103-17/+18
| * | nilfs2: convert nilfs_prepare_chunk() and nilfs_commit_chunk() to foliosMatthew Wilcox (Oracle)2023-12-101-20/+19
| * | nilfs2: convert nilfs_make_empty() to use a folioMatthew Wilcox (Oracle)2023-12-101-9/+9