aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Add a vput() to nfs_lookitup() in the experimental NFS clientRick Macklem2011-04-181-1/+4
* Add vput() calls in two places in the experimental NFS clientRick Macklem2011-04-181-2/+5
* Change the mutex locking for several locations in theRick Macklem2011-04-171-28/+60
* Add checks for MNTK_UNMOUNTF at the beginning of threeRick Macklem2011-04-173-0/+13
* Get rid of the "nfscl: consider increasing kern.ipc.maxsockbuf"Rick Macklem2011-04-171-7/+2
* Fix up some of the sysctls for the experimental NFS client soRick Macklem2011-04-172-6/+10
* Change some defaults in the experimental NFS client to be theRick Macklem2011-04-172-4/+21
* Fix readdirplus in the experimental NFS client so that itRick Macklem2011-04-171-1/+22
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in theRick Macklem2011-04-167-20/+25
* Add mutex locking on the nfs node in ncl_inactive() for theRick Macklem2011-04-161-0/+4
* Change the experimental NFS client so that it creates nfsiodRick Macklem2011-04-155-71/+79
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()Rick Macklem2011-04-1410-34/+37
* Modify the experimental NFSv4 server so that it handlesRick Macklem2011-04-147-51/+129
* Add VOP_PATHCONF() support to the experimental NFS clientRick Macklem2011-04-131-0/+115
* Fix the experimental NFSv4 client so that it recognizes serverRick Macklem2011-04-131-5/+17
* Vrele ni_startdir in the experimental NFS server for the caseRick Macklem2011-04-111-3/+2
* Add some cleanup code to the module unload operation forRick Macklem2011-04-103-0/+43
* Add a VOP_UNLOCK() for the directory, when that is not whatRick Macklem2011-04-091-1/+5
* Linuxolator calls VOP_READDIR with ncookies pointer. Implement aKonstantin Belousov2011-04-091-7/+3
* Add RACCT_NOFILE accounting.Edward Tomasz Napierala2011-04-061-0/+5
* This patch fixes the Experimental NFS client to properly deal with 32 bit or 64Zack Kirsch2011-03-302-6/+5
* Report EBUSY instead of EROFS for attempt of deleting or renaming theKonstantin Belousov2011-03-251-2/+2
* Fix some locking nits with the p_state field of struct proc:John Baldwin2011-03-241-2/+2
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-252-0/+4
* Use ffs() to locate free bits in the inode and block bitmaps rather thanJohn Baldwin2011-02-241-18/+10
* Fix typos - remove duplicate "is".Rebecca Cran2011-02-231-1/+1
* Eliminate two dubious attempts at optimizing the implementation of aAlan Cox2011-02-221-12/+4
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-212-2/+2
* tmpfs_remove() isn't modifying the file's data, so it shouldn't setAlan Cox2011-02-191-2/+1
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-162-1/+9
* Further simplify tmpfs_reg_resize(). Also, update its comments, includingAlan Cox2011-02-141-17/+12
* Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vmAlan Cox2011-02-132-33/+26
* After reading a bitmap block for i-nodes or blocks, recheck the count ofJohn Baldwin2011-02-081-0/+18
* Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() areAlan Cox2011-02-051-1/+2
* Collapse duplicate definitions of EXT2_SB().John Baldwin2011-02-041-17/+6
* Fix build with DIAGNOSTIC enabled.John Baldwin2011-02-021-4/+4
* Some cosmetic fixes and remove a duplicate constant.John Baldwin2011-02-013-10/+7
* - Set the next_alloc fields for an i-node after allocating a new blockJohn Baldwin2011-02-011-14/+58
* Quick fix to a comment.George V. Neville-Neil2011-01-271-2/+2
* Add macro to test the sv_flags of any process. Change some places to testDmitry Chagin2011-01-264-5/+5
* - Move special inode constants to ext2_dinode.h and rename them to matchJohn Baldwin2011-01-212-17/+27
* Restore support for the 'async' and 'sync' mount options lost whenJohn Baldwin2011-01-211-3/+3
* In tmpfs_readdir(), normalize handling of the directory entries thatKonstantin Belousov2011-01-202-4/+5
* Fix build with KDB defined.John Baldwin2011-01-191-0/+2
* Whitespace and style fixes.John Baldwin2011-01-193-6/+5
* Move calculation of 'bmask' earlier to match it's current location inJohn Baldwin2011-01-191-1/+2
* Merge 118969 from UFS:John Baldwin2011-01-193-4/+5
* Fix the experimental NFSv4 server so that it uses VOP_ACCESSX()Rick Macklem2011-01-181-1/+1
* Modify the experimental NFSv4 server so that it posts a SIGUSR2Rick Macklem2011-01-144-1/+49
* In the experimental NFS server, when converting an open-owner to a lock-owner,Zack Kirsch2011-01-121-1/+1