aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-10udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani1-33/+60
2019-03-18udf: Propagate errors from udf_truncate_extents()Jan Kara1-1/+3
2018-12-12udf: Fix BUG on corrupted inodeJan Kara1-0/+6
2018-06-27udf: convert inode stamps to timespec64Arnd Bergmann1-29/+16
2018-06-20udf: Drop unused arguments of udf_delete_aext()Jan Kara1-4/+4
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-15/+28
2018-05-25udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani1-21/+7
2018-02-27udf: Clean up handling of invalid uid/gidJan Kara1-8/+13
2018-02-27udf: Ignore [ug]id=ignore mount optionsJan Kara1-2/+0
2017-10-17udf: Fix some sign-conversion warningsSteve Magnani1-2/+2
2017-10-17udf: Fix signed/unsigned format specifiersSteve Magnani1-8/+8
2017-10-17udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani1-15/+15
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