summaryrefslogtreecommitdiff
path: root/fs/udf/inode.c
AgeCommit message (Expand)Author
2019-07-21udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani
2019-02-12udf: Fix BUG on corrupted inodeJan Kara
2017-08-16fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring
2017-08-16fs-udf: Improve six size determinationsMarkus Elfring
2017-06-14udf: Fix deadlock between writeback and udf_setsize()Jan Kara
2017-04-24udf: use kmap_atomic for memcpy copyingFabian Frederick
2017-04-24udf: use octal for permissionsFabian Frederick
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-01-10udf: check partition reference in udf_read_inode()Fabian Frederick
2017-01-10udf: merge module informations in super.cFabian Frederick
2017-01-10udf: remove next_epos from udf_update_extent_cache()Fabian Frederick
2017-01-10udf: Factor out trimming of crtimeFabian Frederick
2017-01-10udf: remove unneeded line breakFabian Frederick
2017-01-10udf: merge bh freeFabian Frederick
2017-01-10udf: use pointer for kernel_long_ad argumentFabian Frederick
2017-01-05udf: Make stat on symlink report symlink length as st_sizeJan Kara
2017-01-03fs/udf: make #ifdef UDF_PREALLOCATE unconditionalSteve Kenton
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