aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* udf: Check length of extended attributes and allocation descriptorsJan Kara2015-05-091-0/+13
* udf: Remove repeated loads blocksizeJan Kara2015-05-091-11/+8
* udf: Check component length before reading itJan Kara2015-02-201-2/+7
* udf: Check path length when reading symlinkJan Kara2015-02-205-20/+48
* udf: Treat symlink component of type 2 as /Jan Kara2015-02-201-4/+10
* udf: Verify symlink size before loading itJan Kara2015-02-201-4/+13
* udf: Verify i_size when loading inodeJan Kara2015-02-201-0/+18
* udf: Avoid infinite loop when processing indirect ICBsJan Kara2015-01-011-14/+21
* udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara2013-04-101-1/+1
* udf: avoid info leak on exportMathias Krause2013-03-271-0/+1
* udf: don't increment lenExtents while writing to a holeNamjae Jeon2013-01-161-2/+5
* udf: fix memory leak while allocating blocks during writeNamjae Jeon2013-01-031-0/+4
* udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky2012-10-171-1/+4
* udf: Fix data corruption for files in ICBJan Kara2012-09-191-6/+29
* udf: Improve table length check to avoid possible overflowJan Kara2012-08-021-1/+1
* udf: Fortify loading of sparing tableJan Kara2012-07-121-33/+53
* udf: Avoid run away loop when partition table length is corruptedJan Kara2012-07-121-1/+9
* udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara2012-07-121-4/+2
* udf: Fix deadlock in udf_release_file()Jan Kara2012-04-021-2/+0
* udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara2012-02-131-0/+6
* udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2012-01-122-6/+21
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-11-022-12/+11
|\
| * filesystems: add set_nlink()Miklos Szeredi2011-11-022-5/+7
| * filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-7/+4
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-11-0213-236/+230
|\ \ | |/ |/|
| * udf: Cleanup metadata flags handlingJan Kara2011-10-313-8/+10
| * udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon2011-10-314-36/+43
| * udf: Neaten udf_debug usesJoe Perches2011-10-316-59/+50
| * udf: Neaten logging output, use vsprintf extension %pVJoe Perches2011-10-311-11/+17
| * udf: Convert printks to pr_<level>Joe Perches2011-10-317-98/+83
| * udf: Rename udf_warning to udf_warnJoe Perches2011-10-104-20/+15
| * udf: Rename udf_error to udf_errJoe Perches2011-10-103-29/+23
| * udf: Promote some debugging messages to udf_errorJoe Perches2011-10-103-10/+18
| * udf: Add readpages support for udf.Namjae Jeon2011-10-061-1/+9
* | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-2/+2
|/
* switch udf_ioctl() to inode_permission()Al Viro2011-07-201-1/+1
* udf: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-242-2/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-102-2/+0
* | udf: use little-endian bitopsAkinobu Mita2011-03-231-5/+4
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-03-175-172/+236
|\ \
| * | UDF: Fix compiler warningDirk Behme2011-02-231-2/+2
| * | udf: Convert UDF to new truncate calling sequenceJan Kara2011-02-234-170/+234
| |/
* | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-1/+6
* | udf: fix i_nlink limitAl Viro2011-03-031-6/+5
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-01-1113-180/+164
|\
| * UDF: Close small mem leak in udf_find_entry()Jesper Juhl2011-01-061-4/+2
| * udf: Fix directory corruption after extent mergingJan Kara2011-01-061-6/+10