summaryrefslogtreecommitdiff
path: root/sys/fs/udf
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-07Change vnode operation lookup to return the resulting vnode *vpp unlocked.hannken
2014-01-23Change vnode operations create, mknod, mkdir and symlink to returnhannken
2014-01-17Change vnode operations create, mknod, mkdir and symlink to keep thehannken
2013-11-21Don't create a variable just to assert() on it - assert on theriz
2013-10-30used __diagused where appropriate.mrg
2013-10-18fix unused variable warningschristos
2013-10-04Remove a bogus vrecycle() from udf_inactive(). Vrecycle() works on inactivehannken
2013-09-30Replace macro v_specmountpoint with two functions spec_node_getmountedfs()hannken
2013-08-09Fix 32 bit issue in main file read-in function. On both 32 bit and 64 bitreinoud
2013-08-05Support tools build.joerg
2013-07-16Remove udf_node * as state variables and add the loop invariants UFS and tmpfsreinoud
2013-07-15First step in rewriting the genealogy casereinoud
2013-07-13udf_gro_genealogy() : source and destination should never be the same on call,reinoud
2013-07-13vp is used, so don't (void) itreinoud
2013-07-13Rework udf_gro_rename() to be more linear instead of nesting if/elsereinoud
2013-07-12In case there is trouble determining the number of entries in a directory,reinoud
2013-07-11Resort to the easiest way to check if a directory is deleted: the flag thatreinoud
2013-07-11Small cleanupreinoud
2013-07-10Remove the dirent checks and references. UDF doesn't need/use them on renamereinoud
2013-07-10Implement udf_rename() using the new genfs_rename() framework.reinoud
2013-07-08Clarify the sticky-bit checkreinoud
2013-07-07Pull forward the node creation returned from the lookup call. Its vnode isreinoud
2013-07-07Implement a real empty-directory checking for rmdir().reinoud
2013-07-05Fixes chflags. They were silently rejected before but the VFS standard demandsreinoud
2013-07-05Provide additional checks to udf_lookup and restructure it a bit.reinoud
2013-07-03Remove spurious empty linereinoud
2013-07-03On removing a directory make sure the leaf directory doesn't have a valid '..'reinoud
2013-07-03Typo in debug message: we are removing a directory and not a file.reinoud
2013-07-03On growing a node that was recorded inside the (E)FE, don't forget to set thereinoud
2013-06-27Since UDF volumes are always mounted async, the simple UBC purging withreinoud
2013-03-18C99 section 6.7.2.3 (Tags) Note 3 states that:plunky
2012-11-05Excise struct componentname from the namecache.dholland
2012-11-05Disentangle the namecache from the internals of namei.dholland
2012-07-27gcc -fno-common falloutdrochner
2012-07-22Move some the test for MAKEENTRY into the cache_enter(9). Make somermind
2012-04-29change vflushbuf() to take the full FSYNC_* flags.chs
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2011-11-18Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too.christos
2011-11-14VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount()hannken
2011-11-13use getdisksize()christos
2011-10-18VOP_GETATTR() needs a shared lock at least.hannken
2011-09-27return UDF_MAXNAMLEN instead of NAME_MAXchristos
2011-09-27- rename UDF_MAX_NAMELEN -> UDF_MAXNAMLENchristos
2011-08-16Fix some typos.mbalmer
2011-07-07English checked and corrected, courtisy ofreinoud
2011-06-16Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) tohannken
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-05-19Remove cache_purge(9) calls from reclamation routines in the file systems,rmind
2011-04-26Change vflushbuf() to return an error if a synchronous write fails.hannken