aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+6
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-6/+1
2016-01-22wrappers for ->i_mutex accessAl Viro2-6/+6
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds5-191/+189
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2016-01-04udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-01-04udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-01-04udf: avoid uninitialized variable useArnd Bergmann1-0/+4
2015-12-23udf: Fix lost indirect extent blockJan Kara1-1/+10
2015-12-23udf: Factor out code for creating indirect extentJan Kara3-189/+130
2015-12-23udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2015-12-14udf: limit the maximum number of TD redirectionsVegard Nossum1-0/+14
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro3-3/+3
2015-12-06udf: don't duplicate page_symlink_inode_operationsAl Viro3-8/+2
2015-08-20udf: Don't modify filesystem for read-only mountsJan Kara1-2/+5
2015-07-09udf: Don't corrupt unalloc spacetable when writing itSteven J. Magnani1-12/+7
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2015-05-21udf: fix udf_load_pvoldesc()Dan Carpenter1-1/+2
2015-05-18udf: remove double err declaration in udf_file_write_iter()Fabian Frederick1-2/+0
2015-05-18UDF: support NFSv2 exportNeilBrown1-2/+2
2015-05-18udf: Return error from udf_find_entry()Fabian Frederick1-20/+71
2015-05-18udf: Make udf_get_filename() return error instead of 0 length file nameFabian Frederick2-2/+5
2015-05-18udf: bug on exotic flag in udf_get_filename()Fabian Frederick1-1/+1
2015-05-18udf: improve error management in udf_CS0toNLS()Fabian Frederick1-3/+4
2015-05-18udf: improve error management in udf_CS0toUTF8()Fabian Frederick2-12/+18
2015-05-18udf: unicode: update function name in commentsFabian Frederick1-2/+2
2015-05-18udf: remove unnecessary test in udf_build_ustr_exact()Fabian Frederick1-9/+5
2015-05-18udf: Return -ENOMEM when allocation fails in udf_get_filename()Fabian Frederick4-7/+12
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+9
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-18/+14
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds11-25/+16
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2-9/+9
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-8/+2
2015-04-11udf_file_write_iter: reorder and simplifyAl Viro1-20/+14
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro1-0/+10
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2-4/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-01udf: Update ctime and mtime when directory is modifiedJan Kara1-2/+7
2015-04-01udf: return correct errno for udf_update_inode()Changwoo Min1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig2-2/+2
2015-03-16udf: use int for allocated blocks instead of sector_tFabian Frederick1-1/+1
2015-03-14udf: remove redundant buffer_head.h includesFabian Frederick11-11/+0
2015-03-14udf: remove else after return in __load_block_bitmap()Fabian Frederick1-8/+7
2015-03-14udf: remove unused variable in udf_table_free_blocks()Fabian Frederick1-2/+0
2015-03-12fs: remove ki_nbytesChristoph Hellwig1-1/+1
2015-02-05udf: remove bool assignment to 0/1Fabian Frederick1-2/+2