summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a kernel linking problem introduced by r221032, r221040rmacklem2011-04-261-3/+10
* Modify the experimental (newnfs) NFS client so that it uses thermacklem2011-04-254-147/+30
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-251-1/+0
* Modify the experimental NFS client so that it uses the samermacklem2011-04-253-129/+32
* Remove the nm_mtx mutex locking from the test forrmacklem2011-04-211-5/+1
* Revert r220906, since the vp isn't always locked whenrmacklem2011-04-211-2/+0
* Add a check for VI_DOOMED at the beginning of nfscl_request()rmacklem2011-04-201-0/+2
* Modify the offset + size checks for read and write in thermacklem2011-04-201-3/+13
* Modify the offset + size checks for read and write in thermacklem2011-04-201-3/+6
* Fix up handling of the nfsmount structure in read and writermacklem2011-04-191-11/+11
* Revert r220761 since, as kib@ pointed out, the case ofrmacklem2011-04-183-13/+0
* Add a vput() to nfs_lookitup() in the experimental NFS clientrmacklem2011-04-181-1/+4
* Add vput() calls in two places in the experimental NFS clientrmacklem2011-04-181-2/+5
* Change the mutex locking for several locations in thermacklem2011-04-171-28/+60
* Add checks for MNTK_UNMOUNTF at the beginning of threermacklem2011-04-173-0/+13
* Get rid of the "nfscl: consider increasing kern.ipc.maxsockbuf"rmacklem2011-04-171-7/+2
* Fix up some of the sysctls for the experimental NFS client sormacklem2011-04-172-6/+10
* Change some defaults in the experimental NFS client to be thermacklem2011-04-172-4/+21
* Fix readdirplus in the experimental NFS client so that itrmacklem2011-04-171-1/+22
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in thermacklem2011-04-167-20/+25
* Add mutex locking on the nfs node in ncl_inactive() for thermacklem2011-04-161-0/+4
* Change the experimental NFS client so that it creates nfsiodrmacklem2011-04-155-71/+79
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()rmacklem2011-04-1410-34/+37
* Modify the experimental NFSv4 server so that it handlesrmacklem2011-04-147-51/+129
* Add VOP_PATHCONF() support to the experimental NFS clientrmacklem2011-04-131-0/+115
* Fix the experimental NFSv4 client so that it recognizes serverrmacklem2011-04-131-5/+17
* Vrele ni_startdir in the experimental NFS server for the casermacklem2011-04-111-3/+2
* Add some cleanup code to the module unload operation forrmacklem2011-04-103-0/+43
* Add a VOP_UNLOCK() for the directory, when that is not whatrmacklem2011-04-091-1/+5
* Linuxolator calls VOP_READDIR with ncookies pointer. Implement akib2011-04-091-7/+3
* Add RACCT_NOFILE accounting.trasz2011-04-061-0/+5
* This patch fixes the Experimental NFS client to properly deal with 32 bit or 64zack2011-03-302-6/+5
* Report EBUSY instead of EROFS for attempt of deleting or renaming thekib2011-03-251-2/+2
* Fix some locking nits with the p_state field of struct proc:jhb2011-03-241-2/+2
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-252-0/+4
* Use ffs() to locate free bits in the inode and block bitmaps rather thanjhb2011-02-241-18/+10
* Fix typos - remove duplicate "is".brucec2011-02-231-1/+1
* Eliminate two dubious attempts at optimizing the implementation of aalc2011-02-221-12/+4
* Fix typos - remove duplicate "the".brucec2011-02-212-2/+2
* tmpfs_remove() isn't modifying the file's data, so it shouldn't setalc2011-02-191-2/+1
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-162-1/+9
* Further simplify tmpfs_reg_resize(). Also, update its comments, includingalc2011-02-141-17/+12
* Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vmalc2011-02-132-33/+26
* After reading a bitmap block for i-nodes or blocks, recheck the count ofjhb2011-02-081-0/+18
* Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() arealc2011-02-051-1/+2
* Collapse duplicate definitions of EXT2_SB().jhb2011-02-041-17/+6
* Fix build with DIAGNOSTIC enabled.jhb2011-02-021-4/+4
* Some cosmetic fixes and remove a duplicate constant.jhb2011-02-013-10/+7
* - Set the next_alloc fields for an i-node after allocating a new blockjhb2011-02-011-14/+58
* Quick fix to a comment.gnn2011-01-271-2/+2
OpenPOWER on IntegriCloud