summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-27udf: Fix crash on IO error during truncateJan Kara1-0/+3
2019-02-12udf: Fix BUG on corrupted inodeJan Kara1-0/+6
2018-12-08udf: Allow mounting volumes with incorrect identification stringsJan Kara2-9/+21
2018-07-03udf: Detect incorrect directory sizeJan Kara1-0/+3
2018-05-30udf: Provide saner default for invalid uid / gidJan Kara1-2/+3
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro14-72/+57
2018-04-24udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara1-0/+6
2017-12-20udf: Avoid overflow when session starts at large offsetJan Kara1-1/+1
2017-07-27udf: Fix deadlock between writeback and udf_setsize()Jan Kara1-2/+2
2017-06-14fs: add i_blocksize()Fabian Frederick27-49/+54
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-09-28fs: Replace current_fs_time() with current_time()Deepa Dinamani34-70/+70
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi22-42/+123
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
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 Torvalds129-1279/+11613
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds199-1523/+1918
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig26-96/+95
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie21-38/+40
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/...Linus Torvalds46-224/+200
2016-05-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-27/+46
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro745-4038/+7529
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro107-458/+414
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig12-65/+46
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig13-16/+25
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig37-112/+99
2016-04-28udf: Export superblock magic to userspaceJan Kara2-3/+3
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 Viro30-50/+41
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
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/vir...Linus Torvalds179-894/+916
2016-01-23tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa17-103/+36
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds11-201/+196
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2016-01-04udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
[next]