summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate unnecessary clearing of the page's dirty mask from variousalc2009-05-151-1/+3
* Apply changes to the experimental nfs server so that it uses the securityrmacklem2009-05-1410-74/+180
* Change the file names in the comments in sys/fs/nfs/nfs_var.h sormacklem2009-05-141-34/+30
* Apply a one line change to nfs_clbio.c (which is largely a copyrmacklem2009-05-131-1/+2
* Modify the experimental nfs server to use the new nfsd_nfsd_argsrmacklem2009-05-122-40/+39
* Report all fdescfs vnodes as VCHR for stat(2). Fake the uniquekib2009-05-121-65/+20
* Return controlled EINVAL when the fdescfs lookup routine is given stringkib2009-05-121-2/+7
* Eliminate gratuitous clearing of the page's dirty mask.alc2009-05-121-1/+2
* Change the name of the nfs server addsock structure from nfsd_argsrmacklem2009-05-112-2/+2
* Modify nfsvno_fhtovp() to ensure that it always sets the credprmacklem2009-05-111-0/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-1128-224/+228
* Eliminate stale comments.alc2009-05-101-4/+0
* Do not embed struct ucred into larger netcred parent structures.kan2009-05-093-20/+6
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-0444-0/+44521
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-104-38/+2
* Remove spurious locking in pfs_write().des2009-04-081-2/+0
* Fix an inverted KASSERT. Add similar assertions in other similar places.des2009-04-071-2/+20
* Do not use null_bypass for VOP_ISLOCKED, directly call defaultpho2009-03-181-0/+1
* Remove the null_islocked() overloaded vop because the standard one doesattilio2009-03-131-9/+0
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-112-2/+4
* Enable advisory file locking for devfs vnodes.kib2009-03-111-9/+0
* Do not use bypass for vop_vptocnp() from nullfs, call standardkib2009-03-101-0/+1
* Extract the no_poll() and vop_nopoll() code into the common routinekib2009-03-061-1/+1
* udf: use truly unique directory cookieavg2009-03-041-1/+1
* udf_strategy: remove redundant commentavg2009-03-041-4/+0
* udf_readdir: do not advance offset if entry can not be uio-edavg2009-03-031-1/+1
* Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit processkib2009-03-023-9/+9
* - Hold a reference on the cdev a filesystem is mounted from in the mount.jhb2009-02-275-12/+14
* udf_readatoffset: return correct size and data pointer for data in fentryavg2009-02-271-0/+6
* udf_readatoffset: read through directory vnode, do not read > MAXBSIZEavg2009-02-263-25/+23
* udf: add read-ahead support modeled after cd9660avg2009-02-262-3/+23
* udf_map: return proper error code instead of leaking an internal oneavg2009-02-261-2/+13
* udf_read: correctly read data from files with data embedded into fentry,avg2009-02-261-0/+26
* udf_strategy: tiny optimization of logic, calculations; extra diagnosticsavg2009-02-261-14/+11
* Right now, when trying to unmount a device that's already gone,trasz2009-02-231-3/+3
* Use uiomove_fromphys() instead of the combination of sf_buf and uiomove().alc2009-02-221-34/+11
* Simplify the unwiring and activation of pages.alc2009-02-221-4/+2
* style nit in r188815avg2009-02-191-1/+1
* fs/udf: fix incorrect error return (-1) when reading a large diravg2009-02-191-4/+3
* Fix a logic bug that caused the pfs_attr method to be called only fordes2009-02-162-8/+11
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-131-1/+1
* - Consolidate error handling in the cd9660 and udf mount routines.jhb2009-02-112-24/+26
* Mark udf(4) MPSAFE and add support for shared vnode locks during pathnamejhb2009-02-092-24/+55
* Use the same style as the rest of the file for the optional data stringjhb2009-02-091-1/+1
* Lookup up the directory entry for the tmpfs node that are deleted bykib2009-02-083-22/+10
* Add rudimentary support for symbolic links on UDF. Links are stored as ajhb2009-02-062-3/+124
* Add support for fifos to UDF:jhb2009-02-063-0/+64
* Tweak the output of VOP_PRINT/vn_printf() some.jhb2009-02-061-0/+1
* After r186194 the *fs_strategy() functions always return 0.bz2009-01-312-4/+2
* Remove unused local variables.bz2009-01-318-20/+2
OpenPOWER on IntegriCloud