summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* udf_get_extendedattr() had no boundary checks.Stian Skjelstad2021-08-231-2/+11
* udf: Fix iocharset=utf8 mount optionPali Rohár2021-08-123-35/+21
* udf: Get rid of 0-length arrays in struct fileIdentDescJan Kara2021-08-115-15/+16
* udf: Get rid of 0-length arraysJan Kara2021-08-112-26/+25
* udf: Remove unused declarationJan Kara2021-08-111-9/+0
* udf: Check LVID earlierJan Kara2021-08-111-9/+16
* Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-011-0/+4
|\
| * udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti2021-05-201-0/+4
* | mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-292-0/+2
|/
* useful constants: struct qstr for ".."Al Viro2021-04-151-2/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-234-19/+23
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-243-14/+18
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| * fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* | Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-222-7/+11
|\ \
| * | udf: handle large user and group IDBingJing Chang2021-02-031-4/+5
| * | udf: fix silent AED tagLocation corruptionSteven J. Magnani2021-01-251-3/+6
| |/
* / udf: fix the problem that the disc content is not displayedlianzhi chang2021-01-181-3/+4
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | udf: Limit sparing table sizeJan Kara2020-09-291-0/+6
* | udf: Remove pointless union in udf_inode_infoJan Kara2020-09-2910-47/+39
* | udf: Avoid accessing uninitialized data on failed inode readJan Kara2020-09-291-11/+14
* | udf: Fix memory leak when mountingJan Kara2020-09-221-8/+13
* | udf: Remove redundant initialization of variable retJing Xiangfeng2020-09-221-1/+1
* | udf: Use kvzalloc() in udf_sb_alloc_bitmap()Denis Efremov2020-08-281-11/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2020-08-063-4/+4
|\
| * udf: osta_udf.h: delete a duplicated wordRandy Dunlap2020-07-271-1/+1
| * udf: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-142-3/+3
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-16/+13
|\
| * udf: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-16/+13
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-4/+3
|\ \
| * | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
| |/
* / docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
|/
* change email address for Pali RohárPali Rohár2020-04-102-2/+2
* udf: udf_sb.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
* udf: Clarify meaning of f_files in udf_statfsJan Kara2020-01-201-0/+4
* udf: Allow writing to 'Rewritable' partitionsJan Kara2020-01-201-1/+0
* udf: Disallow R/W mode for disk with Metadata partitionPali Rohár2020-01-131-1/+2
* udf: Fix meaning of ENTITYID_FLAGS_* macros to be really bitwise-or flagsPali Rohár2020-01-132-3/+3
* udf: Fix free space reporting for metadata and virtual partitionsJan Kara2020-01-091-5/+17
* udf: Update header files to UDF 2.60Pali Rohár2020-01-082-33/+83
* udf: Move OSTA Identifier Suffix macros from ecma_167.h to osta_udf.hPali Rohár2020-01-083-20/+12
* udf: Fix spelling in EXT_NEXT_EXTENT_ALLOCDESCSPali Rohár2020-01-083-5/+5
* fs-udf: Delete an unnecessary check before brelse()Markus Elfring2019-09-041-2/+1
* udf: Drop forward function declarationsJan Kara2019-09-041-53/+49