summaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-221-4/+5
|\
| * udf: handle large user and group IDBingJing Chang2021-02-031-4/+5
* | 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-291-2/+2
* | 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
|/
* udf: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-141-2/+2
* 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-131-1/+1
* udf: Fix free space reporting for metadata and virtual partitionsJan Kara2020-01-091-5/+17
* udf: Move OSTA Identifier Suffix macros from ecma_167.h to osta_udf.hPali Rohár2020-01-081-4/+4
* 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-041-27/+64
* udf: Use dynamic debug infrastructureJan Kara2019-08-261-7/+0
* udf: reduce leakage of blocks related to named streamsSteven J. Magnani2019-08-261-0/+2
* 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 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-131-0/+5
|\
| * udf: Explain handling of load_nls() failureJan Kara2019-03-261-0/+5
* | udf: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* udf: Drop pointless check from udf_sync_fs()Jan Kara2019-02-211-6/+3
* udf: disallow RW mount without valid integrity descriptorSteve Magnani2019-02-111-0/+11
* udf: finalize integrity descriptor before writebackSteve Magnani2019-02-111-2/+11
* udf: factor out LVID finalization for reuseSteve Magnani2019-02-111-16/+14
* udf: Allow mounting volumes with incorrect identification stringsJan Kara2018-11-191-6/+10
* udf: Drop freed bitmap / table supportJan Kara2018-09-071-44/+0
* udf: Fix crash during mountJan Kara2018-09-071-5/+60
* udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara2018-09-071-14/+16
* udf: Fix mounting of Win7 created UDF filesystemsJan Kara2018-08-241-12/+19
* udf: Remove dead code from udf_find_fileset()Jan Kara2018-08-241-61/+1
* udf: convert inode stamps to timespec64Arnd Bergmann2018-06-271-4/+4
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-7/+10
|\
| * udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani2018-05-251-7/+10
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+4
* | udf: Convert ident strings to proper charsetJan Kara2018-04-191-2/+2
* | udf: Always require NLS supportJan Kara2018-04-191-8/+0
|/
* udf: fix potential refcnt problem of nls moduleChengguang Xu2018-03-021-5/+10
* udf: Do not mark possibly inconsistent filesystems as closedJan Kara2018-03-021-2/+6
* udf: Remove never implemented mount optionsJan Kara2018-02-271-27/+1
* udf: Provide saner default for invalid uid / gidJan Kara2018-02-271-2/+3
* udf: Ignore [ug]id=ignore mount optionsJan Kara2018-02-271-8/+2
* udf: Fix handling of Partition DescriptorsJan Kara2018-02-271-32/+73
* udf: Unify common handling of descriptorsJan Kara2018-02-271-22/+19