summaryrefslogtreecommitdiff
path: root/fs/udf/super.c
AgeCommit message (Expand)Author
2019-02-21udf: Drop pointless check from udf_sync_fs()Jan Kara
2019-02-11udf: disallow RW mount without valid integrity descriptorSteve Magnani
2019-02-11udf: finalize integrity descriptor before writebackSteve Magnani
2019-02-11udf: factor out LVID finalization for reuseSteve Magnani
2018-11-19udf: Allow mounting volumes with incorrect identification stringsJan Kara
2018-09-07udf: Drop freed bitmap / table supportJan Kara
2018-09-07udf: Fix crash during mountJan Kara
2018-09-07udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara
2018-08-24udf: Fix mounting of Win7 created UDF filesystemsJan Kara
2018-08-24udf: Remove dead code from udf_find_fileset()Jan Kara
2018-06-27udf: convert inode stamps to timespec64Arnd Bergmann
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-25udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani
2018-04-19udf: Convert ident strings to proper charsetJan Kara
2018-04-19udf: Always require NLS supportJan Kara
2018-03-02udf: fix potential refcnt problem of nls moduleChengguang Xu
2018-03-02udf: Do not mark possibly inconsistent filesystems as closedJan Kara
2018-02-27udf: Remove never implemented mount optionsJan Kara
2018-02-27udf: Provide saner default for invalid uid / gidJan Kara
2018-02-27udf: Ignore [ug]id=ignore mount optionsJan Kara
2018-02-27udf: Fix handling of Partition DescriptorsJan Kara
2018-02-27udf: Unify common handling of descriptorsJan Kara
2018-02-16udf: Convert descriptor index definitions to enumJan Kara
2018-02-16udf: Allow volume descriptor sequence to be terminated by unrecorded blockJan Kara
2018-02-16udf: Simplify handling of Volume Descriptor PointersJan Kara
2018-02-16udf: Fix off-by-one in volume descriptor sequence lengthJan Kara
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-10-17udf: Fix signed/unsigned format specifiersSteve Magnani
2017-10-17udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani
2017-10-16udf: Avoid overflow when session starts at large offsetJan Kara
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-08-16fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring
2017-08-16fs-udf: Improve six size determinationsMarkus Elfring
2017-08-16fs-udf: Adjust two checks for null pointersMarkus Elfring
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-06-13udf: Remove unused UDF_DEFAULT_BLOCKSIZEJan Kara
2017-01-20udf: allow implicit blocksize specification during mountFabian Frederick
2017-01-10udf: atomically read inode sizeFabian Frederick
2017-01-10udf: merge module informations in super.cFabian Frederick
2017-01-03fs: udf: Replace CURRENT_TIME with current_time()Deepa Dinamani
2016-05-19udf: Use correct partition reference number for metadataAlden Tondettar
2016-04-26udf: Prevent stack overflow on corrupted filesystem mountAlden Tondettar
2016-04-25udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov
2016-02-09udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov
2016-02-09udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-12-14udf: limit the maximum number of TD redirectionsVegard Nossum