index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
cpfile.c
Age
Commit message (
Expand
)
Author
2024-09-01
nilfs2: treat missing cpfile header block as metadata corruption
Ryusuke Konishi
2024-09-01
nilfs2: fix missing initial short descriptions of kernel-doc comments
Ryusuke Konishi
2024-03-12
nilfs2: use div64_ul() instead of do_div()
Thorsten Blum
2024-02-22
nilfs2: convert cpfile to use kmap_local
Ryusuke Konishi
2024-02-22
nilfs2: remove nilfs_cpfile_{get,put}_checkpoint()
Ryusuke Konishi
2024-02-22
nilfs2: localize highmem mapping for checkpoint reading within cpfile
Ryusuke Konishi
2024-02-22
nilfs2: localize highmem mapping for checkpoint finalization within cpfile
Ryusuke Konishi
2024-02-22
nilfs2: localize highmem mapping for checkpoint creation within cpfile
Ryusuke Konishi
2023-12-29
nilfs2: cpfile: fix some kernel-doc warnings
Randy Dunlap
2021-11-09
nilfs2: remove filenames from file comments
Ryusuke Konishi
2021-05-06
nilfs2: fix typos in comments
Lu Jialin
2020-10-16
nilfs2: fix some kernel-doc warnings for nilfs2
Wang Hai
2020-08-12
nilfs2: use a more common logging style
Joe Perches
2018-09-04
nilfs2: convert to SPDX license tags
Ryusuke Konishi
2016-08-02
nilfs2: move ioctl interface and disk layout to uapi separately
Ryusuke Konishi
2016-08-02
nilfs2: reduce bare use of printk() with nilfs_msg()
Ryusuke Konishi
2016-05-23
nilfs2: fix block comments
Ryusuke Konishi
2016-05-23
nilfs2: avoid bare use of 'unsigned'
Ryusuke Konishi
2016-05-23
nilfs2: add missing line spacing
Ryusuke Konishi
2016-05-23
nilfs2: clean up old e-mail addresses
Ryusuke Konishi
2016-05-23
nilfs2: remove FSF mailing address from GPL notices
Ryusuke Konishi
2015-04-17
nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctl
Ryusuke Konishi
2014-04-03
nilfs2: verify metadata sizes read from disk
Ryusuke Konishi
2012-07-30
nilfs2: fix timing issue between rmcp and chcp ioctls
Ryusuke Konishi
2012-03-20
nilfs2: remove the second argument of k[un]map_atomic()
Cong Wang
2011-05-10
nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty
Ryusuke Konishi
2010-10-23
nilfs2: see state of root dentry for mount check of snapshots
Ryusuke Konishi
2010-10-23
nilfs2: use iget for all metadata files
Ryusuke Konishi
2009-12-25
nilfs2: trivial coding style fix
Jiro SEKIBA
2009-11-20
nilfs2: separate read method of meta data files on super root block
Ryusuke Konishi
2009-11-20
nilfs2: separate constructor of metadata files
Ryusuke Konishi
2009-11-13
nilfs2: fix lock order reversal in chcp operation
Ryusuke Konishi
2009-09-14
nilfs2: add more check routines in mount process
Zhu Yanhai
2009-07-05
nilfs2: fix disorder in cp count on error during deleting checkpoints
Jiro SEKIBA
2009-06-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
2009-06-11
nilfs2: get rid of bd_mount_sem use from nilfs
Ryusuke Konishi
2009-06-10
nilfs2: return EBUSY against delete request on snapshot
Ryusuke Konishi
2009-06-10
nilfs2: allow future expansion of metadata read out via get info ioctl
Ryusuke Konishi
2009-05-30
nilfs2: fix bh leak in nilfs_cpfile_delete_checkpoints function
Ryusuke Konishi
2009-04-07
nilfs2: replace BUG_ON and BUG calls triggerable from ioctl
Ryusuke Konishi
2009-04-07
nilfs2: fix buggy behavior seen in enumerating checkpoints
Ryusuke Konishi
2009-04-07
nilfs2: fix improper return values of nilfs_get_cpinfo ioctl
Ryusuke Konishi
2009-04-07
nilfs2: fix gc failure on volumes keeping numerous snapshots
Ryusuke Konishi
2009-04-07
nilfs2: segment usage file
Koji Sato
2009-04-07
nilfs2: checkpoint file
Koji Sato