aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)Author
2013-10-01udf: Refuse RW mount of the filesystem instead of making it ROJan Kara
2013-10-01udf: Standardize return values in mount sequenceJan Kara
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon
2013-02-22new helper: file_inode(file)Al Viro
2013-02-05udf: Remove unused s_extLength from udf_bitmapJan Kara
2013-02-05udf: Make s_block_bitmap standard arrayJan Kara
2013-02-05udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara
2013-01-22udf: add extent cache support in case of file readingNamjae Jeon
2013-01-21udf: Write LVID to disk after opening / closingJan Kara
2013-01-14UDF: Fix a null pointer dereference in udf_sb_free_partitionsNamjae Jeon
2012-12-13udf: remove un-needed variable from inode_getblkNamjae Jeon
2012-12-13udf: don't increment lenExtents while writing to a holeNamjae Jeon
2012-12-13udf: fix memory leak while allocating blocks during writeNamjae Jeon
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman
2012-09-06UDF: Add support for O_DIRECTIan Abbott
2012-09-05Merge branch 'fast_track' into for_nextJan Kara
2012-09-05udf: Fix data corruption for files in ICBJan Kara
2012-09-04udf: add writepages support for udfNamjae Jeon
2012-08-15udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky
2012-08-15UDF: During mount free lvid_bh before rescanning with different blocksizeAshish Sangwan
2012-08-15udf: fix udf_setsize() for file data in ICBIan Abbott
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-13udf: avoid info leak on exportMathias Krause
2012-07-10udf: Improve table length check to avoid possible overflowJan Kara
2012-07-09udf: Do not decrement i_blocks when freeing indirect extent blockJan Kara
2012-07-09udf: Fix memory leak when mountingJan Kara
2012-07-09UDF: Remove unnecessary variable "offset" from udf_fill_inodeAshish Sangwan
2012-07-09udf: stop using s_dirtArtem Bityutskiy
2012-06-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-06-28udf: Fortify loading of sparing tableJan Kara
2012-06-28udf: Avoid run away loop when partition table length is corruptedJan Kara
2012-06-28udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara
2012-05-29->encode_fh() API changeAl Viro
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds
2012-05-06vfs: Rename end_writeback() to clear_inode()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