| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 2 | -8/+9 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 2 | -5/+5 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -6/+5 |
* | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | kib | 2008-09-20 | 1 | -1/+1 |
* | In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were | kib | 2008-09-01 | 1 | -2/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -9/+7 |
* | The uniqdosname() function takes char[12] as it third argument. | kib | 2008-07-04 | 1 | -1/+1 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 2 | -36/+0 |
* | Add the support for the AT_FDCWD and fd-relative name lookups to the | kib | 2008-03-31 | 1 | -0/+1 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -0/+18 |
* | - Complete part of the unfinished bufobj work by consistently using | jeff | 2008-03-22 | 1 | -0/+4 |
* | Don't check the bpbSecPerTrack and bpbHeads fields of the BPB. | marcel | 2008-02-21 | 1 | -8/+7 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -4/+2 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 3 | -25/+23 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 3 | -5/+5 |
* | o English lesson from bde@: "iff" is not a typo, it means "if and only if". | maxim | 2007-11-18 | 1 | -1/+1 |
* | o Fix a typo in the comment. | maxim | 2007-11-17 | 1 | -1/+1 |
* | Remove some debugging code that, while useful, doesn't belong in the committed | trhodes | 2007-10-25 | 2 | -16/+6 |
* | Fixes to msdosfs dirtyflag related stuff: | delphij | 2007-10-22 | 1 | -26/+42 |
* | Implement the async (really, delayed-write) mount option for msdosfs. | bde | 2007-10-19 | 4 | -10/+18 |
* | Add noclusterr and noclusterw options to the options list. I forgot these | bde | 2007-10-18 | 1 | -1/+1 |
* | Fix some style bugs in the mount options list. Mainly, sort the list, | bde | 2007-10-18 | 1 | -6/+7 |
* | In msdosfs_settattr(), don't do synchronous updates of the denode | bde | 2007-10-18 | 1 | -1/+1 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -3/+3 |
* | Remove some of the pessimizations involving writing the fsi sector. | bde | 2007-09-23 | 1 | -16/+0 |
* | Fix races in msdosfs_lookup() and msdosfs_readdir(). These functions | bde | 2007-08-31 | 4 | -62/+64 |
* | On 6.x this works: | jhb | 2007-08-15 | 1 | -1/+1 |
* | In msdosfs_read() and msdosfs_write(), don't check explicitly for | bde | 2007-08-07 | 1 | -12/+21 |
* | Fix and update the comments about the effect of the read-only flag on writing. | bde | 2007-08-07 | 1 | -10/+16 |
* | Fix some style bugs (don't assume that off_t == int64_t; fix some comments; | bde | 2007-08-07 | 1 | -11/+10 |
* | Fix some style bugs (don't assume that off_t == int64_t; fix some comments; | bde | 2007-08-07 | 1 | -11/+9 |
* | Fix some style bugs (mainly some whitespace errors). | bde | 2007-08-07 | 1 | -22/+20 |
* | Fix some style bugs (some whitespace errors only). | bde | 2007-08-07 | 2 | -11/+11 |
* | Sort includes. | bde | 2007-08-07 | 1 | -10/+10 |
* | Sort includes. | bde | 2007-08-07 | 1 | -11/+11 |
* | Sort includes. | bde | 2007-08-07 | 1 | -9/+3 |
* | Remove unused include(s). | bde | 2007-08-07 | 1 | -10/+4 |
* | Remove unused include(s). | bde | 2007-08-07 | 4 | -11/+11 |
* | Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of | bde | 2007-08-07 | 1 | -0/+2 |
* | Include <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending on | bde | 2007-08-07 | 1 | -1/+2 |
* | Remove unused include(s). | bde | 2007-08-07 | 7 | -15/+0 |
* | Silently fix up the estimated next free cluster number from the fsinfo | bde | 2007-08-05 | 1 | -10/+12 |
* | Oops, fix the fix for the i/o size of the fsinfo block. Its log | bde | 2007-08-03 | 2 | -2/+2 |
* | Make using msdosfs as the root file system sort of work: | bde | 2007-07-23 | 1 | -3/+15 |
* | Implement vfs clustering for msdosfs. | bde | 2007-07-20 | 1 | -6/+49 |
* | Clean up before implementing vfs clustering for msdosfs: | bde | 2007-07-20 | 2 | -37/+43 |
* | Round up the FAT block size to a multiple of the sector size so that i/o | bde | 2007-07-12 | 1 | -8/+6 |
* | Fix some bugs involving the fsinfo block (many remain unfixed). This is | bde | 2007-07-12 | 4 | -12/+3 |
* | Don't use almost perfectly pessimal cluster allocation. Allocation | bde | 2007-07-10 | 2 | -6/+5 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -8/+4 |