summaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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-021-8/+2Star
|/
* udf: Drop pointless check from udf_sync_fs()Jan Kara2019-02-211-6/+3Star
* 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/+14Star
* udf: Allow mounting volumes with incorrect identification stringsJan Kara2018-11-191-6/+10
* udf: Drop freed bitmap / table supportJan Kara2018-09-071-44/+0Star
* 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/+1Star
* 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-261-7/+10
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+4
* | udf: Convert ident strings to proper charsetJan Kara2018-04-191-2/+2
* | udf: Always require NLS supportJan Kara2018-04-191-8/+0Star
|/
* 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/+1Star
* udf: Provide saner default for invalid uid / gidJan Kara2018-02-271-2/+3
* udf: Ignore [ug]id=ignore mount optionsJan Kara2018-02-271-8/+2Star
* udf: Fix handling of Partition DescriptorsJan Kara2018-02-271-32/+73
* udf: Unify common handling of descriptorsJan Kara2018-02-271-22/+19Star
* 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/+2Star
* udf: Simplify handling of Volume Descriptor PointersJan Kara2018-02-161-25/+16Star
* 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-151-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/+0Star
* | fs-udf: Improve six size determinationsMarkus Elfring2017-08-161-3/+2Star
* | fs-udf: Adjust two checks for null pointersMarkus Elfring2017-08-161-2/+3
|/
* udf: Remove unused UDF_DEFAULT_BLOCKSIZEJan Kara2017-06-131-2/+0Star
* udf: allow implicit blocksize specification during mountFabian Frederick2017-01-201-9/+19
* udf: atomically read inode sizeFabian Frederick2017-01-101-3/+4
* udf: merge module informations in super.cFabian Frederick2017-01-101-3/+6
* fs: udf: Replace CURRENT_TIME with current_time()Deepa Dinamani2017-01-031-3/+6
* udf: Use correct partition reference number for metadataAlden Tondettar2016-05-191-10/+12
* udf: Prevent stack overflow on corrupted filesystem mountAlden Tondettar2016-04-261-24/+43
* udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov2016-04-251-2/+2
* udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov2016-02-091-23/+13Star
* udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov2016-02-091-1/+1
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-231-6/+1Star