summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-02-13udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-02-13udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-02-13udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2015-05-09udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+13
2015-05-09udf: Remove repeated loads blocksizeJan Kara1-11/+8
2015-02-20udf: Check component length before reading itJan Kara1-2/+7
2015-02-20udf: Check path length when reading symlinkJan Kara5-20/+48
2015-02-20udf: Treat symlink component of type 2 as /Jan Kara1-4/+10
2015-02-20udf: Verify symlink size before loading itJan Kara1-4/+13
2015-02-20udf: Verify i_size when loading inodeJan Kara1-0/+18
2015-01-01udf: Avoid infinite loop when processing indirect ICBsJan Kara1-14/+21
2013-04-10udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara1-1/+1
2013-03-27udf: avoid info leak on exportMathias Krause1-0/+1
2013-01-16udf: don't increment lenExtents while writing to a holeNamjae Jeon1-2/+5
2013-01-03udf: fix memory leak while allocating blocks during writeNamjae Jeon1-0/+4
2012-10-17udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky1-1/+4
2012-09-19udf: Fix data corruption for files in ICBJan Kara1-6/+29
2012-08-02udf: Improve table length check to avoid possible overflowJan Kara1-1/+1
2012-07-12udf: Fortify loading of sparing tableJan Kara1-33/+53
2012-07-12udf: Avoid run away loop when partition table length is corruptedJan Kara1-1/+9
2012-07-12udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara1-4/+2
2012-04-02udf: Fix deadlock in udf_release_file()Jan Kara1-2/+0
2012-02-13udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara1-0/+6
2012-01-12udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2-6/+21
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2-12/+11
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds13-236/+230
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-5/+7
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-7/+4
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+2
2011-10-31udf: Cleanup metadata flags handlingJan Kara3-8/+10
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon4-36/+43
2011-10-31udf: Neaten udf_debug usesJoe Perches6-59/+50
2011-10-31udf: Neaten logging output, use vsprintf extension %pVJoe Perches1-11/+17
2011-10-31udf: Convert printks to pr_<level>Joe Perches7-98/+83
2011-10-10udf: Rename udf_warning to udf_warnJoe Perches4-20/+15
2011-10-10udf: Rename udf_error to udf_errJoe Perches3-29/+23
2011-10-10udf: Promote some debugging messages to udf_errorJoe Perches3-10/+18
2011-10-06udf: Add readpages support for udf.Namjae Jeon1-1/+9
2011-07-20switch udf_ioctl() to inode_permission()Al Viro1-1/+1
2011-05-28udf: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-2/+0
2011-03-23udf: use little-endian bitopsAkinobu Mita1-5/+4
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-172/+236
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+6
2011-03-10block: remove per-queue pluggingJens Axboe2-2/+0
2011-03-03udf: fix i_nlink limitAl Viro1-6/+5
2011-02-23UDF: Fix compiler warningDirk Behme1-2/+2