| Commit message (Expand) | Author | Age | Files | Lines |
* | When returning error from msdosfs_lookup(), make sure that *vpp is NULL. | Konstantin Belousov | 2010-03-03 | 1 | -3/+6 |
* | Do not leak vnode lock when msdosfs mount is updated and specified | Konstantin Belousov | 2010-03-02 | 1 | -3/+2 |
* | Only destroy pm_fatlock on error if it was initialized. | Konstantin Belousov | 2010-03-02 | 1 | -1/+1 |
* | Mark msdosfs as mpsafe. | Konstantin Belousov | 2010-02-28 | 1 | -0/+1 |
* | Fix the race between dotdot lookup and forced unmount, by using | Konstantin Belousov | 2010-02-28 | 1 | -23/+81 |
* | Use pm_fatlock to protect per-filesystem rb tree used to allocate fileno | Konstantin Belousov | 2010-02-28 | 1 | -10/+6 |
* | Add assertions for FAT bitmap state. | Konstantin Belousov | 2010-02-28 | 1 | -0/+8 |
* | Use pm_fatlock to protect fat bitmap. | Konstantin Belousov | 2010-02-28 | 2 | -12/+38 |
* | Add per-mountpoint lockmgr lock for msdosfs. It is intended to be used | Konstantin Belousov | 2010-02-28 | 2 | -1/+19 |
* | In msdosfs deget(), properly handle the case when the vnode is found in hash. | Konstantin Belousov | 2010-02-28 | 1 | -3/+2 |
* | In msdosfs_inactive(), reclaim the vnodes both for SLOT_DELETED and | Konstantin Belousov | 2010-02-28 | 1 | -2/+2 |
* | Remove seemingly unneeded unlock/relock of the dvp in msdosfs_rmdir, | Konstantin Belousov | 2010-02-28 | 1 | -2/+0 |
* | Assert that the msdosfs vnode is (e)locked in several places. | Konstantin Belousov | 2010-02-28 | 2 | -8/+8 |
* | Remove unused global statistic about fat cache usage. | Konstantin Belousov | 2010-02-28 | 1 | -21/+0 |
* | Fix common misspelling of hierarchy | Ulrich Spörlein | 2010-02-20 | 1 | -1/+1 |
* | Invalid filesystem might cause the bp to be never read. | Konstantin Belousov | 2010-02-14 | 1 | -1/+2 |
* | Fix function name in the comment in the second location too. | Konstantin Belousov | 2010-02-13 | 1 | -1/+1 |
* | - Add idempotency guards so the structures can be used in other utilities. | Konstantin Belousov | 2010-02-13 | 6 | -23/+24 |
* | Use M_ZERO instead of calling bzero(). | Konstantin Belousov | 2010-02-13 | 1 | -3/+2 |
* | Remove unused macros. | Konstantin Belousov | 2010-02-13 | 1 | -3/+0 |
* | Revert previous commit and add myself to the list of people who should | Poul-Henning Kamp | 2009-09-08 | 1 | -1/+0 |
* | Add necessary include. | Poul-Henning Kamp | 2009-09-08 | 1 | -0/+1 |
* | 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 |