summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-191-7/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+0
* Just like the other file systems found in /sys/fs, g_vfs_open()avatar2012-08-011-2/+2
* Remove unused thread argument to vrecycle().trasz2012-04-231-3/+1
* Make ReiserFS MPSAFEdumbbell2012-03-271-3/+11
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* Convert files to UTF-8uqs2012-01-1512-13/+13
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+2
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-4/+0
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-102-2/+4
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-141-9/+10
* Remove unused code.trasz2009-12-031-36/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-9/+10
* Don't declare bin_search() as an inline function, since there's nodas2009-03-081-1/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+6
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-282-8/+8
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-232-3/+3
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-2/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-133-5/+5
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Get rid of qaddr_t.alfred2007-10-161-2/+2
* Remove 'inline' qualifiers from functions which are not, in fact, inlines.mjacob2007-06-102-7/+7
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationkib2007-06-011-1/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+8
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-152-26/+29
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-062-9/+10
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+4
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-4/+2
* Don't hold a reference to the disk vnode for each inode.dumbbell2006-01-051-9/+0
* Oops, the bug is still here, but reimplement the cpp(1) conditional properly.ru2005-12-041-0/+9
* There no longer seems to be this bug in gcc(1). Remove theru2005-12-041-9/+0
* Normalize a significant number of kernel malloc type names:rwatson2005-10-312-4/+4
* Apply the same fix to a potential race in the ISDOTDOT codedumbbell2005-10-211-1/+3
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.ssouhlal2005-09-031-2/+2
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-021-4/+2
* Replace the use if ext2fs' bitops by bitstring.h macros. This fixesdumbbell2005-06-212-29/+16
* Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@.dumbbell2005-06-1813-0/+6347
OpenPOWER on IntegriCloud