Age | Commit message (Expand) | Author | Files | Lines |
2024-10-30 | nilfs2: fix potential deadlock with newly created symlinks | Ryusuke Konishi | 1 | -0/+3 |
2024-10-28 | nilfs2: fix kernel bug due to missing clearing of checked flag | Ryusuke Konishi | 1 | -0/+1 |
2024-10-21 | Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+4 |
2024-10-17 | nilfs2: propagate directory read errors from nilfs_find_entry() | Ryusuke Konishi | 3 | -37/+52 |
2024-10-16 | nilfs2: fix kernel bug due to missing clearing of buffer delay flag | Ryusuke Konishi | 1 | -2/+4 |
2024-09-21 | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 22 | -325/+463 |
2024-09-16 | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf... | Linus Torvalds | 3 | -15/+15 |
2024-09-09 | nilfs2: remove duplicate 'unlikely()' usage | Kunwu Chan | 1 | -1/+1 |
2024-09-09 | nilfs2: fix potential oob read in nilfs_btree_check_delete() | Ryusuke Konishi | 1 | -2/+5 |
2024-09-09 | nilfs2: determine empty node blocks as corrupted | Ryusuke Konishi | 1 | -1/+1 |
2024-09-09 | nilfs2: fix potential null-ptr-deref in nilfs_btree_insert() | Ryusuke Konishi | 1 | -1/+2 |
2024-09-01 | nilfs2: refactor nilfs_segctor_thread() | Ryusuke Konishi | 1 | -45/+40 |
2024-09-01 | nilfs2: use kthread_create and kthread_stop for the log writer thread | Ryusuke Konishi | 2 | -54/+31 |
2024-09-01 | nilfs2: remove sc_timer_task | Ryusuke Konishi | 2 | -4/+1 |
2024-09-01 | nilfs2: do not repair reserved inode bitmap in nilfs_new_inode() | Ryusuke Konishi | 1 | -13/+0 |
2024-09-01 | nilfs2: eliminate the shared counter and spinlock for i_generation | Ryusuke Konishi | 3 | -15/+2 |
2024-09-01 | nilfs2: separate inode type information from i_state field | Ryusuke Konishi | 4 | -46/+28 |
2024-09-01 | nilfs2: use the BITS_PER_LONG macro | Ryusuke Konishi | 1 | -3/+2 |
2024-09-01 | nilfs2: use common implementation of file type | Huang Xiaojia | 1 | -39/+5 |
2024-09-01 | nilfs2: do not propagate ENOENT error from nilfs_sufile_mark_dirty() | Ryusuke Konishi | 1 | -1/+8 |
2024-09-01 | nilfs2: do not propagate ENOENT error from sufile during GC | Ryusuke Konishi | 1 | -8/+56 |
2024-09-01 | nilfs2: do not propagate ENOENT error from sufile during recovery | Ryusuke Konishi | 1 | -1/+10 |
2024-09-01 | nilfs2: treat missing cpfile header block as metadata corruption | Ryusuke Konishi | 1 | -10/+12 |
2024-09-01 | nilfs2: treat missing sufile header block as metadata corruption | Ryusuke Konishi | 1 | -5/+18 |
2024-09-01 | nilfs2: fix missing initial short descriptions of kernel-doc comments | Ryusuke Konishi | 4 | -39/+32 |
2024-09-01 | nilfs2: fix inconsistencies in kernel-doc comments in segment.h | Ryusuke Konishi | 1 | -3/+4 |
2024-09-01 | nilfs2: describe the members of nilfs_bmap_operations structure | Ryusuke Konishi | 1 | -1/+14 |
2024-09-01 | nilfs2: add missing description of nilfs_btree_path structure | Ryusuke Konishi | 1 | -0/+1 |
2024-09-01 | nilfs2: fix incorrect kernel-doc declaration of nilfs_palloc_req structure | Ryusuke Konishi | 1 | -1/+1 |
2024-09-01 | nilfs2: improve kernel-doc comments for b-tree node helpers | Ryusuke Konishi | 1 | -9/+54 |
2024-09-01 | nilfs2: add missing argument descriptions for ioctl-related helpers | Ryusuke Konishi | 1 | -2/+15 |
2024-09-01 | nilfs2: add missing argument description for __nilfs_error() | Ryusuke Konishi | 1 | -0/+4 |
2024-09-01 | nilfs2: do not output warnings when clearing dirty buffers | Ryusuke Konishi | 4 | -23/+10 |
2024-09-01 | nilfs2: add support for FS_IOC_SETFSLABEL | Ryusuke Konishi | 1 | -0/+65 |
2024-09-01 | nilfs2: add support for FS_IOC_GETFSLABEL | Ryusuke Konishi | 2 | -0/+39 |
2024-09-01 | nilfs2: add support for FS_IOC_GETFSSYSFSPATH | Ryusuke Konishi | 1 | -0/+1 |
2024-09-01 | nilfs2: add support for FS_IOC_GETUUID | Ryusuke Konishi | 1 | -0/+3 |
2024-09-01 | nilfs2: fix state management in error path of log writing function | Ryusuke Konishi | 1 | -4/+6 |
2024-09-01 | nilfs2: fix missing cleanup on rollforward recovery error | Ryusuke Konishi | 1 | -2/+33 |
2024-09-01 | nilfs2: protect references to superblock parameters exposed in sysfs | Ryusuke Konishi | 1 | -10/+33 |
2024-08-07 | buffer: Convert __block_write_begin() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 2 | -6/+4 |
2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2024-08-07 | buffer: Convert block_write_end() to take a folio | Matthew Wilcox (Oracle) | 2 | -2/+2 |
2024-08-07 | nilfs2: Use a folio in nilfs_recover_dsync_blocks() | Matthew Wilcox (Oracle) | 1 | -4/+6 |
2024-07-26 | nilfs2: handle inconsistent state in nilfs_btnode_create_block() | Ryusuke Konishi | 2 | -7/+22 |
2024-07-21 | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -39/+58 |
2024-07-12 | nilfs2: Constify struct kobj_type | Christophe JAILLET | 1 | -3/+3 |
2024-07-06 | Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix | Andrew Morton | 1 | -2/+30 |
2024-07-04 | nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro | Ryusuke Konishi | 1 | -1/+1 |