aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* MFC: r202903Marius Strobl2010-01-312-10/+17
* MFC r196921:Konstantin Belousov2010-01-271-3/+5
* MFC 189696,189697:John Baldwin2010-01-212-2/+4
* MFC r199007:Attilio Rao2009-11-221-8/+9
* MFC 195840, 195844, and 196637:John Baldwin2009-09-141-0/+1
* MFC r196920:Konstantin Belousov2009-09-101-0/+1
* MFC r196689:Konstantin Belousov2009-09-051-1/+0
* MFC: Fix some LORs between vnode locks and filedescriptor table locks.John Baldwin2009-08-131-2/+0
* MFC r193923:Konstantin Belousov2009-06-243-3/+3
* MFC r193922:Konstantin Belousov2009-06-241-40/+2
* MFC r193919:Konstantin Belousov2009-06-243-14/+53
* MFC: Update the inline version of vn_vget_ino() for ".." lookups to matchJohn Baldwin2009-06-191-6/+8
* merge r193556: drop Giant from pseudofs.Dag-Erling Smørgrav2009-06-171-12/+14
* MFC r193176:Konstantin Belousov2009-06-141-2/+8
* MFC ZFS version 13. This includes the changes by pjd (see original messageKip Macy2009-05-204-0/+4
* MFC r192151:Konstantin Belousov2009-05-181-0/+1
* MFC r192012:Konstantin Belousov2009-05-151-2/+7
* MFC r188677: always call pfs_attr if definedDag-Erling Smørgrav2009-05-142-12/+31
* MFC 179060: udf: fix and speedup timestamp calculationsAndriy Gapon2009-03-191-22/+34
* MFC 189364: udf: use truly unique directory cookieAndriy Gapon2009-03-191-1/+1
* MFC 189302: udf_readdir: do not advance offset if entry can not be uio-edAndriy Gapon2009-03-191-1/+1
* MFC 189111: udf_readatoffset: correctly hanlde data in fentryAndriy Gapon2009-03-191-0/+6
* MFC 189082: udf_readatoffset: read through directory vnode, do not read > MAX...Andriy Gapon2009-03-193-25/+23
* MFC 189070: udf: add read-ahead support modeled after cd9660Andriy Gapon2009-03-192-3/+23
* MFC 189069: udf_map: return proper error code instead of leaking an internal oneAndriy Gapon2009-03-191-2/+13
* MFC 189068: udf_read: correctly read data from files with data embedded into ...Andriy Gapon2009-03-191-0/+26
* MFC 189067,189363: udf_strategy: tiny optimization of logic, calculations; ex...Andriy Gapon2009-03-191-18/+11
* MFC 188815, 188815: fix incorrect error return when reading a large dirAndriy Gapon2009-03-191-4/+3
* MFC: Use shared vnode locks when invoking VOP_READDIR().John Baldwin2009-03-181-1/+1
* MFC: Consolidate error handling in mount routines and make the mountpointJohn Baldwin2009-03-182-24/+26
* MFC: Keep the vnode for the mountpoint locked on return from namei()John Baldwin2009-03-181-12/+8
* MFC: Mark udf(4) MPSAFE and add support for using shared vnode locks forJohn Baldwin2009-03-182-24/+56
* MFC: Add rudimentary support for symbolic links on UDF.John Baldwin2009-03-182-3/+124
* MFC: Add support for fifos to UDF.John Baldwin2009-03-183-0/+64
* MFC r189693:Konstantin Belousov2009-03-181-9/+0
* MFC r189450:Konstantin Belousov2009-03-131-1/+1
* MFC: Make cd9660 MPSAFE and able to use shared vnode locks for pathnameJohn Baldwin2009-03-115-53/+121
* MFC: Add a flag to tag individual sysctl leaf nodes as MPSAFE. Tag theJohn Baldwin2009-03-101-2/+3
* MFC r187199:Edward Tomasz Napierala2009-03-011-2/+5
* MFC r186911:Edward Tomasz Napierala2009-03-011-2/+18
* MFC r186194:Edward Tomasz Napierala2009-03-015-5/+5
* MFC r188318:Konstantin Belousov2009-02-223-22/+10
* MFC: Remove unnecessary locking around vn_fullpath(). This also includesJohn Baldwin2009-02-172-11/+6
* MFC r187715:Konstantin Belousov2009-02-091-1/+4
* MFC r186565:Konstantin Belousov2009-01-291-1/+2
* MFC r186563:Konstantin Belousov2009-01-291-1/+1
* MFC r186561:Konstantin Belousov2009-01-291-15/+18
* MFC r186560:Konstantin Belousov2009-01-291-13/+27
* MFC r183211:Konstantin Belousov2009-01-2110-21/+15
* MFC r185984:Konstantin Belousov2008-12-191-1/+8