summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
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 Viro1-4/+2
2017-12-20udf: Avoid overflow when session starts at large offsetJan Kara1-1/+1
2017-07-28udf: Fix deadlock between writeback and udf_setsize()Jan Kara1-2/+2
2016-02-10udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-02-10udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-02-10udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2015-03-07udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+9
2015-03-07udf: Remove repeated loads blocksizeJan Kara1-11/+8
2015-02-06udf: Release preallocation on last writeable closeJan Kara1-1/+1
2015-01-08udf: Check component length before reading itJan Kara1-2/+7
2015-01-08udf: Verify symlink size before loading itJan Kara1-4/+13
2015-01-08udf: Verify i_size when loading inodeJan Kara1-0/+14
2015-01-08udf: Check path length when reading symlinkJan Kara5-20/+48
2014-10-09udf: Fix loading of special inodesJan Kara3-11/+26
2014-09-29udf: remove redundant sys_tz declarationFabian Frederick1-2/+0
2014-09-17udf: Fix race between write(2) and close(2)Jan Kara1-1/+8
2014-09-04udf: saner calling conventions for udf_new_inode()Al Viro3-43/+27
2014-09-04udf: fix the udf_iget() vs. udf_new_inode() racesAl Viro2-1/+13
2014-09-04udf: merge the pieces inserting a new non-directory object into directoryAl Viro1-69/+29
2014-09-04udf: Set i_generation fieldJan Kara2-0/+2
2014-09-04udf: Properly detect stale inodesJan Kara1-2/+4
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorJan Kara4-95/+96
2014-09-04udf: Avoid infinite loop when processing indirect ICBsJan Kara1-14/+21
2014-09-04udf: Fold udf_fill_inode() into __udf_read_inode()Jan Kara1-17/+5
2014-09-04udf: Avoid dir link count to go negativeJan Kara1-1/+1
2014-08-19udf: avoid unneeded up_write when fail to add entry in ->symlinkChao Yu1-1/+2
2014-07-16udf: avoid redundant memcpy when writing data in ICBChao Yu1-19/+1
2014-07-16fs/udf: re-use hex_asc_upper_{hi,lo} macrosAndy Shevchenko1-5/+4
2014-07-16udf: use linux/uaccess.hFabian Frederick4-4/+4
2014-05-07udf: switch to ->write_iter()Al Viro1-6/+5
2014-05-07switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-07switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-07get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-07pass iov_iter to ->direct_IO()Al Viro2-6/+6
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-04-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-2/+6
2014-04-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner1-2/+2
2014-04-02kill the 4th argument of __generic_file_aio_write()Al Viro1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-03-03udf: Add __init macro to init_inodecacheFabian Frederick1-1/+1
2014-03-03fs: udf: parse_options: blocksize checkFabian Frederick1-1/+5
2014-02-21udf: Fix data corruption on file type conversionJan Kara2-2/+13
2013-12-24udf: Fix lockdep warning from udf_symlink()Jan Kara1-1/+1
2013-10-19udf: fix for pathetic mount times in case of invalid file systemPeter A. Felvegi1-9/+36
2013-09-24udf: Fortify LVID loadingJan Kara3-34/+48
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+1
2013-09-13truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1