summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)Author
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-02-02udf: Check output buffer length when converting name to CS0Andrew Gabbasov
2016-02-02udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov
2016-02-02udf: limit the maximum number of indirect extents in a rowVegard Nossum
2015-06-04udf: Check length of extended attributes and allocation descriptorsJan Kara
2015-06-04udf: Remove repeated loads blocksizeJan Kara
2015-01-15udf: Check component length before reading itJan Kara
2015-01-15udf: Verify symlink size before loading itJan Kara
2015-01-15udf: Verify i_size when loading inodeJan Kara
2015-01-15udf: Check path length when reading symlinkJan Kara
2014-10-09udf: Avoid infinite loop when processing indirect ICBsJan Kara
2014-05-06udf: switch to ->write_iter()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-03-03udf: Add __init macro to init_inodecacheFabian Frederick
2014-03-03fs: udf: parse_options: blocksize checkFabian Frederick
2014-02-20udf: Fix data corruption on file type conversionJan Kara
2013-12-23udf: Fix lockdep warning from udf_symlink()Jan Kara
2013-10-18udf: fix for pathetic mount times in case of invalid file systemPeter A. Felvegi
2013-09-24udf: Fortify LVID loadingJan Kara
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-07-31udf: Refuse RW mount of the filesystem instead of making it ROJan Kara
2013-07-31udf: Standardize return values in mount sequenceJan Kara
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet
2013-06-29udf: provide ->tmpfile()Al Viro
2013-06-29[readdir] convert udfAl Viro
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon
2013-02-22new helper: file_inode(file)Al Viro
2013-02-05udf: Remove unused s_extLength from udf_bitmapJan Kara
2013-02-05udf: Make s_block_bitmap standard arrayJan Kara
2013-02-05udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara
2013-01-22udf: add extent cache support in case of file readingNamjae Jeon
2013-01-21udf: Write LVID to disk after opening / closingJan Kara
2013-01-14UDF: Fix a null pointer dereference in udf_sb_free_partitionsNamjae Jeon
2012-12-13udf: remove un-needed variable from inode_getblkNamjae Jeon