index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ufs
/
lfs
/
ulfs_readwrite.c
Age
Commit message (
Expand
)
Author
2021-10-20
Overhaul of the EVFILT_VNODE kevent(2) filter:
thorpej
2020-04-23
PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its...
ad
2020-02-23
UVM locking changes, proposed on tech-kern:
ad
2019-06-20
unifdef -DLFS_READWRITE ulfs_readwrite.c
christos
2017-06-10
Rename i_flag to i_state.
maya
2017-03-30
Remove now redundant calls to fstrans_start()/fstrans_done().
hannken
2016-06-20
One more batch of already-synced ufs changes:
dholland
2016-06-19
Mark ufs file versions we're already synced with.
dholland
2015-11-23
fix assertion checking that bufrd function is used only for large symlinks
mlelstv
2015-07-24
More lfs superblock accessors.
dholland
2015-07-24
Switch to accessor functions for elements of the LFS on-disk
dholland
2015-04-12
Strip IO_JOURNALLOCKED, PGO_JOURNALLOCKED out of ulfs_readwrite.c.
riastradh
2015-04-12
Same putpages->kassert in ulfs_readwrite.c
riastradh
2015-03-28
Remove the 'cred' argument from bread(). Remove a now unused var in
maxv
2015-03-28
Let I/O errors override inode update errors in UFS.
riastradh
2015-03-28
Remove the 'cred' argument from breadn(), and update the man page
maxv
2015-03-28
Make some comments match better in ulfs_readwrite.
riastradh
2015-03-28
Factor out post-read/write inode updates in UFS.
riastradh
2015-03-28
Turn some `#if DIAGNOSTIC' into KASSERT.
riastradh
2015-03-27
Tighten some kasserts in ufs_bufio code paths.
riastradh
2015-03-27
Disentangle buffer-cached I/O from page-cached I/O in UFS.
riastradh
2013-10-17
- remove unused variables
christos
2013-07-28
Migrate the miscellaneous ulfs-level info from struct ulfsmount to
dholland
2013-07-28
Remove the now-pointless ulfs ops macros.
dholland
2013-06-18
Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs.
christos
2013-06-08
There is no WAPBL in LFS.
dholland
2013-06-06
Split lfs from ufs step 4:
dholland
2013-06-06
Split lfs from ufs, part 1: cut and paste 15000 lines of ufs as "ulfs".
dholland