summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2014-10-09udf: Avoid infinite loop when processing indirect ICBsJan Kara1-14/+21
2013-10-01udf: Refuse RW mount of the filesystem instead of making it ROJan Kara1-18/+24
2013-10-01udf: Standardize return values in mount sequenceJan Kara1-117/+183
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-6/+6
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang1-1/+1
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-2/+2
2013-02-22new helper: file_inode(file)Al Viro2-3/+3
2013-02-05udf: Remove unused s_extLength from udf_bitmapJan Kara2-5/+0
2013-02-05udf: Make s_block_bitmap standard arrayJan Kara2-2/+1
2013-02-05udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara1-1/+1
2013-01-22udf: add extent cache support in case of file readingNamjae Jeon4-11/+98
2013-01-21udf: Write LVID to disk after opening / closingJan Kara1-0/+4
2013-01-14UDF: Fix a null pointer dereference in udf_sb_free_partitionsNamjae Jeon1-1/+2
2012-12-13udf: remove un-needed variable from inode_getblkNamjae Jeon1-3/+0
2012-12-13udf: don't increment lenExtents while writing to a holeNamjae Jeon1-2/+5
2012-12-13udf: fix memory leak while allocating blocks during writeNamjae Jeon1-0/+4
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-16/+52
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-16/+20
2012-09-21userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman3-16/+20
2012-09-06UDF: Add support for O_DIRECTIan Abbott2-16/+45
2012-09-05Merge branch 'fast_track' into for_nextJan Kara1-6/+29
2012-09-05udf: Fix data corruption for files in ICBJan Kara1-6/+29
2012-09-04udf: add writepages support for udfNamjae Jeon1-0/+7
2012-08-15udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky1-1/+4
2012-08-15UDF: During mount free lvid_bh before rescanning with different blocksizeAshish Sangwan1-0/+2
2012-08-15udf: fix udf_setsize() for file data in ICBIan Abbott1-1/+4
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-72/+68
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-13udf: avoid info leak on exportMathias Krause1-0/+1
2012-07-10udf: Improve table length check to avoid possible overflowJan Kara1-1/+1
2012-07-09udf: Do not decrement i_blocks when freeing indirect extent blockJan Kara1-2/+2
2012-07-09udf: Fix memory leak when mountingJan Kara1-58/+64
2012-07-09UDF: Remove unnecessary variable "offset" from udf_fill_inodeAshish Sangwan1-4/+0
2012-07-09udf: stop using s_dirtArtem Bityutskiy2-7/+0
2012-06-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-38/+64
2012-06-28udf: Fortify loading of sparing tableJan Kara1-33/+53
2012-06-28udf: Avoid run away loop when partition table length is corruptedJan Kara1-1/+9
2012-06-28udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara1-4/+2
2012-05-29->encode_fh() API changeAl Viro1-9/+5
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-48/+63
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-15/+4
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1