aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+2
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-3/+3
2016-07-20block: get rid of bio_rw and READAGravatar Christoph Hellwig 2-2/+2
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyGravatar Mike Christie 3-3/+3
2016-05-19udf: Use correct partition reference number for metadataGravatar Alden Tondettar 3-12/+21
2016-05-19udf: Use IS_ERR when loading metadata mirror file entryGravatar Alden Tondettar 1-0/+2
2016-05-19udf: Don't BUG on missing metadata partition descriptorGravatar Alden Tondettar 1-2/+3
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-9/+5
2016-05-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-27/+44
2016-05-17Merge branch 'ovl-fixes' into for-linusGravatar Al Viro 3-5/+17
2016-05-09more trivial ->iterate_shared conversionsGravatar Al Viro 1-1/+1
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 1-1/+1
2016-05-01fs: simplify the generic_write_sync prototypeGravatar Christoph Hellwig 1-3/+1
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCGravatar Christoph Hellwig 1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 2-6/+4
2016-04-28udf: Export superblock magic to userspaceGravatar Jan Kara 1-3/+1
2016-04-26udf: Prevent stack overflow on corrupted filesystem mountGravatar Alden Tondettar 1-24/+43
2016-04-25udf: Fix conversion of 'dstring' fields to UTF8Gravatar Andrew Gabbasov 3-5/+17
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 2-5/+5
2016-02-09udf: Merge linux specific translation into CS0 conversion functionGravatar Andrew Gabbasov 1-128/+152
2016-02-09udf: Remove struct ustr as non-needed intermediate storageGravatar Andrew Gabbasov 3-134/+61
2016-02-09udf: Use separate buffer for copying split namesGravatar Jan Kara 2-4/+22
2016-02-09udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsGravatar Andrew Gabbasov 4-12/+12
2016-02-09udf: Join functions for UTF8 and NLS conversionsGravatar Andrew Gabbasov 1-188/+90
2016-02-09udf: Parameterize output length in udf_put_filenameGravatar Andrew Gabbasov 3-11/+13
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-6/+6
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Gravatar Tetsuo Handa 1-6/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 2-6/+6
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 5-191/+189
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+2
2016-01-04udf: Check output buffer length when converting name to CS0Gravatar Andrew Gabbasov 1-2/+13
2016-01-04udf: Prevent buffer overrun with multi-byte charactersGravatar Andrew Gabbasov 1-1/+5
2016-01-04udf: avoid uninitialized variable useGravatar Arnd Bergmann 1-0/+4
2015-12-23udf: Fix lost indirect extent blockGravatar Jan Kara 1-1/+10
2015-12-23udf: Factor out code for creating indirect extentGravatar Jan Kara 3-189/+130
2015-12-23udf: limit the maximum number of indirect extents in a rowGravatar Vegard Nossum 1-0/+15
2015-12-14udf: limit the maximum number of TD redirectionsGravatar Vegard Nossum 1-0/+14
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 3-3/+3
2015-12-06udf: don't duplicate page_symlink_inode_operationsGravatar Al Viro 3-8/+2
2015-08-20udf: Don't modify filesystem for read-only mountsGravatar Jan Kara 1-2/+5
2015-07-09udf: Don't corrupt unalloc spacetable when writing itGravatar Steven J. Magnani 1-12/+7
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-06-23fs: cleanup slight list_entry abuseGravatar Rasmus Villemoes 1-1/+1
2015-05-21udf: fix udf_load_pvoldesc()Gravatar Dan Carpenter 1-1/+2
2015-05-18udf: remove double err declaration in udf_file_write_iter()Gravatar Fabian Frederick 1-2/+0
2015-05-18UDF: support NFSv2 exportGravatar NeilBrown 1-2/+2
2015-05-18udf: Return error from udf_find_entry()Gravatar Fabian Frederick 1-20/+71
2015-05-18udf: Make udf_get_filename() return error instead of 0 length file nameGravatar Fabian Frederick 2-2/+5
2015-05-18udf: bug on exotic flag in udf_get_filename()Gravatar Fabian Frederick 1-1/+1