aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Clear the cookie pointer on error in tmpfs_readdir().Mark Johnston2016-02-121-1/+4
* Ext4: Use boolean type instead of '0' and '1'Pedro F. Giffuni2016-02-112-8/+8
* Ext4: fix handling of files with sparse blocks before extent's index.Pedro F. Giffuni2016-02-112-15/+44
* Revert r295359:Pedro F. Giffuni2016-02-071-1/+1
* msdosfs_rename: yet another unused value.Pedro F. Giffuni2016-02-071-3/+0
* cd9660: Drop an unnecessary check for NULL.Pedro F. Giffuni2016-02-071-2/+1
* fdesc_setattr: unitialized pointer readPedro F. Giffuni2016-02-071-1/+1
* msdosfs_rename: Unused valuePedro F. Giffuni2016-02-061-1/+0
* Revert r294695:Pedro F. Giffuni2016-02-031-5/+7
* ext2fs: passthrough any extra timestamps to the dinode struct.Pedro F. Giffuni2016-01-241-7/+5
* ext2: rename some directory index constants.Pedro F. Giffuni2016-01-241-1/+1
* Fix comment.Pedro F. Giffuni2016-01-241-1/+1
* Rename some directory index constants.Pedro F. Giffuni2016-01-244-7/+7
* ext2: Initialize i_flag after allocation.Pedro F. Giffuni2016-01-241-0/+1
* When devfs dirent is freed, a vnode might still keep a pointer to it,Konstantin Belousov2016-01-221-0/+7
* ext2fs: Bring back the htree dir_index implementation.Pedro F. Giffuni2016-01-217-115/+1492
* Assert that the linkage between struct cdev_privdata and and structKonstantin Belousov2016-01-171-0/+2
* [PR 206224] bv_cnt is sometimes examined without holding the bufobj lockRavi Pokala2016-01-171-0/+5
* Unbreak NOIP builds after r294084.Bjoern A. Zeeb2016-01-151-1/+2
* Make nfscl_getmyip() use new routing KPI.Alexander V. Chernikov2016-01-153-55/+52
* Make devfs_fpdrop() static. It was not a public KPI, and it has noKonstantin Belousov2016-01-131-1/+1
* ext4: mount panic from freeing invalid pointersPedro F. Giffuni2016-01-111-1/+1
* ext4: add support for reading sparse filesPedro F. Giffuni2016-01-114-34/+80
* Change the type of newsize argument in the smbfs_smb_setfsize() functionAndrey V. Elsukov2016-01-113-6/+8
* ext2fs: reading mmaped file in Ext4 causes panicPedro F. Giffuni2016-01-071-6/+13
* Hide transient EBADF errors caused by the parallel revoke(2) or forcedKonstantin Belousov2016-01-021-3/+3
* Minor style cleanup.Konstantin Belousov2016-01-011-1/+1
* Force nullfs vnode reclaim after unlinking, to potentially unlinkKonstantin Belousov2015-12-301-3/+5
* ext2: recognize ext4 INCOMPAT_RECOVER flagPedro F. Giffuni2015-12-291-0/+3
* Make it possible for the cdevsw d_close() driver method to detect lastKonstantin Belousov2015-12-221-3/+9
* Keep devfs mount locked for the whole duration of the devfs_setattr(),Konstantin Belousov2015-12-221-7/+14
* Make CUSE usable with platforms where the size of "unsigned long" isHans Petter Selasky2015-12-222-6/+6
* Make CUSE usable with platforms where the size of "unsigned long" isHans Petter Selasky2015-12-222-3/+3
* Guard against the same process being both CUSE server and client atHans Petter Selasky2015-12-221-2/+13
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.Gleb Smirnoff2015-12-163-43/+30
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().Gleb Smirnoff2015-12-164-65/+46
* The cdevpriv_dtr_t typedef was not able to be used in a function prototypeJohn Baldwin2015-12-021-1/+1
* Fix the memory leak that occurs when the nfscommon.ko module is unloaded.Rick Macklem2015-12-023-0/+52
* Delete the TUNABLE_INT() line. It was in r291527 so that it could beRick Macklem2015-11-301-1/+0
* Add kernel support to the NFS server for the "-manage-gids"Rick Macklem2015-11-306-220/+547
* For performance reasons, it is useful to have a single string used asKirk McKusick2015-11-293-3/+11
* When the nfsd threads are terminated, the NFSv4 server stateRick Macklem2015-11-213-7/+50
* Revert r283330 since it broke directory caching in the client.Rick Macklem2015-11-211-0/+38
* mnt_stat.f_iosize (which is used to set bo_bsize) must be set toRick Macklem2015-11-171-1/+3
* - Consistently use PROC_ASSERT_HELD() to verify that a process' hold countMark Johnston2015-11-082-2/+2
* Ensure that when a blockable open of fifo returns success, a validKonstantin Belousov2015-09-201-2/+9
* Fix an NFS server bug that manifested in "ls -al" displaying a plusEdward Tomasz Napierala2015-08-281-0/+2
* Make it possible to forcibly unmount devfs.Edward Tomasz Napierala2015-08-241-0/+2
* After r286237 it should be fine to call vgone(9) on a busy GEOM vnode;Edward Tomasz Napierala2015-08-231-1/+2
* For the case where an NFSv4.1 ExchangeID operation has the client identifierRick Macklem2015-08-141-2/+5