aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/symlink.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-05-30fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya1-5/+1
2023-02-20Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-18/+10
2023-01-26udf: Convert udf_symlink_filler() to use udf_bread()Jan Kara1-7/+4
2023-01-26udf: Do not call udf_block_map() on ICB filesJan Kara1-12/+7
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2022-05-09udf: Convert adinicb and symlinks to read_folioMatthew Wilcox (Oracle)1-2/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+3
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2020-09-29udf: Remove pointless union in udf_inode_infoJan Kara1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+3
2017-01-05udf: Make stat on symlink report symlink length as st_sizeJan Kara1-0/+30
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-3/+1
2015-05-18udf: Return -ENOMEM when allocation fails in udf_get_filename()Fabian Frederick1-0/+3
2015-03-14udf: remove redundant buffer_head.h includesFabian Frederick1-1/+0
2014-12-21udf: Check component length before reading itJan Kara1-2/+7
2014-12-19udf: Check path length when reading symlinkJan Kara1-5/+26
2014-12-19udf: Verify symlink size before loading itJan Kara1-4/+13
2014-07-15udf: use linux/uaccess.hFabian Frederick1-1/+1
2012-01-09udf: Treat symlink component of type 2 as /Jan Kara1-4/+10
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani1-5/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-03-03sanitize const/signedness for udfAl Viro1-5/+5
2008-04-17udf: move headers out include/linux/Christoph Hellwig1-1/+0
2008-02-08udf: cache struct udf_inode_infoMarcin Slusarz1-2/+4
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz1-2/+2
2008-02-08udf: fix coding styleMarcin Slusarz1-1/+2
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov1-7/+7
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov1-29/+27
2007-05-08udf: use get_bh()Jan Kara1-1/+1
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-01-03remove pointers to the defunct UDF mailing listAdrian Bunk1-5/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+123