| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/msdosfs fatblock: use ulmin() rather than min() | Konstantin Belousov | 2024-02-23 | 1 | -1/+1 |
* | sys: Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
* | fs/msdosfs: Fix potential panic and size calculations | Stefan Eßer | 2023-04-25 | 1 | -3/+9 |
* | msdosfs: on integrity error, fire a task to remount filesystem to ro | Konstantin Belousov | 2022-01-08 | 1 | -0/+1 |
* | msdosfs: clusterfree() is used only in error handling cases | Konstantin Belousov | 2022-01-08 | 1 | -8/+5 |
* | msdosfs: take inusemap inconsistency as an error, not invariants violation | Konstantin Belousov | 2022-01-08 | 1 | -14/+27 |
* | fs: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
* | Plug the rest of undef behavior places that were missed in r337456. | Konstantin Belousov | 2019-10-11 | 1 | -7/+9 |
* | buf: Add B_INVALONERR flag to discard data | Conrad Meyer | 2019-09-11 | 1 | -3/+29 |
* | msdosfs: Remove redundant brelse() after r294954 | Conrad Meyer | 2019-09-06 | 1 | -4/+0 |
* | msdosfs: Drop an unneeded brelse in bread error condition | Conrad Meyer | 2019-09-05 | 1 | -3/+1 |
* | msdosfs_fat: reduce diffs with NetBSD and makefs | Ed Maste | 2019-08-22 | 1 | -22/+22 |
* | Add vn_fsync_buf(). | Konstantin Belousov | 2019-04-09 | 1 | -7/+2 |
* | Fix dirty buf exhaustion easily triggered with msdosfs. | Konstantin Belousov | 2019-04-09 | 1 | -1/+11 |
* | msdosfs: fixes for Undefined Behavior. | Pedro F. Giffuni | 2018-08-08 | 1 | -5/+5 |
* | Revert change made in base r171522 | Kirk McKusick | 2018-05-16 | 1 | -1/+1 |
* | sys/fs: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Style. | Konstantin Belousov | 2017-08-28 | 1 | -3/+3 |
* | Verify that the BPB media descriptor and FAT ID match. | Konstantin Belousov | 2017-08-28 | 1 | -7/+17 |
* | msdosfs: reformat a comment to reduce NetBSD diffs | Ed Maste | 2017-06-22 | 1 | -8/+6 |
* | msdosfs: use mem{cpy,move,set} instead of bcopy,bzero | Ed Maste | 2017-06-02 | 1 | -1/+1 |
* | msdosfs: capitalize FAT appropriately | Ed Maste | 2017-05-21 | 1 | -34/+34 |
* | msdosfs: use C99 types | Ed Maste | 2017-05-19 | 1 | -2/+2 |
* | Ensure that cluster allocations never allocate clusters outside the | Konstantin Belousov | 2016-10-28 | 1 | -4/+26 |
* | If the fatchain() call in chainalloc() returned an error, revert | Konstantin Belousov | 2016-10-28 | 1 | -1/+4 |
* | Use symbolic name for the value of fully free word in pm_inusemap. | Konstantin Belousov | 2016-10-28 | 1 | -5/+7 |
* | Use symbolic name for the free cluster number. | Konstantin Belousov | 2016-10-28 | 1 | -1/+1 |
* | Fix comment formatting. | Konstantin Belousov | 2016-10-28 | 1 | -6/+8 |
* | sys/fs: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -1/+1 |
* | fs misc: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -2/+2 |
* | Assert that an msdosfs mount is not read-only when FAT modifications | Konstantin Belousov | 2015-04-05 | 1 | -0/+6 |
* | ANSIfy msdosfs | Ed Maste | 2015-01-12 | 1 | -1/+3 |
* | ANSIfy sys/fs/msdosfs | Ed Maste | 2015-01-09 | 1 | -67/+18 |
* | Do not update the fsinfo block on each update of any fat block, this | Konstantin Belousov | 2013-02-17 | 1 | -30/+6 |
* | The MSDOSFSMNT_WAITONFAT flag is bogus and broken. It does less than | Konstantin Belousov | 2013-02-01 | 1 | -2/+2 |
* | Backup FATs were sometimes marked dirty by copying their first block | Konstantin Belousov | 2013-02-01 | 1 | -1/+12 |
* | Fix a backwards comment in markvoldirty(). | Konstantin Belousov | 2013-02-01 | 1 | -1/+1 |
* | Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef. | Konstantin Belousov | 2011-11-22 | 1 | -0/+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 | 1 | -11/+34 |
* | Assert that the msdosfs vnode is (e)locked in several places. | Konstantin Belousov | 2010-02-28 | 1 | -6/+7 |
* | Remove unused global statistic about fat cache usage. | Konstantin Belousov | 2010-02-28 | 1 | -21/+0 |
* | Invalid filesystem might cause the bp to be never read. | Konstantin Belousov | 2010-02-14 | 1 | -1/+2 |
* | In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were | Konstantin Belousov | 2008-09-01 | 1 | -2/+2 |
* | Remove some debugging code that, while useful, doesn't belong in the committed | Tom Rhodes | 2007-10-25 | 1 | -9/+6 |
* | Remove some of the pessimizations involving writing the fsi sector. | Bruce Evans | 2007-09-23 | 1 | -16/+0 |
* | Fix some style bugs (some whitespace errors only). | Bruce Evans | 2007-08-07 | 1 | -7/+7 |
* | Sort includes. | Bruce Evans | 2007-08-07 | 1 | -9/+3 |
* | Remove unused include(s). | Bruce Evans | 2007-08-07 | 1 | -1/+0 |
* | Oops, fix the fix for the i/o size of the fsinfo block. Its log | Bruce Evans | 2007-08-03 | 1 | -1/+1 |