aboutsummaryrefslogtreecommitdiff
path: root/fs/udf/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-4/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-1/+1
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-95/+148
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 1-96/+121
2015-12-23udf: limit the maximum number of indirect extents in a rowGravatar Vegard Nossum 1-0/+15
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-12-06udf: don't duplicate page_symlink_inode_operationsGravatar Al Viro 1-1/+1
2015-07-09udf: Don't corrupt unalloc spacetable when writing itGravatar Steven J. Magnani 1-12/+7
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+3
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-2/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereGravatar Omar Sandoval 1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Gravatar Omar Sandoval 1-1/+1
2015-04-01udf: return correct errno for udf_update_inode()Gravatar Changwoo Min 1-1/+1
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2015-03-14udf: remove redundant buffer_head.h includesGravatar Fabian Frederick 1-1/+0
2015-02-05udf: remove bool assignment to 0/1Gravatar Fabian Frederick 1-2/+2
2015-01-07udf: Check length of extended attributes and allocation descriptorsGravatar Jan Kara 1-0/+9
2015-01-07udf: Remove repeated loads blocksizeGravatar Jan Kara 1-11/+8
2014-12-19udf: Verify i_size when loading inodeGravatar Jan Kara 1-0/+14
2014-10-09udf: Fix loading of special inodesGravatar Jan Kara 1-5/+9
2014-09-04udf: Set i_generation fieldGravatar Jan Kara 1-0/+1
2014-09-04udf: Properly detect stale inodesGravatar Jan Kara 1-2/+4
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorGravatar Jan Kara 1-53/+46
2014-09-04udf: Avoid infinite loop when processing indirect ICBsGravatar Jan Kara 1-14/+21
2014-09-04udf: Fold udf_fill_inode() into __udf_read_inode()Gravatar Jan Kara 1-17/+5
2014-09-04udf: Avoid dir link count to go negativeGravatar Jan Kara 1-1/+1
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterGravatar Al Viro 1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Gravatar Al Viro 1-1/+2
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 1-4/+4
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-2/+2
2014-02-20udf: Fix data corruption on file type conversionGravatar Jan Kara 1-0/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterGravatar Kirill A. Shutemov 1-1/+1
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-01-22udf: add extent cache support in case of file readingGravatar Namjae Jeon 1-6/+80
2012-12-13udf: remove un-needed variable from inode_getblkGravatar Namjae Jeon 1-3/+0
2012-12-13udf: don't increment lenExtents while writing to a holeGravatar Namjae Jeon 1-2/+5
2012-12-13udf: fix memory leak while allocating blocks during writeGravatar Namjae Jeon 1-0/+4
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-16/+43
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-6/+6
2012-09-21userns: Convert the udf filesystem to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-6/+6
2012-09-06UDF: Add support for O_DIRECTGravatar Ian Abbott 1-16/+36
2012-09-04udf: add writepages support for udfGravatar Namjae Jeon 1-0/+7
2012-08-15udf: fix udf_setsize() for file data in ICBGravatar Ian Abbott 1-1/+4
2012-07-09UDF: Remove unnecessary variable "offset" from udf_fill_inodeGravatar Ashish Sangwan 1-4/+0
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-02-29udf: Fix file entry logicalBlocksRecordedGravatar Steve Nickel 1-6/+10