summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-232-6/+6
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-222-6/+6
* | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-221-6/+1
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-01-155-191/+189
|\
| * udf: Check output buffer length when converting name to CS0Andrew Gabbasov2016-01-041-2/+13
| * udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov2016-01-041-1/+5
| * udf: avoid uninitialized variable useArnd Bergmann2016-01-041-0/+4
| * udf: Fix lost indirect extent blockJan Kara2015-12-231-1/+10
| * udf: Factor out code for creating indirect extentJan Kara2015-12-233-189/+130
| * udf: limit the maximum number of indirect extents in a rowVegard Nossum2015-12-231-0/+15
| * udf: limit the maximum number of TD redirectionsVegard Nossum2015-12-141-0/+14
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+2
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-083-3/+3
* | udf: don't duplicate page_symlink_inode_operationsAl Viro2015-12-063-8/+2
|/
* udf: Don't modify filesystem for read-only mountsJan Kara2015-08-201-2/+5
* udf: Don't corrupt unalloc spacetable when writing itSteven J. Magnani2015-07-091-12/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-231-1/+1
* | udf: fix udf_load_pvoldesc()Dan Carpenter2015-05-211-1/+2
* | udf: remove double err declaration in udf_file_write_iter()Fabian Frederick2015-05-181-2/+0
* | UDF: support NFSv2 exportNeilBrown2015-05-181-2/+2
* | udf: Return error from udf_find_entry()Fabian Frederick2015-05-181-20/+71
* | udf: Make udf_get_filename() return error instead of 0 length file nameFabian Frederick2015-05-182-2/+5
* | udf: bug on exotic flag in udf_get_filename()Fabian Frederick2015-05-181-1/+1
* | udf: improve error management in udf_CS0toNLS()Fabian Frederick2015-05-181-3/+4
* | udf: improve error management in udf_CS0toUTF8()Fabian Frederick2015-05-182-12/+18
* | udf: unicode: update function name in commentsFabian Frederick2015-05-181-2/+2
* | udf: remove unnecessary test in udf_build_ustr_exact()Fabian Frederick2015-05-181-9/+5
* | udf: Return -ENOMEM when allocation fails in udf_get_filename()Fabian Frederick2015-05-184-7/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-262-9/+9
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-152-9/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-162-18/+14
|\ \ | |/
| * switch generic_write_checks() to iocb and iterAl Viro2015-04-111-8/+2
| * udf_file_write_iter: reorder and simplifyAl Viro2015-04-111-20/+14
| * generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
| * lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro2015-04-111-0/+10
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-112-4/+2
| * direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-1/+1
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-04-1611-25/+16
|\ \ | |/ |/|
| * udf: Update ctime and mtime when directory is modifiedJan Kara2015-04-011-2/+7
| * udf: return correct errno for udf_update_inode()Changwoo Min2015-04-011-1/+1
| * udf: use int for allocated blocks instead of sector_tFabian Frederick2015-03-161-1/+1
| * udf: remove redundant buffer_head.h includesFabian Frederick2015-03-1411-11/+0
| * udf: remove else after return in __load_block_bitmap()Fabian Frederick2015-03-141-8/+7
| * udf: remove unused variable in udf_table_free_blocks()Fabian Frederick2015-03-141-2/+0
* | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-252-2/+2
* | fs: remove ki_nbytesChristoph Hellwig2015-03-121-1/+1
|/
* udf: remove bool assignment to 0/1Fabian Frederick2015-02-051-2/+2
OpenPOWER on IntegriCloud