summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* 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
* udf: Verify domain identifier fieldsJan Kara2019-09-042-27/+78
* udf: augment UDF permissions on new inodesSteven J. Magnani2019-08-275-4/+35
* udf: Use dynamic debug infrastructureJan Kara2019-08-262-16/+1
* udf: reduce leakage of blocks related to named streamsSteven J. Magnani2019-08-263-2/+29
* udf: prevent allocation beyond UDF partitionSteve Magnani2019-07-311-0/+11
* udf: support 2048-byte spacing of VRS descriptors on 4K mediaSteven J. Magnani2019-07-311-0/+16
* udf: refactor VRS descriptor identificationSteven J. Magnani2019-07-311-64/+64
* Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-07-101-33/+60
|\
| * udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani2019-07-101-33/+60