summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-2122-325/+463
|\
| * nilfs2: remove duplicate 'unlikely()' usageKunwu Chan2024-09-091-1/+1
| * nilfs2: fix potential oob read in nilfs_btree_check_delete()Ryusuke Konishi2024-09-091-2/+5
| * nilfs2: determine empty node blocks as corruptedRyusuke Konishi2024-09-091-1/+1
| * nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()Ryusuke Konishi2024-09-091-1/+2
| * nilfs2: refactor nilfs_segctor_thread()Ryusuke Konishi2024-09-011-45/+40
| * nilfs2: use kthread_create and kthread_stop for the log writer threadRyusuke Konishi2024-09-012-54/+31
| * nilfs2: remove sc_timer_taskRyusuke Konishi2024-09-012-4/+1
| * nilfs2: do not repair reserved inode bitmap in nilfs_new_inode()Ryusuke Konishi2024-09-011-13/+0
| * nilfs2: eliminate the shared counter and spinlock for i_generationRyusuke Konishi2024-09-013-15/+2
| * nilfs2: separate inode type information from i_state fieldRyusuke Konishi2024-09-014-46/+28
| * nilfs2: use the BITS_PER_LONG macroRyusuke Konishi2024-09-011-3/+2
| * nilfs2: use common implementation of file typeHuang Xiaojia2024-09-011-39/+5
| * nilfs2: do not propagate ENOENT error from nilfs_sufile_mark_dirty()Ryusuke Konishi2024-09-011-1/+8
| * nilfs2: do not propagate ENOENT error from sufile during GCRyusuke Konishi2024-09-011-8/+56
| * nilfs2: do not propagate ENOENT error from sufile during recoveryRyusuke Konishi2024-09-011-1/+10
| * nilfs2: treat missing cpfile header block as metadata corruptionRyusuke Konishi2024-09-011-10/+12
| * nilfs2: treat missing sufile header block as metadata corruptionRyusuke Konishi2024-09-011-5/+18
| * nilfs2: fix missing initial short descriptions of kernel-doc commentsRyusuke Konishi2024-09-014-39/+32
| * nilfs2: fix inconsistencies in kernel-doc comments in segment.hRyusuke Konishi2024-09-011-3/+4
| * nilfs2: describe the members of nilfs_bmap_operations structureRyusuke Konishi2024-09-011-1/+14
| * nilfs2: add missing description of nilfs_btree_path structureRyusuke Konishi2024-09-011-0/+1
| * nilfs2: fix incorrect kernel-doc declaration of nilfs_palloc_req structureRyusuke Konishi2024-09-011-1/+1
| * nilfs2: improve kernel-doc comments for b-tree node helpersRyusuke Konishi2024-09-011-9/+54
| * nilfs2: add missing argument descriptions for ioctl-related helpersRyusuke Konishi2024-09-011-2/+15
| * nilfs2: add missing argument description for __nilfs_error()Ryusuke Konishi2024-09-011-0/+4
| * nilfs2: do not output warnings when clearing dirty buffersRyusuke Konishi2024-09-014-23/+10
| * nilfs2: add support for FS_IOC_SETFSLABELRyusuke Konishi2024-09-011-0/+65
| * nilfs2: add support for FS_IOC_GETFSLABELRyusuke Konishi2024-09-012-0/+39
| * nilfs2: add support for FS_IOC_GETFSSYSFSPATHRyusuke Konishi2024-09-011-0/+1
| * nilfs2: add support for FS_IOC_GETUUIDRyusuke Konishi2024-09-011-0/+3
* | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-163-15/+15
|\ \
| * | buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)2024-08-071-1/+1
| * | fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-072-6/+4
| * | fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-3/+3
| * | buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)2024-08-072-2/+2
| * | nilfs2: Use a folio in nilfs_recover_dsync_blocks()Matthew Wilcox (Oracle)2024-08-071-4/+6
| |/
* | nilfs2: fix state management in error path of log writing functionRyusuke Konishi2024-09-011-4/+6
* | nilfs2: fix missing cleanup on rollforward recovery errorRyusuke Konishi2024-09-011-2/+33
* | nilfs2: protect references to superblock parameters exposed in sysfsRyusuke Konishi2024-09-011-10/+33
|/
* nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi2024-07-262-7/+22
* 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