aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* vfs: Initial revision of inotifyMark Johnston2025-07-042-1/+32
* namei: Make stackable filesystems check harder for jail rootsMark Johnston2025-05-231-10/+18
* nullfs lookup: cn_flags is 64bitKonstantin Belousov2025-05-181-3/+3
* nullfs: stop lying about mount flags in statfs(2)Konstantin Belousov2024-12-201-5/+0
* nullfs: Use an a_gen field to cast to vop_generic_argsKonrad Witaszczyk2024-07-261-5/+5
* nullfs: Show correct exported flag.Dag-Erling Smørgrav2024-04-131-3/+4
* nullfs_mount(): fix whitespaceKonstantin Belousov2024-03-081-1/+1
* nullfs: add -o cacheKonstantin Belousov2024-03-081-6/+9
* nullfs_mount(): remove unneeded castKonstantin Belousov2024-03-081-2/+2
* nullfs: Add the vfs.nullfs.cache_nodes sysctl to control nocache defaultSeigo Tanimura2024-03-071-1/+10
* nullfs: do not allow bypass on copy_file_range()Konstantin Belousov2023-11-281-0/+1
* VFS: add VOP_GETLOWVNODE()Konstantin Belousov2023-11-281-0/+18
* sys: Remove ancient SCCS tags.Warner Losh2023-11-274-12/+0
* Fix MNT_IGNORE for devfs, fdescfs and nullfsDoug Rabson2023-08-261-1/+1
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* nullfs: ansifyMateusz Guzik2023-02-071-36/+10
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-261-0/+1
* Add support for mounting single files in nullfsDoug Rabson2022-12-191-1/+12
* nullfs: adopt VV_CROSSLOCKJason A. Harmening2022-12-111-0/+11
* nullfs(5): Fix a typo in a source code commentGordon Bergling2022-08-071-1/+1
* null_vptocnp(): busy nullfs mp instead of refing itKonstantin Belousov2022-06-141-5/+7
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* nullfs: hash insertion without vnode lock upgradeMateusz Guzik2022-03-192-63/+53
* insmntque1(): remove useless argumentsKonstantin Belousov2022-01-311-1/+1
* Revert b58ca5df0bb7 ("vfs: remove the now unused insmntque1")Mateusz Guzik2022-01-271-2/+2
* nullfs: ansify fs/nullfs/null_subr.cMateusz Guzik2022-01-271-20/+7
* nullfs: stop using insmntque1Mateusz Guzik2022-01-261-11/+6
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-1/+1
* nullfs: provide custom null_rename bypassKonstantin Belousov2021-07-271-11/+57
* null_rename: some styleKonstantin Belousov2021-07-271-5/+7
* null_lookup: restore dvp lock always, not only on successKonstantin Belousov2021-07-271-5/+6
* null_bypass(): prevent loosing the only reference to the lower vnodeKonstantin Belousov2021-07-271-5/+20
* nullfs: provide custom null_advlock bypassKonstantin Belousov2021-07-271-0/+23
* null_bypass(): some styleKonstantin Belousov2021-07-271-14/+16
* Allow stacked filesystems to be recursively unmountedJason A. Harmening2021-07-242-19/+13
* Add a generic mechanism for preventing forced unmountJason A. Harmening2021-06-061-1/+8
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-301-2/+28
* Revert commits 6d3e78ad6c11 and 54256e7954d7Jason A. Harmening2021-05-301-28/+2
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-291-2/+28
* nullfs: dirty v_object must imply the need for inactivationKonstantin Belousov2021-05-221-1/+1
* nullfs: protect against user creating inconsistent stateKonstantin Belousov2021-04-021-4/+15
* null_vput_pair(): release use reference on dvp earlierKonstantin Belousov2021-03-121-14/+31
* nullfs: provide special bypass for VOP_VPUT_PAIRKonstantin Belousov2021-02-121-0/+49
* vfs: add v_irflag accessorsMateusz Guzik2021-01-032-10/+6
* nullfs: provide custom bypass for VOP_READ_PGCACHE().Konstantin Belousov2020-11-261-0/+23
* Make it possible to mount nullfs(5) using plain mount(8)Edward Tomasz Napierala2020-10-291-1/+3
* vfs: drop spurious cred argument from VOP_VPTOCNPMateusz Guzik2020-10-201-2/+1
* nullfs: ensure correct lock is taken after bypass.Konstantin Belousov2020-10-191-0/+18
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0