aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/inode.c
AgeCommit message (Expand)Author
2023-09-23udf: initialize newblock to 0Tom Rix
2023-09-23udf: Handle error when adding extent to a fileJan Kara
2023-03-11udf: Fix file corruption when appending just after end of preallocated extentJan Kara
2023-03-11udf: Detect system inodes linked into directory hierarchyJan Kara
2023-03-11udf: Preserve link count of system filesJan Kara
2023-03-11udf: Do not bother merging very long extentsJan Kara
2023-03-11udf: Truncate added extents on failed expansionJan Kara
2023-01-18udf: Fix extension of the last extent in the fileJan Kara
2023-01-18udf: Fix extending file within last blockJan Kara
2023-01-18udf: Discard preallocation before extending file with a holeJan Kara
2022-02-01udf: Fix NULL ptr deref when converting from inline formatJan Kara
2022-02-01udf: Restore i_lenAlloc when inode expansion failsJan Kara
2021-03-17udf: fix silent AED tagLocation corruptionSteven J. Magnani
2020-10-29udf: Avoid accessing uninitialized data on failed inode readJan Kara
2019-08-27udf: augment UDF permissions on new inodesSteven J. Magnani
2019-08-26udf: reduce leakage of blocks related to named streamsSteven J. Magnani
2019-07-10udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani
2019-03-18udf: Propagate errors from udf_truncate_extents()Jan Kara
2018-12-12udf: Fix BUG on corrupted inodeJan Kara
2018-06-27udf: convert inode stamps to timespec64Arnd Bergmann
2018-06-20udf: Drop unused arguments of udf_delete_aext()Jan Kara
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-25udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani
2018-02-27udf: Clean up handling of invalid uid/gidJan Kara
2018-02-27udf: Ignore [ug]id=ignore mount optionsJan Kara
2017-10-17udf: Fix some sign-conversion warningsSteve Magnani
2017-10-17udf: Fix signed/unsigned format specifiersSteve Magnani
2017-10-17udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani
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