summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-212-39/+58
|\
| * nilfs2: Constify struct kobj_typeChristophe JAILLET2024-07-121-3/+3
| * nilfs2: avoid undefined behavior in nilfs_cnt32_ge macroRyusuke Konishi2024-07-041-1/+1
| * nilfs2: do not call inode_attach_wb() directlyRyusuke Konishi2024-06-241-2/+2
| * nilfs2: prepare backing device folios for writing after adding checksumsRyusuke Konishi2024-06-241-33/+52
* | Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton2024-07-061-2/+30
|\ \
| * | nilfs2: fix kernel bug on rename operation of broken directoryRyusuke Konishi2024-07-031-2/+30
| * | nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi2024-07-034-12/+20
| * | nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi2024-07-032-0/+11
| * | nilfs2: fix inode number range checksRyusuke Konishi2024-07-033-3/+10
| |/
* | nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi2024-07-034-12/+20
* | nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi2024-07-032-0/+11
* | nilfs2: fix inode number range checksRyusuke Konishi2024-07-033-3/+10
* | nilfs2: drop usage of page_indexKairui Song2024-07-031-8/+2
|/
* 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