summaryrefslogtreecommitdiff
path: root/fs/udf
Commit message (Expand)AuthorAge
...
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-01
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-05-17
|\ \
| * | udf: Export superblock magic to userspaceJan Kara2016-04-28
| * | udf: Prevent stack overflow on corrupted filesystem mountAlden Tondettar2016-04-26
* | | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-17
|\ \ \ | |/ /
| * | udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov2016-04-25
| |/
* | more trivial ->iterate_shared conversionsAl Viro2016-05-09
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-02
|\ \ | |/ |/|
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-10
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* udf: Merge linux specific translation into CS0 conversion functionAndrew Gabbasov2016-02-09
* udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov2016-02-09
* udf: Use separate buffer for copying split namesJan Kara2016-02-09
* udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov2016-02-09
* udf: Join functions for UTF8 and NLS conversionsAndrew Gabbasov2016-02-09
* udf: Parameterize output length in udf_put_filenameAndrew Gabbasov2016-02-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-23
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-22
* | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-22
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-01-15
|\
| * udf: Check output buffer length when converting name to CS0Andrew Gabbasov2016-01-04
| * udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov2016-01-04
| * udf: avoid uninitialized variable useArnd Bergmann2016-01-04
| * udf: Fix lost indirect extent blockJan Kara2015-12-23
| * udf: Factor out code for creating indirect extentJan Kara2015-12-23
| * udf: limit the maximum number of indirect extents in a rowVegard Nossum2015-12-23
| * udf: limit the maximum number of TD redirectionsVegard Nossum2015-12-14
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
* | udf: don't duplicate page_symlink_inode_operationsAl Viro2015-12-06
|/
* udf: Don't modify filesystem for read-only mountsJan Kara2015-08-20
* udf: Don't corrupt unalloc spacetable when writing itSteven J. Magnani2015-07-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * fs: cleanup slight list_entry abuseRasmus Villemoes2015-06-23
* | udf: fix udf_load_pvoldesc()Dan Carpenter2015-05-21
* | udf: remove double err declaration in udf_file_write_iter()Fabian Frederick2015-05-18
* | UDF: support NFSv2 exportNeilBrown2015-05-18
* | udf: Return error from udf_find_entry()Fabian Frederick2015-05-18
* | udf: Make udf_get_filename() return error instead of 0 length file nameFabian Frederick2015-05-18
* | udf: bug on exotic flag in udf_get_filename()Fabian Frederick2015-05-18
* | udf: improve error management in udf_CS0toNLS()Fabian Frederick2015-05-18
* | udf: improve error management in udf_CS0toUTF8()Fabian Frederick2015-05-18
* | udf: unicode: update function name in commentsFabian Frederick2015-05-18
* | udf: remove unnecessary test in udf_build_ustr_exact()Fabian Frederick2015-05-18
* | udf: Return -ENOMEM when allocation fails in udf_get_filename()Fabian Frederick2015-05-18
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-16
|\ \ | |/
| * switch generic_write_checks() to iocb and iterAl Viro2015-04-11
| * udf_file_write_iter: reorder and simplifyAl Viro2015-04-11