aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring1-6/+1
2017-08-16fs-udf: Improve six size determinationsMarkus Elfring1-3/+3
2017-06-14udf: Fix deadlock between writeback and udf_setsize()Jan Kara1-2/+2
2017-04-24udf: use kmap_atomic for memcpy copyingFabian Frederick1-4/+4
2017-04-24udf: use octal for permissionsFabian Frederick1-7/+7
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2017-01-10udf: check partition reference in udf_read_inode()Fabian Frederick1-0/+6
2017-01-10udf: merge module informations in super.cFabian Frederick1-4/+0
2017-01-10udf: remove next_epos from udf_update_extent_cache()Fabian Frederick1-14/+11
2017-01-10udf: Factor out trimming of crtimeFabian Frederick1-14/+11
2017-01-10udf: remove unneeded line breakFabian Frederick1-2/+1
2017-01-10udf: merge bh freeFabian Frederick1-18/+10
2017-01-10udf: use pointer for kernel_long_ad argumentFabian Frederick1-14/+9
2017-01-05udf: Make stat on symlink report symlink length as st_sizeJan Kara1-1/+1
2017-01-03fs/udf: make #ifdef UDF_PREALLOCATE unconditionalSteve Kenton1-2/+0
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-2/+2
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-4/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-1/+1
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-95/+148
2016-01-04udf: avoid uninitialized variable useArnd Bergmann1-0/+4
2015-12-23udf: Fix lost indirect extent blockJan Kara1-1/+10
2015-12-23udf: Factor out code for creating indirect extentJan Kara1-96/+121
2015-12-23udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-12-06udf: don't duplicate page_symlink_inode_operationsAl Viro1-1/+1
2015-07-09udf: Don't corrupt unalloc spacetable when writing itSteven J. Magnani1-12/+7
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+3
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-04-01udf: return correct errno for udf_update_inode()Changwoo Min1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-14udf: remove redundant buffer_head.h includesFabian Frederick1-1/+0
2015-02-05udf: remove bool assignment to 0/1Fabian Frederick1-2/+2
2015-01-07udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+9
2015-01-07udf: Remove repeated loads blocksizeJan Kara1-11/+8
2014-12-19udf: Verify i_size when loading inodeJan Kara1-0/+14
2014-10-09udf: Fix loading of special inodesJan Kara1-5/+9
2014-09-04udf: Set i_generation fieldJan Kara1-0/+1
2014-09-04udf: Properly detect stale inodesJan Kara1-2/+4
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorJan Kara1-53/+46
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-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2