aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)Author
2013-03-28udf: avoid info leak on exportMathias Krause
2013-03-28udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara
2013-01-17udf: don't increment lenExtents while writing to a holeNamjae Jeon
2013-01-17udf: fix memory leak while allocating blocks during writeNamjae Jeon
2012-10-13udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky
2012-09-14udf: Fix data corruption for files in ICBJan Kara
2012-08-09udf: Improve table length check to avoid possible overflowJan Kara
2012-07-16udf: Fortify loading of sparing tableJan Kara
2012-07-16udf: Avoid run away loop when partition table length is corruptedJan Kara
2012-07-16udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-03-20udf: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-10udf: Fix deadlock in udf_release_file()Jan Kara
2012-02-29udf: Fix deadlock in udf_release_file()Jan Kara
2012-02-29udf: Fix file entry logicalBlocksRecordedSteve Nickel
2012-02-29udf: Fix handling of i_blocksJan Kara
2012-02-29udf: Init/maintain file entry checkpoint fieldSteve Nickel
2012-02-29udf: Remove unnecessary OOM messagesJoe Perches
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara
2012-01-09udf: Treat symlink component of type 2 as /Jan Kara
2012-01-09udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara
2012-01-09udf: Cleanup calling convention of inode_getblk()Jan Kara
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03udf: propagate umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-10-31udf: Cleanup metadata flags handlingJan Kara
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon
2011-10-31udf: Neaten udf_debug usesJoe Perches
2011-10-31udf: Neaten logging output, use vsprintf extension %pVJoe Perches
2011-10-31udf: Convert printks to pr_<level>Joe Perches
2011-10-10udf: Rename udf_warning to udf_warnJoe Perches
2011-10-10udf: Rename udf_error to udf_errJoe Perches
2011-10-10udf: Promote some debugging messages to udf_errorJoe Perches
2011-10-06udf: Add readpages support for udf.Namjae Jeon
2011-07-20switch udf_ioctl() to inode_permission()Al Viro
2011-05-28udf: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil