summaryrefslogtreecommitdiffstats
path: root/fs/udf/inode.c
Commit message (Expand)AuthorAgeFilesLines
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
* fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-2/+2
* fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-1/+1
* direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-4/+3
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-01-151-95/+148
|\
| * udf: avoid uninitialized variable useArnd Bergmann2016-01-041-0/+4
| * udf: Fix lost indirect extent blockJan Kara2015-12-231-1/+10
| * udf: Factor out code for creating indirect extentJan Kara2015-12-231-96/+121
| * udf: limit the maximum number of indirect extents in a rowVegard Nossum2015-12-231-0/+15
* | don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* | udf: don't duplicate page_symlink_inode_operationsAl Viro2015-12-061-1/+1
|/
* udf: Don't corrupt unalloc spacetable when writing itSteven J. Magnani2015-07-091-12/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-161-4/+3
|\
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
| * direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-1/+1
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-04-161-2/+1
|\ \ | |/ |/|
| * udf: return correct errno for udf_update_inode()Changwoo Min2015-04-011-1/+1
| * udf: remove redundant buffer_head.h includesFabian Frederick2015-03-141-1/+0
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
|/
* udf: remove bool assignment to 0/1Fabian Frederick2015-02-051-2/+2
* udf: Check length of extended attributes and allocation descriptorsJan Kara2015-01-071-0/+9
* udf: Remove repeated loads blocksizeJan Kara2015-01-071-11/+8
* udf: Verify i_size when loading inodeJan Kara2014-12-191-0/+14
* udf: Fix loading of special inodesJan Kara2014-10-091-5/+9
* udf: Set i_generation fieldJan Kara2014-09-041-0/+1
* udf: Properly detect stale inodesJan Kara2014-09-041-2/+4
* udf: Make udf_read_inode() and udf_iget() return errorJan Kara2014-09-041-53/+46
* udf: Avoid infinite loop when processing indirect ICBsJan Kara2014-09-041-14/+21
* udf: Fold udf_fill_inode() into __udf_read_inode()Jan Kara2014-09-041-17/+5
* udf: Avoid dir link count to go negativeJan Kara2014-09-041-1/+1
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+2
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-4/+4
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-2/+2
* udf: Fix data corruption on file type conversionJan Kara2014-02-201-0/+1
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* udf: add extent cache support in case of file readingNamjae Jeon2013-01-221-6/+80
* udf: remove un-needed variable from inode_getblkNamjae Jeon2012-12-131-3/+0
* udf: don't increment lenExtents while writing to a holeNamjae Jeon2012-12-131-2/+5
* udf: fix memory leak while allocating blocks during writeNamjae Jeon2012-12-131-0/+4
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-10-041-16/+43
|\
| * UDF: Add support for O_DIRECTIan Abbott2012-09-061-16/+36
| * udf: add writepages support for udfNamjae Jeon2012-09-041-0/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-6/+6
|\ \ | |/ |/|
| * userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman2012-09-211-6/+6
* | udf: fix udf_setsize() for file data in ICBIan Abbott2012-08-151-1/+4
|/