summaryrefslogtreecommitdiffstats
path: root/fs/udf
AgeCommit message (Expand)AuthorLines
2012-09-05udf: Fix data corruption for files in ICBJan Kara-6/+29
2012-08-15udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky-1/+4
2012-08-15UDF: During mount free lvid_bh before rescanning with different blocksizeAshish Sangwan-0/+2
2012-08-15udf: fix udf_setsize() for file data in ICBIan Abbott-1/+4
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-72/+68
2012-07-14don't pass nameidata to ->create()Al Viro-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro-1/+1
2012-07-13udf: avoid info leak on exportMathias Krause-0/+1
2012-07-10udf: Improve table length check to avoid possible overflowJan Kara-1/+1
2012-07-09udf: Do not decrement i_blocks when freeing indirect extent blockJan Kara-2/+2
2012-07-09udf: Fix memory leak when mountingJan Kara-58/+64
2012-07-09UDF: Remove unnecessary variable "offset" from udf_fill_inodeAshish Sangwan-4/+0
2012-07-09udf: stop using s_dirtArtem Bityutskiy-7/+0
2012-06-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-38/+64
2012-06-28udf: Fortify loading of sparing tableJan Kara-33/+53
2012-06-28udf: Avoid run away loop when partition table length is corruptedJan Kara-1/+9
2012-06-28udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara-4/+2
2012-05-29->encode_fh() API changeAl Viro-9/+5
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds-1/+1
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara-1/+1
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-48/+63
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-15/+4
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro-13/+3
2012-03-20udf: remove the second argument of k[un]map_atomic()Cong Wang-2/+2
2012-03-10udf: Fix deadlock in udf_release_file()Jan Kara-2/+0
2012-02-29udf: Fix deadlock in udf_release_file()Jan Kara-2/+0
2012-02-29udf: Fix file entry logicalBlocksRecordedSteve Nickel-6/+10
2012-02-29udf: Fix handling of i_blocksJan Kara-38/+46
2012-02-29udf: Init/maintain file entry checkpoint fieldSteve Nickel-0/+6
2012-02-29udf: Remove unnecessary OOM messagesJoe Perches-4/+1
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-31/+52
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara-0/+6
2012-01-09udf: Treat symlink component of type 2 as /Jan Kara-4/+10
2012-01-09udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara-6/+21
2012-01-09udf: Cleanup calling convention of inode_getblk()Jan Kara-21/+15
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro-3/+3
2012-01-03udf: propagate umode_tAl Viro-15/+15
2012-01-03switch ->mknod() to umode_tAl Viro-1/+1
2012-01-03switch ->create() to umode_tAl Viro-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro-1/+0
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds-12/+11
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-236/+230
2011-11-02filesystems: add set_nlink()Miklos Szeredi-5/+7
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi-7/+4
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches-2/+2
2011-10-31udf: Cleanup metadata flags handlingJan Kara-8/+10
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon-36/+43