summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
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-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+2
2011-11-01udf: Cleanup metadata flags handlingJan Kara3-8/+10
2011-11-01udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon4-36/+43
2011-11-01udf: Neaten udf_debug usesJoe Perches6-59/+50
2011-11-01udf: Neaten logging output, use vsprintf extension %pVJoe Perches1-11/+17
2011-11-01udf: 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-24udf: use little-endian bitopsAkinobu Mita1-5/+4
2011-03-18Merge 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
2011-02-23udf: Convert UDF to new truncate calling sequenceJan Kara4-170/+234
2011-01-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds13-180/+164
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-06UDF: Close small mem leak in udf_find_entry()Jesper Juhl1-4/+2
2011-01-06udf: Fix directory corruption after extent mergingJan Kara1-6/+10
2011-01-06udf: Protect udf_file_aio_write from possible racesJan Kara1-0/+3
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani5-47/+1
2011-01-06udf: Use of s_alloc_mutex to serialize udf_relocate_blocks() executionAlessio Igor Bogani1-8/+19
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani6-19/+37
2011-01-06udf: Remove BKL from free space counting functionsJan Kara1-9/+2
2011-01-06udf: Call udf_add_free_space() for more blocks at once in udf_free_blocks()Jan Kara1-2/+1
2011-01-06udf: Remove BKL from udf_put_super() and udf_remount_fs()Jan Kara1-6/+0