| Commit message (Expand) | Author | Age | Files | Lines |
| * | Kill off ReiserFS as it is no longer supported, for obvious reasons. | George V. Neville-Neil | 2016-05-17 | 13 | -6308/+0 |
| * | Fixing a memory leak on module unloading. | Tai-hwa Liang | 2015-09-11 | 1 | -0/+1 |
| * | Using consistent coding style to deal with error inside the loop. | Tai-hwa Liang | 2015-08-18 | 1 | -2/+2 |
| * | reiserfs: Use signed i_nlink | Pedro F. Giffuni | 2014-09-25 | 1 | -1/+1 |
| * | r16312 is not any longer real since many years (likely since when VFS | Attilio Rao | 2012-11-19 | 1 | -7/+0 |
| * | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | Attilio Rao | 2012-11-09 | 1 | -1/+0 |
| * | Just like the other file systems found in /sys/fs, g_vfs_open() | Tai-hwa Liang | 2012-08-01 | 1 | -2/+2 |
| * | Remove unused thread argument to vrecycle(). | Edward Tomasz Napierala | 2012-04-23 | 1 | -3/+1 |
| * | Make ReiserFS MPSAFE | Jean-Sébastien Pédron | 2012-03-27 | 1 | -3/+11 |
| * | Make sure all intermediate variables holding mount flags (mnt_flag) | Kirk McKusick | 2012-01-17 | 1 | -1/+1 |
| * | Convert files to UTF-8 | Ulrich Spörlein | 2012-01-15 | 12 | -13/+13 |
| * | Add a lock flags argument to the VFS_FHTOVP() file system | Rick Macklem | 2011-05-22 | 1 | -1/+2 |
| * | Remove prtactive variable and related printf()s in the vop_inactive | Konstantin Belousov | 2010-11-19 | 1 | -4/+0 |
| * | The r184588 changed the layout of struct export_args, causing an ABI | Konstantin Belousov | 2010-10-10 | 2 | -2/+4 |
| * | Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summer | Ulf Lilleengen | 2010-01-14 | 1 | -9/+10 |
| * | Remove unused code. | Edward Tomasz Napierala | 2009-12-03 | 1 | -36/+0 |
| * | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 1 | -9/+10 |
| * | Don't declare bin_search() as an inline function, since there's no | David Schultz | 2009-03-08 | 1 | -1/+1 |
| * | According to phk@, VOP_STRATEGY should never, _ever_, return | Edward Tomasz Napierala | 2008-12-16 | 1 | -1/+6 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 2 | -8/+8 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 2 | -3/+3 |
| * | Cleanup lockmgr interface and exported KPI: | Attilio Rao | 2008-01-24 | 1 | -2/+2 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 3 | -5/+5 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -1/+1 |
| * | Get rid of qaddr_t. | Alfred Perlstein | 2007-10-16 | 1 | -2/+2 |
| * | Remove 'inline' qualifiers from functions which are not, in fact, inlines. | Matt Jacob | 2007-06-10 | 2 | -7/+7 |
| * | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | Konstantin Belousov | 2007-06-01 | 1 | -1/+1 |
| * | Make insmntque() externally visibile and allow it to fail (e.g. during | Tor Egge | 2007-03-13 | 1 | -0/+8 |
| * | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | Pawel Jakub Dawidek | 2007-02-15 | 2 | -26/+29 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 2 | -9/+10 |
| * | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge | 2006-09-26 | 1 | -0/+4 |
| * | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | Craig Rodrigues | 2006-05-26 | 1 | -4/+2 |
| * | Don't hold a reference to the disk vnode for each inode. | Jean-Sébastien Pédron | 2006-01-05 | 1 | -9/+0 |
| * | Oops, the bug is still here, but reimplement the cpp(1) conditional properly. | Ruslan Ermilov | 2005-12-04 | 1 | -0/+9 |
| * | There no longer seems to be this bug in gcc(1). Remove the | Ruslan Ermilov | 2005-12-04 | 1 | -9/+0 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 2 | -4/+4 |
| * | Apply the same fix to a potential race in the ISDOTDOT code | Jean-Sébastien Pédron | 2005-10-21 | 1 | -1/+3 |
| * | Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting. | Suleiman Souhlal | 2005-09-03 | 1 | -2/+2 |
| * | *_mountfs() (if the filesystem mounts from a device) needs devvp to be | Suleiman Souhlal | 2005-09-02 | 1 | -4/+2 |
| * | Replace the use if ext2fs' bitops by bitstring.h macros. This fixes | Jean-Sébastien Pédron | 2005-06-21 | 2 | -29/+16 |
| * | Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@. | Jean-Sébastien Pédron | 2005-06-18 | 13 | -0/+6347 |