VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2019-09-26
ntfs: remove (un)?likely() from IS_ERR() conditions
Denis Efremov
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96
Thomas Gleixner
2011-03-31
Fix common misspellings
Lucas De Marchi
2007-10-12
NTFS: Fix a mount time deadlock.
Anton Altaparmakov
2006-10-01
[PATCH] fs/ntfs: Conversion to generic boolean
Richard Knutsson
2006-03-23
NTFS: Fix an (innocent) off-by-one error in the runlist code.
Anton Altaparmakov
2005-09-20
NTFS: More runlist handling fixes from Richard Russon and myself.
Anton Altaparmakov
2005-09-19
NTFS: Fix various bugs in the runlist merging code. (Based on libntfs changes by Richard Russon.)
Anton Altaparmakov
2005-09-08
NTFS: Add ntfs_rl_punch_nolock() which punches a caller specified hole into a runlist.
Anton Altaparmakov
2005-09-08
NTFS: Change ntfs_rl_truncate_nolock() to throw away the runlist if the new length is zero.
Anton Altaparmakov
2005-09-08
NTFS: Fix handling of valid but empty mapping pairs array in fs/ntfs/runlist.c::ntfs_mapping_pairs_decompress().
Anton Altaparmakov
2005-09-08
NTFS: Fix two nasty runlist merging bugs that had gone unnoticed so far. Thanks to Stefano Picerno for the bug report.
Anton Altaparmakov
2005-09-08
NTFS: Use ntfs_malloc_nofs_nofail() in runlist.c::ntfs_runlists_merge() in the two critical regions. This means we no longer need to panic() when the allocation fails as it now cannot fail.
Anton Altaparmakov
2005-06-25
NTFS: Add an extra parameter @last_vcn to ntfs_get_size_for_mapping_pairs() and ntfs_mapping_pairs_build() to allow the runlist encoding to be partial which is desirable when filling holes in sparse attributes. Update all callers.
Anton Altaparmakov
2005-05-05
NTFS: Fix compilation when configured read-only.
Anton Altaparmakov
2005-05-05
NTFS: - Fix bug in fs/ntfs/attrib.c::ntfs_find_vcn_nolock() where after dropping the read lock and taking the write lock we were not checking whether someone else did not already do the work we wanted to do. - Rename ntfs_find_vcn_nolock() to ntfs_attr_find_vcn_nolock(). - Tidy up some comments in fs/ntfs/runlist.c. - Add LCN_ENOMEM and LCN_EIO definitions to fs/ntfs/runlist.h.
Anton Altaparmakov
2005-05-05
NTFS: Fix a nasty runlist merge bug when merging two holes.
Anton Altaparmakov
2005-05-05
NTFS: Fix a bug in fs/ntfs/runlist.c::ntfs_mapping_pairs_decompress() in the creation of the unmapped runlist element for the base attribute extent.
Anton Altaparmakov
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds