summaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* udf: Convert descriptor index definitions to enumJan Kara2018-02-161-8/+9
* udf: Allow volume descriptor sequence to be terminated by unrecorded blockJan Kara2018-02-161-6/+2
* udf: Simplify handling of Volume Descriptor PointersJan Kara2018-02-161-25/+16
* udf: Fix off-by-one in volume descriptor sequence lengthJan Kara2018-02-161-3/+3
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-3/+3
* udf: Fix signed/unsigned format specifiersSteve Magnani2017-10-171-26/+26
* udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani2017-10-171-1/+1
* udf: Avoid overflow when session starts at large offsetJan Kara2017-10-161-1/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-7/+7
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-7/+7
* | fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring2017-08-161-2/+0