aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig3-0/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-14/+18
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani3-13/+13
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-19udf: don't bother with full-page write optimisations in adinicb caseAl Viro1-1/+15
2016-09-06udf: Remove useless check in udf_adinicb_write_begin()Jan Kara1-1/+1
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+3
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig2-2/+2
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie3-3/+3
2016-05-19udf: Use correct partition reference number for metadataAlden Tondettar3-12/+21
2016-05-19udf: Use IS_ERR when loading metadata mirror file entryAlden Tondettar1-0/+2
2016-05-19udf: Don't BUG on missing metadata partition descriptorAlden Tondettar1-2/+3
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+5
2016-05-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-27/+44
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro3-5/+17
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+1
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-3/+1
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2-6/+4
2016-04-28udf: Export superblock magic to userspaceJan Kara1-3/+1
2016-04-26udf: Prevent stack overflow on corrupted filesystem mountAlden Tondettar1-24/+43
2016-04-25udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov3-5/+17
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2-5/+5
2016-02-09udf: Merge linux specific translation into CS0 conversion functionAndrew Gabbasov1-128/+152
2016-02-09udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov3-134/+61
2016-02-09udf: Use separate buffer for copying split namesJan Kara2-4/+22
2016-02-09udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov4-12/+12
2016-02-09udf: Join functions for UTF8 and NLS conversionsAndrew Gabbasov1-188/+90
2016-02-09udf: Parameterize output length in udf_put_filenameAndrew Gabbasov3-11/+13
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+6
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-6/+1
2016-01-22wrappers for ->i_mutex accessAl Viro2-6/+6
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds5-191/+189
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2016-01-04udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-01-04udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-01-04udf: avoid uninitialized variable useArnd Bergmann1-0/+4
2015-12-23udf: Fix lost indirect extent blockJan Kara1-1/+10
2015-12-23udf: Factor out code for creating indirect extentJan Kara3-189/+130
2015-12-23udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2015-12-14udf: limit the maximum number of TD redirectionsVegard Nossum1-0/+14
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro3-3/+3
2015-12-06udf: don't duplicate page_symlink_inode_operationsAl Viro3-8/+2
2015-08-20udf: Don't modify filesystem for read-only mountsJan Kara1-2/+5