04 Jan, 2016
1 commit
-
Signed-off-by: Al Viro
04 Sep, 2015
1 commit
-
When the OS/2 driver hits a disk write error, it writes the sector to
another location and adds the sector mapping to the hotfix map.This patch makes the hpfs driver understand the hotfix map and remap
accesses accoring to it.Signed-off-by: Mikulas Patocka
Signed-off-by: Linus Torvalds
07 Jun, 2014
3 commits
-
This patch applies a suggestion by Mikulas Patocka asking to increase
all pr_warn without commented ones to pr_errSigned-off-by: Fabian Frederick
Cc: Mikulas Patocka
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Also remove redundant level names (warning:...)
Signed-off-by: Fabian Frederick
Cc: Mikulas Patocka
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
No level printk in hptfs_error converted to pr_err (others to pr_warn or
pr_info)This patch also fixes if/then/else checkpatch warnings
Signed-off-by: Fabian Frederick
Cc: Mikulas Patocka
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
05 Jul, 2013
2 commits
-
This patch implements prefetch to improve performance. It helps mostly
when scanning the bitmaps to calculate free space.Signed-off-by: Mikulas Patocka
Signed-off-by: Linus Torvalds -
The test if bitmap access is out of bound could errorneously pass if the
device size is divisible by 16384 sectors and we are asking for one bitmap
after the end.Check for invalid size in the superblock. Invalid size could cause integer
overflows in the rest of the code.Signed-off-by: Mikulas Patocka
Cc: stable@kernel.org
Signed-off-by: Linus Torvalds
30 May, 2012
4 commits
-
Signed-off-by: Al Viro
-
Signed-off-by: Al Viro
-
annotate properly...
Signed-off-by: Al Viro
-
Signed-off-by: Al Viro
10 May, 2011
1 commit
-
Fix endianity. Make hpfs work on big-endian machines.
Signed-off-by: Mikulas Patocka
Signed-off-by: Linus Torvalds
04 Mar, 2010
1 commit
-
Signed-off-by: Al Viro
08 Dec, 2006
1 commit
-
Fix hpfs printk warnings:
fs/hpfs/dir.c:87: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'long unsigned int'
fs/hpfs/dir.c:147: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'long int'
fs/hpfs/dir.c:148: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'long int'
fs/hpfs/dnode.c:537: warning: format '%08x' expects type 'unsigned int', but argument 5 has type 'long unsigned int'
fs/hpfs/dnode.c:854: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'loff_t'
fs/hpfs/ea.c:247: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'long unsigned int'
fs/hpfs/inode.c:254: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'long unsigned int'
fs/hpfs/map.c:129: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'ino_t'
fs/hpfs/map.c:135: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'ino_t'
fs/hpfs/map.c:140: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'ino_t'
fs/hpfs/map.c:147: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'ino_t'
fs/hpfs/map.c:154: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'ino_t'Signed-off-by: Randy Dunlap
Cc: Alexey Dobriyan
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!