aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* Remove prtactive variable and related printf()s in the vop_inactiveKonstantin Belousov2010-11-191-4/+0
* The r184588 changed the layout of struct export_args, causing an ABIKonstantin Belousov2010-10-102-2/+4
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen2010-01-141-9/+10
* Remove unused code.Edward Tomasz Napierala2009-12-031-36/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-9/+10
* Don't declare bin_search() as an inline function, since there's noDavid Schultz2009-03-081-1/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returnEdward Tomasz Napierala2008-12-161-1/+6
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-282-8/+8
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-232-3/+3
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-2/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-133-5/+5
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-2/+2
* Remove 'inline' qualifiers from functions which are not, in fact, inlines.Matt Jacob2007-06-102-7/+7
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationKonstantin Belousov2007-06-011-1/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-0/+8
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-152-26/+29
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-062-9/+10
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+4
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingCraig Rodrigues2006-05-261-4/+2
* Don't hold a reference to the disk vnode for each inode.Jean-Sébastien Pédron2006-01-051-9/+0
* Oops, the bug is still here, but reimplement the cpp(1) conditional properly.Ruslan Ermilov2005-12-041-0/+9
* There no longer seems to be this bug in gcc(1). Remove theRuslan Ermilov2005-12-041-9/+0
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-312-4/+4
* Apply the same fix to a potential race in the ISDOTDOT codeJean-Sébastien Pédron2005-10-211-1/+3
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.Suleiman Souhlal2005-09-031-2/+2
* *_mountfs() (if the filesystem mounts from a device) needs devvp to beSuleiman Souhlal2005-09-021-4/+2
* Replace the use if ext2fs' bitops by bitstring.h macros. This fixesJean-Sébastien Pédron2005-06-212-29/+16
* Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@.Jean-Sébastien Pédron2005-06-1813-0/+6347