summaryrefslogtreecommitdiffstats
path: root/fs/udf/symlink.c
Commit message (Expand)AuthorAgeFilesLines
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya2023-05-301-5/+1
* Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-201-18/+10
|\
| * udf: Convert udf_symlink_filler() to use udf_bread()Jan Kara2023-01-261-7/+4
| * udf: Do not call udf_block_map() on ICB filesJan Kara2023-01-261-12/+7
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
|/
* udf: Convert adinicb and symlinks to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+3
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* udf: Remove pointless union in udf_inode_infoJan Kara2020-09-291-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-2/+3
* udf: Make stat on symlink report symlink length as st_sizeJan Kara2017-01-051-0/+30
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-3/+1
* udf: Return -ENOMEM when allocation fails in udf_get_filename()Fabian Frederick2015-05-181-0/+3
* udf: remove redundant buffer_head.h includesFabian Frederick2015-03-141-1/+0
* udf: Check component length before reading itJan Kara2014-12-211-2/+7
* udf: Check path length when reading symlinkJan Kara2014-12-191-5/+26
* udf: Verify symlink size before loading itJan Kara2014-12-191-4/+13
* udf: use linux/uaccess.hFabian Frederick2014-07-151-1/+1
* udf: Treat symlink component of type 2 as /Jan Kara2012-01-091-4/+10
* udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani2011-01-061-5/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* sanitize const/signedness for udfAl Viro2010-03-031-5/+5
* udf: move headers out include/linux/Christoph Hellwig2008-04-171-1/+0
* udf: cache struct udf_inode_infoMarcin Slusarz2008-02-081-2/+4
* udf: remove UDF_I_* macros and open code themMarcin Slusarz2008-02-081-2/+2
* udf: fix coding styleMarcin Slusarz2008-02-081-1/+2
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-211-7/+7
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-191-29/+27
* udf: use get_bh()Jan Kara2007-05-081-1/+1
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* remove pointers to the defunct UDF mailing listAdrian Bunk2006-01-031-5/+0
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+123