aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix white spaces.Jung-uk Kim2015-03-021-18/+18
* Make fuse(4) respect FOPEN_DIRECT_IO. This is required for correctEdward Tomasz Napierala2015-03-023-1/+29
* nandfs_meta_bread() calls bread() which can set bp to NULL in someWarner Losh2015-03-011-1/+2
* Do not leak 'copy' buffer if bmap_truncate_indirect fails.Alexander Kabaev2015-02-281-0/+1
* Some fixes for fdescfs lookup code.Konstantin Belousov2015-02-281-10/+32
* The VNASSERT in vflush() FORCECLOSE case is trying to panic early toKonstantin Belousov2015-02-271-2/+1
* ext2fs: Plug small memory leakPedro F. Giffuni2015-02-151-1/+2
* Reuse value of cursize instead of recalculating.Pedro F. Giffuni2015-02-151-1/+1
* Initialize the allocation of variables related to the ext2 allocator.Pedro F. Giffuni2015-02-151-6/+6
* Restore ABI compatibility, broken in r273127. Note that while this fixesEdward Tomasz Napierala2015-02-102-1/+53
* Remove duplicated assignment.Konstantin Belousov2015-02-031-1/+0
* Update directory times immediately after an entry is created orKonstantin Belousov2015-01-311-0/+2
* Remove single-use boolean.Konstantin Belousov2015-01-311-3/+1
* POSIX states that write(2) "shall mark for update the last dataKonstantin Belousov2015-01-312-2/+3
* Fix a -Wcast-qual warning in smbfs_subr.c, by using __DECONST. NoDimitry Andric2015-01-301-2/+2
* Fix a -Wcast-qual warning in udf_vnops.c, by using __DECONST. NoDimitry Andric2015-01-301-2/+3
* Fix a bunch of -Wcast-qual warnings in cd9660_util.c, by usingDimitry Andric2015-01-291-2/+4
* Fix a bunch of -Wcast-qual warnings in msdosfs_conv.c, by usingDimitry Andric2015-01-291-6/+7
* Add allow.mount.fdescfs jail flag.Jamie Gritton2015-01-281-1/+6
* Update mtime for tmpfs files modified through memory mapping. SimilarKonstantin Belousov2015-01-284-5/+67
* tmpfs does not use UVM on FreeBSD.Konstantin Belousov2015-01-281-4/+4
* Stop enforcing additional reference on all cdevs, which was introducedKonstantin Belousov2015-01-192-6/+1
* Ignore devfs directory entries for devices either being destroyed orKonstantin Belousov2015-01-192-0/+13
* Fix the build when INVARIANTS is defined by restoring `bo`'s definition inEnji Cooper2015-01-191-0/+6
* ext2: Garbage-collect some unused variablesPedro F. Giffuni2015-01-197-14/+2
* ext2: fix for uninitialized pointer read.Pedro F. Giffuni2015-01-181-1/+1
* Remove dead code.Pedro F. Giffuni2015-01-181-6/+3
* Make SIGSTOP working for sleeps done while waiting for fifo readers orKonstantin Belousov2015-01-181-1/+7
* ext2: cosmetical issuesPedro F. Giffuni2015-01-171-2/+5
* Avoid race with "dev_rel()" when using the recently addedHans Petter Selasky2015-01-141-0/+6
* Don't use POLLNVAL as a return value from the client side pollHans Petter Selasky2015-01-131-10/+28
* ANSIfy msdosfsEd Maste2015-01-123-33/+17
* ANSIfy sys/fs/msdosfsEd Maste2015-01-096-286/+63
* Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macroRobert Watson2015-01-072-4/+1
* Convert nullfs hash lock from a mutex to an rwlock.Mateusz Guzik2014-12-301-12/+12
* r245508 modified the NFS client's Setattr RPC toRick Macklem2014-12-281-1/+8
* Delete some duplicate code that was harmless becauseRick Macklem2014-12-251-14/+0
* A deadlock in the NFSv4 server with vfs.nfsd.enable_locallocks=1Rick Macklem2014-12-252-33/+101
* Fix kernel builds with "options NFS_DEBUG" thatRick Macklem2014-12-233-18/+23
* Remove the old NFS client and server from head,Rick Macklem2014-12-234-8/+8
* Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, someKonstantin Belousov2014-12-214-2/+12
* Adjust the test of a KASSERT to better match the intent.Benno Rice2014-12-191-1/+2
* The VOP_LOOKUP() implementations for CREATE op do not put the nameKonstantin Belousov2014-12-189-16/+16
* Adjust printf format specifiers for dev_t and ino_t in kernel.Gleb Kurtsou2014-12-173-9/+11
* ext2fs: Fix old out-of-bounds access.Pedro F. Giffuni2014-12-091-6/+16
* Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount.Konstantin Belousov2014-12-091-3/+7
* The process spin lock currently has the following distinct uses:Konstantin Belousov2014-11-261-2/+2
* Implement "automount -c".Edward Tomasz Napierala2014-11-223-1/+16
* Fix smbfs to not zero out statfs f_flags field. Previously, thisEdward Tomasz Napierala2014-11-211-2/+0
* ifdef ext2_print_inode which is not really used.Pedro F. Giffuni2014-11-123-2/+6