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