| Commit message (Expand) | Author | Age | Files | Lines |
| * | Partial MFC r215548: | Konstantin Belousov | 2010-11-26 | 1 | -5/+0 |
| * | MFC r213664: | Konstantin Belousov | 2010-10-27 | 2 | -2/+4 |
| * | MFC r214001: | Kevin Lo | 2010-10-25 | 1 | -3/+8 |
| * | MFC r213508: | Konstantin Belousov | 2010-10-14 | 1 | -0/+8 |
| * | MFC r204111: Fix common misspelling of hierarchy | Ulrich Spörlein | 2010-08-26 | 1 | -1/+1 |
| * | MFC r206098: mountmsdosfs: reject too high value of bytes per cluster | Andriy Gapon | 2010-04-12 | 1 | -0/+1 |
| * | MFC r204475: | Konstantin Belousov | 2010-03-24 | 1 | -0/+1 |
| * | MFC r204589: | Konstantin Belousov | 2010-03-24 | 1 | -3/+2 |
| * | MFC r204474: | Konstantin Belousov | 2010-03-24 | 1 | -24/+85 |
| * | MFC r204473: | Konstantin Belousov | 2010-03-24 | 1 | -10/+6 |
| * | MFC r204472: | Konstantin Belousov | 2010-03-24 | 1 | -0/+8 |
| * | MFC r204471: | Konstantin Belousov | 2010-03-24 | 2 | -12/+38 |
| * | MFC r204470: | Konstantin Belousov | 2010-03-24 | 2 | -1/+19 |
| * | MFC r204469: | Konstantin Belousov | 2010-03-24 | 1 | -3/+2 |
| * | MFC r204468: | Konstantin Belousov | 2010-03-24 | 1 | -2/+2 |
| * | MFC r204467: | Konstantin Belousov | 2010-03-24 | 1 | -2/+0 |
| * | MFC r204466: | Konstantin Belousov | 2010-03-24 | 2 | -8/+8 |
| * | MFC r204465: | Konstantin Belousov | 2010-03-24 | 1 | -21/+0 |
| * | MFC r203827: | Konstantin Belousov | 2010-02-27 | 6 | -23/+24 |
| * | MFC r203866: | Konstantin Belousov | 2010-02-21 | 1 | -1/+2 |
| * | MFC r203826: | Konstantin Belousov | 2010-02-20 | 1 | -4/+3 |
| * | MFC r203822: | Konstantin Belousov | 2010-02-20 | 1 | -3/+0 |
| * | Fix r193923 by noting that type of a_fp is struct file *, not int. | Konstantin Belousov | 2009-06-10 | 1 | -1/+1 |
| * | s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_args | Konstantin Belousov | 2009-06-10 | 1 | -1/+1 |
| * | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 1 | -10/+15 |
| * | - Hold a reference on the cdev a filesystem is mounted from in the mount. | John Baldwin | 2009-02-27 | 5 | -12/+14 |
| * | Right now, when trying to unmount a device that's already gone, | Edward Tomasz Napierala | 2009-02-23 | 1 | -3/+3 |
| * | Turn a "panic: non-decreasing id" into an error printf. This seems | Edward Tomasz Napierala | 2009-01-13 | 1 | -2/+5 |
| * | Fix msdosfs_print(), which in turn fixes "show lockedvnods" for msdosfs | Edward Tomasz Napierala | 2009-01-11 | 1 | -0/+1 |
| * | According to phk@, VOP_STRATEGY should never, _ever_, return | Edward Tomasz Napierala | 2008-12-16 | 1 | -1/+1 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 2 | -8/+9 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 2 | -5/+5 |
| * | Remove the struct thread unuseful argument from bufobj interface. | Attilio Rao | 2008-10-10 | 1 | -6/+5 |
| * | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | Konstantin Belousov | 2008-09-20 | 1 | -1/+1 |
| * | In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were | Konstantin Belousov | 2008-09-01 | 1 | -2/+2 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -9/+7 |
| * | The uniqdosname() function takes char[12] as it third argument. | Konstantin Belousov | 2008-07-04 | 1 | -1/+1 |
| * | Move the head of byte-level advisory lock list from the | Konstantin Belousov | 2008-04-16 | 2 | -36/+0 |
| * | Add the support for the AT_FDCWD and fd-relative name lookups to the | Konstantin Belousov | 2008-03-31 | 1 | -0/+1 |
| * | Add the new kernel-mode NFS Lock Manager. To use it instead of the | Doug Rabson | 2008-03-26 | 1 | -0/+18 |
| * | - Complete part of the unfinished bufobj work by consistently using | Jeff Roberson | 2008-03-22 | 1 | -0/+4 |
| * | Don't check the bpbSecPerTrack and bpbHeads fields of the BPB. | Marcel Moolenaar | 2008-02-21 | 1 | -8/+7 |
| * | Cleanup lockmgr interface and exported KPI: | Attilio Rao | 2008-01-24 | 1 | -4/+2 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 3 | -25/+23 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 3 | -5/+5 |
| * | o English lesson from bde@: "iff" is not a typo, it means "if and only if". | Maxim Konovalov | 2007-11-18 | 1 | -1/+1 |
| * | o Fix a typo in the comment. | Maxim Konovalov | 2007-11-17 | 1 | -1/+1 |
| * | Remove some debugging code that, while useful, doesn't belong in the committed | Tom Rhodes | 2007-10-25 | 2 | -16/+6 |
| * | Fixes to msdosfs dirtyflag related stuff: | Xin LI | 2007-10-22 | 1 | -26/+42 |
| * | Implement the async (really, delayed-write) mount option for msdosfs. | Bruce Evans | 2007-10-19 | 4 | -10/+18 |