summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-262-2/+2
|\
| * block: get rid of bio_rw and READAChristoph Hellwig2016-07-202-2/+2
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-263-3/+3
|\|
| * fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-073-3/+3
* | udf: Use correct partition reference number for metadataAlden Tondettar2016-05-193-12/+21
* | udf: Use IS_ERR when loading metadata mirror file entryAlden Tondettar2016-05-191-0/+2
* | udf: Don't BUG on missing metadata partition descriptorAlden Tondettar2016-05-191-2/+3
|/
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-172-9/+5
|\
| * fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-3/+1
| * fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-012-6/+4
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-05-172-27/+44
|\ \
| * | udf: Export superblock magic to userspaceJan Kara2016-04-281-3/+1
| * | udf: Prevent stack overflow on corrupted filesystem mountAlden Tondettar2016-04-261-24/+43
* | | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-173-5/+17
|\| |
| * | udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov2016-04-253-5/+17
| |/
* | more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-1/+1
|\ \ | |/ |/|
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-042-5/+5
|/
* udf: Merge linux specific translation into CS0 conversion functionAndrew Gabbasov2016-02-091-128/+152
* udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov2016-02-093-134/+61
* udf: Use separate buffer for copying split namesJan Kara2016-02-092-4/+22
* udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov2016-02-094-12/+12
* udf: Join functions for UTF8 and NLS conversionsAndrew Gabbasov2016-02-091-188/+90
* udf: Parameterize output length in udf_put_filenameAndrew Gabbasov2016-02-093-11/+13
* 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