Age | Commit message (Expand) | Author |
2019-02-21 | udf: Drop pointless check from udf_sync_fs() | Jan Kara |
2019-02-11 | udf: disallow RW mount without valid integrity descriptor | Steve Magnani |
2019-02-11 | udf: finalize integrity descriptor before writeback | Steve Magnani |
2019-02-11 | udf: factor out LVID finalization for reuse | Steve Magnani |
2018-11-19 | udf: Allow mounting volumes with incorrect identification strings | Jan Kara |
2018-09-07 | udf: Drop freed bitmap / table support | Jan Kara |
2018-09-07 | udf: Fix crash during mount | Jan Kara |
2018-09-07 | udf: Prevent write-unsupported filesystem to be remounted read-write | Jan Kara |
2018-08-24 | udf: Fix mounting of Win7 created UDF filesystems | Jan Kara |
2018-08-24 | udf: Remove dead code from udf_find_fileset() | Jan Kara |
2018-06-27 | udf: convert inode stamps to timespec64 | Arnd Bergmann |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-05-25 | udf: Simplify calls to udf_disk_stamp_to_time | Deepa Dinamani |
2018-04-19 | udf: Convert ident strings to proper charset | Jan Kara |
2018-04-19 | udf: Always require NLS support | Jan Kara |
2018-03-02 | udf: fix potential refcnt problem of nls module | Chengguang Xu |
2018-03-02 | udf: Do not mark possibly inconsistent filesystems as closed | Jan Kara |
2018-02-27 | udf: Remove never implemented mount options | Jan Kara |
2018-02-27 | udf: Provide saner default for invalid uid / gid | Jan Kara |
2018-02-27 | udf: Ignore [ug]id=ignore mount options | Jan Kara |
2018-02-27 | udf: Fix handling of Partition Descriptors | Jan Kara |
2018-02-27 | udf: Unify common handling of descriptors | Jan Kara |
2018-02-16 | udf: Convert descriptor index definitions to enum | Jan Kara |
2018-02-16 | udf: Allow volume descriptor sequence to be terminated by unrecorded block | Jan Kara |
2018-02-16 | udf: Simplify handling of Volume Descriptor Pointers | Jan Kara |
2018-02-16 | udf: Fix off-by-one in volume descriptor sequence length | Jan Kara |
2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds |
2017-10-17 | udf: Fix signed/unsigned format specifiers | Steve Magnani |
2017-10-17 | udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF | Steve Magnani |
2017-10-16 | udf: Avoid overflow when session starts at large offset | Jan Kara |
2017-09-14 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2017-08-16 | fs-udf: Delete an error message for a failed memory allocation in two functions | Markus Elfring |
2017-08-16 | fs-udf: Improve six size determinations | Markus Elfring |
2017-08-16 | fs-udf: Adjust two checks for null pointers | Markus Elfring |
2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells |
2017-06-13 | udf: Remove unused UDF_DEFAULT_BLOCKSIZE | Jan Kara |
2017-01-20 | udf: allow implicit blocksize specification during mount | Fabian Frederick |
2017-01-10 | udf: atomically read inode size | Fabian Frederick |
2017-01-10 | udf: merge module informations in super.c | Fabian Frederick |
2017-01-03 | fs: udf: Replace CURRENT_TIME with current_time() | Deepa Dinamani |
2016-05-19 | udf: Use correct partition reference number for metadata | Alden Tondettar |
2016-04-26 | udf: Prevent stack overflow on corrupted filesystem mount | Alden Tondettar |
2016-04-25 | udf: Fix conversion of 'dstring' fields to UTF8 | Andrew Gabbasov |
2016-02-09 | udf: Remove struct ustr as non-needed intermediate storage | Andrew Gabbasov |
2016-02-09 | udf: Adjust UDF_NAME_LEN to better reflect actual restrictions | Andrew Gabbasov |
2016-01-22 | tree wide: use kvfree() than conditional kfree()/vfree() | Tetsuo Handa |
2016-01-15 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov |
2015-12-14 | udf: limit the maximum number of TD redirections | Vegard Nossum |