aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* Do not flush NFS node from NFS VOP_SET_TEXT().Konstantin Belousov2019-05-061-34/+27
* Switch to use shared vnode locks for text files during image activation.Konstantin Belousov2019-05-055-16/+30
* Add #ifdef INET as requested by bz@.Rick Macklem2019-04-211-0/+4
* Add support for the ModeSetMasked attribute to the NFSv4.1 server.Rick Macklem2019-04-193-6/+42
* Replace "vp" with NULL to make the code more readable.Rick Macklem2019-04-191-1/+1
* Fix the NFSv4.0 server so that it does not support NFSv4.1 attributes.Rick Macklem2019-04-194-17/+39
* Implement flag for telling cuse(3) clients if the peer is running in 32-bitHans Petter Selasky2019-04-182-2/+7
* ext2fs: Initial version of DTrace support.Fedor Uporov2019-04-161-13/+23
* ext2fs: Initial version of DTrace support.Fedor Uporov2019-04-1614-124/+204
* Fix the NFSv4 client to safely find processes.Rick Macklem2019-04-153-5/+9
* Add support for INET6 addresses to the kernel code that dumps open/lock state.Rick Macklem2019-04-132-93/+327
* Ignore doomed vnodes in tmpfs_update_mtime().Konstantin Belousov2019-04-121-1/+1
* Add vn_fsync_buf().Konstantin Belousov2019-04-092-13/+3
* Fix dirty buf exhaustion easily triggered with msdosfs.Konstantin Belousov2019-04-091-1/+11
* Add INET6 support for the upcalls to the nfsuserd daemon.Rick Macklem2019-04-064-13/+57
* fusefs: fix a panic on mountAlan Somers2019-04-061-2/+2
* Revert r320698, since the related userland changes were reverted by r338192.Rick Macklem2019-04-044-44/+16
* Use IN_foo() macros from sys/netinet/in.h inplace of handcrafted codeRodney W. Grimes2019-04-041-2/+1
* msdosfs: zero tail of the last block on truncation for VREG vnodes as well.Konstantin Belousov2019-04-031-10/+12
* tmpfs: plug holes on rw->ro mount update.Konstantin Belousov2019-04-021-47/+229
* tmpfs: ignore tmpfs_set_status() if mount point is read-only.Konstantin Belousov2019-04-024-29/+38
* Block creation of the new nodes for read-only tmpfs mounts.Konstantin Belousov2019-04-021-0/+2
* fix the GENERIC-NODEBUG build after r345675Alan Somers2019-03-291-0/+2
* fusefs: convert debug printfs into dtrace probesAlan Somers2019-03-2913-549/+294
|\
| * fuse(4): remove more debugging printfsAlan Somers2019-03-195-160/+85
| * MFHead@r345275Alan Somers2019-03-1819-507/+793
| |\
| * | fuse(4): add dtrace probe for illegal short writesAlan Somers2019-03-081-0/+11
| * | fuse(4): add tests related to FUSE_MKNODAlan Somers2019-03-051-0/+5
| * | Fix typos from r344664Alan Somers2019-03-011-2/+2
| * | fuse(4): convert debug printfs into dtrace probesAlan Somers2019-02-2810-393/+201
* | | Refine r345425: get rid of superfluous helper macro that I have added.Maxim Sobolev2019-03-261-7/+5
* | | Make TMPFS_PAGES_MINRESERVED a kernel optionAllan Jude2019-03-252-0/+5
* | | Make it possible to update TMPFS mount point from read-only to read-writeMaxim Sobolev2019-03-222-5/+45
* | | nullfs: fix unmounts when filesystem is active.Konstantin Belousov2019-03-211-5/+15
* | | Rename fuse(4) to fusefs(4)Alan Somers2019-03-207-26/+26
| |/ |/|
* | Remove unneeded mount point unlock function calls.Fedor Uporov2019-03-151-7/+1
* | Drop unused 'p' argument to nfsv4_strtogid().Edward Tomasz Napierala2019-03-125-10/+8
* | Drop unused 'p' argument to nfsv4_gidtostr().Edward Tomasz Napierala2019-03-123-4/+4
* | Drop unused 'p' argument to nfsv4_strtouid().Edward Tomasz Napierala2019-03-125-10/+8
* | Drop unused 'p' argument to nfsv4_uidtostr().Edward Tomasz Napierala2019-03-123-4/+4
* | Drop unused 'p' argument to nfsrv_getuser().Edward Tomasz Napierala2019-03-121-11/+7
* | Add _PC_ACL_* to vop_stdpathconfSimon J. Gerraty2019-03-112-9/+0
* | fuse: switch from DFLTPHYS/MAXBSIZE to maxcachebufConrad Meyer2019-03-072-4/+4
* | FUSE: Prevent trivial panicConrad Meyer2019-03-061-0/+3
* | Don't pass td to nfsvno_open().Edward Tomasz Napierala2019-03-043-3/+4
* | Don't pass td to nfsvno_createsub().Edward Tomasz Napierala2019-03-043-3/+4
* | Don't pass td to nfsd_fhtovp(), it's unused.Edward Tomasz Napierala2019-03-044-15/+10
* | Push down the thread argument in NFS server code, using curthreadEdward Tomasz Napierala2019-03-044-305/+331
* | Push down td in nfsrvd_dorpc() - make it use curthread insteadEdward Tomasz Napierala2019-03-043-8/+12