summaryrefslogtreecommitdiff
path: root/fs/udf/inode.c
AgeCommit message (Expand)Author
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-01-04udf: avoid uninitialized variable useArnd Bergmann
2015-12-23udf: Fix lost indirect extent blockJan Kara
2015-12-23udf: Factor out code for creating indirect extentJan Kara
2015-12-23udf: limit the maximum number of indirect extents in a rowVegard Nossum
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-12-06udf: don't duplicate page_symlink_inode_operationsAl Viro
2015-07-09udf: Don't corrupt unalloc spacetable when writing itSteven J. Magnani
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-01udf: return correct errno for udf_update_inode()Changwoo Min
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-14udf: remove redundant buffer_head.h includesFabian Frederick
2015-02-05udf: remove bool assignment to 0/1Fabian Frederick
2015-01-07udf: Check length of extended attributes and allocation descriptorsJan Kara
2015-01-07udf: Remove repeated loads blocksizeJan Kara
2014-12-19udf: Verify i_size when loading inodeJan Kara
2014-10-09udf: Fix loading of special inodesJan Kara
2014-09-04udf: Set i_generation fieldJan Kara
2014-09-04udf: Properly detect stale inodesJan Kara
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorJan Kara
2014-09-04udf: Avoid infinite loop when processing indirect ICBsJan Kara
2014-09-04udf: Fold udf_fill_inode() into __udf_read_inode()Jan Kara
2014-09-04udf: Avoid dir link count to go negativeJan Kara
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-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-02-20udf: Fix data corruption on file type conversionJan Kara
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-01-22udf: add extent cache support in case of file readingNamjae Jeon
2012-12-13udf: remove un-needed variable from inode_getblkNamjae Jeon
2012-12-13udf: don't increment lenExtents while writing to a holeNamjae Jeon
2012-12-13udf: fix memory leak while allocating blocks during writeNamjae Jeon
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman
2012-09-06UDF: Add support for O_DIRECTIan Abbott
2012-09-04udf: add writepages support for udfNamjae Jeon
2012-08-15udf: fix udf_setsize() for file data in ICBIan Abbott