aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf
AgeCommit message (Expand)Author
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-09udf: Merge linux specific translation into CS0 conversion functionAndrew Gabbasov
2016-02-09udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov
2016-02-09udf: Use separate buffer for copying split namesJan Kara
2016-02-09udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov
2016-02-09udf: Join functions for UTF8 and NLS conversionsAndrew Gabbasov
2016-02-09udf: Parameterize output length in udf_put_filenameAndrew Gabbasov
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-04udf: Check output buffer length when converting name to CS0Andrew Gabbasov
2016-01-04udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov
2016-01-04udf: avoid uninitialized variable useArnd Bergmann
2015-12-23udf: Fix lost indirect extent blockJan Kara
2015-12-23udf: Factor out code for creating indirect extentJan Kara
2015-12-23udf: limit the maximum number of indirect extents in a rowVegard Nossum
2015-12-14udf: limit the maximum number of TD redirectionsVegard Nossum
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-12-06udf: don't duplicate page_symlink_inode_operationsAl Viro
2015-08-20udf: Don't modify filesystem for read-only mountsJan Kara
2015-07-09udf: Don't corrupt unalloc spacetable when writing itSteven J. Magnani
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes
2015-05-21udf: fix udf_load_pvoldesc()Dan Carpenter
2015-05-18udf: remove double err declaration in udf_file_write_iter()Fabian Frederick
2015-05-18UDF: support NFSv2 exportNeilBrown
2015-05-18udf: Return error from udf_find_entry()Fabian Frederick
2015-05-18udf: Make udf_get_filename() return error instead of 0 length file nameFabian Frederick
2015-05-18udf: bug on exotic flag in udf_get_filename()Fabian Frederick
2015-05-18udf: improve error management in udf_CS0toNLS()Fabian Frederick
2015-05-18udf: improve error management in udf_CS0toUTF8()Fabian Frederick
2015-05-18udf: unicode: update function name in commentsFabian Frederick
2015-05-18udf: remove unnecessary test in udf_build_ustr_exact()Fabian Frederick
2015-05-18udf: Return -ENOMEM when allocation fails in udf_get_filename()Fabian Frederick
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11udf_file_write_iter: reorder and simplifyAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-01udf: Update ctime and mtime when directory is modifiedJan Kara
2015-04-01udf: return correct errno for udf_update_inode()Changwoo Min