| Commit message (Expand) | Author | Age | Files | Lines |
* | fs-udf: Delete an unnecessary check before brelse() | Markus Elfring | 2019-09-04 | 1 | -2/+1 |
* | udf: Drop forward function declarations | Jan Kara | 2019-09-04 | 1 | -53/+49 |
* | udf: Verify domain identifier fields | Jan Kara | 2019-09-04 | 2 | -27/+78 |
* | udf: augment UDF permissions on new inodes | Steven J. Magnani | 2019-08-27 | 5 | -4/+35 |
* | udf: Use dynamic debug infrastructure | Jan Kara | 2019-08-26 | 2 | -16/+1 |
* | udf: reduce leakage of blocks related to named streams | Steven J. Magnani | 2019-08-26 | 3 | -2/+29 |
* | udf: prevent allocation beyond UDF partition | Steve Magnani | 2019-07-31 | 1 | -0/+11 |
* | udf: support 2048-byte spacing of VRS descriptors on 4K media | Steven J. Magnani | 2019-07-31 | 1 | -0/+16 |
* | udf: refactor VRS descriptor identification | Steven J. Magnani | 2019-07-31 | 1 | -64/+64 |
* | Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2019-07-11 | 1 | -33/+60 |
|\ |
|
| * | udf: Fix incorrect final NOT_ALLOCATED (hole) extent length | Steven J. Magnani | 2019-07-10 | 1 | -33/+60 |
* | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
|/ |
|
* | Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-05-13 | 2 | -15/+5 |
|\ |
|
| * | udf: fix an uninitialized read bug and remove dead code | Wenwen Wang | 2019-04-17 | 1 | -15/+0 |
| * | udf: Explain handling of load_nls() failure | Jan Kara | 2019-03-26 | 1 | -0/+5 |
* | | udf: switch to ->free_inode() | Al Viro | 2019-05-02 | 1 | -8/+2 |
|/ |
|
* | udf: Propagate errors from udf_truncate_extents() | Jan Kara | 2019-03-18 | 3 | -5/+8 |
* | udf: Fix crash on IO error during truncate | Jan Kara | 2019-03-18 | 1 | -0/+3 |
* | udf: Drop pointless check from udf_sync_fs() | Jan Kara | 2019-02-21 | 1 | -6/+3 |
* | udf: disallow RW mount without valid integrity descriptor | Steve Magnani | 2019-02-11 | 1 | -0/+11 |
* | udf: finalize integrity descriptor before writeback | Steve Magnani | 2019-02-11 | 1 | -2/+11 |
* | udf: factor out LVID finalization for reuse | Steve Magnani | 2019-02-11 | 1 | -16/+14 |
* | Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-12-28 | 1 | -0/+6 |
|\ |
|
| * | udf: Fix BUG on corrupted inode | Jan Kara | 2018-12-12 | 1 | -0/+6 |
* | | udf: Allow mounting volumes with incorrect identification strings | Jan Kara | 2018-11-19 | 2 | -9/+21 |
|/ |
|
* | udf: Drop pack pragma from udf_sb.h | Jan Kara | 2018-09-07 | 1 | -2/+0 |
* | udf: Drop freed bitmap / table support | Jan Kara | 2018-09-07 | 3 | -74/+0 |
* | udf: Fix crash during mount | Jan Kara | 2018-09-07 | 1 | -5/+60 |
* | udf: Prevent write-unsupported filesystem to be remounted read-write | Jan Kara | 2018-09-07 | 2 | -14/+18 |
* | udf: remove unused variables group_start and nr_groups | Colin Ian King | 2018-09-03 | 1 | -4/+2 |
* | udf: Fix mounting of Win7 created UDF filesystems | Jan Kara | 2018-08-24 | 1 | -12/+19 |
* | udf: Remove dead code from udf_find_fileset() | Jan Kara | 2018-08-24 | 1 | -61/+1 |
* | Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2018-08-17 | 7 | -41/+28 |
|\ |
|
| * | udf: convert inode stamps to timespec64 | Arnd Bergmann | 2018-06-27 | 7 | -41/+28 |
* | | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-08-14 | 1 | -8/+4 |
|\ \
| |/
|/| |
|
| * | udf: switch to discard_new_inode() | Al Viro | 2018-08-03 | 1 | -8/+4 |
* | | udf: Drop unused arguments of udf_delete_aext() | Jan Kara | 2018-06-20 | 3 | -9/+7 |
* | | udf: Provide function for calculating dir entry length | Jan Kara | 2018-06-20 | 3 | -15/+10 |
* | | udf: Detect incorrect directory size | Jan Kara | 2018-06-20 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-06-15 | 5 | -48/+45 |
|\ |
|
| * | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti... | Arnd Bergmann | 2018-06-14 | 5 | -48/+45 |
| |\ |
|
| | * | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 2018-06-06 | 2 | -17/+30 |
| | * | udf: Simplify calls to udf_disk_stamp_to_time | Deepa Dinamani | 2018-05-26 | 4 | -37/+21 |
* | | | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -3/+4 |
* | | | Merge tag 'udf_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-06-07 | 4 | -150/+131 |
|\ \ \
| |/ /
|/| | |
|
| * | | udf: Add support for decoding UTF-16 characters | Jan Kara | 2018-04-19 | 1 | -35/+68 |
| * | | udf: Add support for encoding UTF-16 characters | Jan Kara | 2018-04-19 | 1 | -36/+43 |
| * | | udf: Push sb argument to udf_name_[to|from]_CS0() | Jan Kara | 2018-04-19 | 1 | -33/+24 |
| * | | udf: Convert ident strings to proper charset | Jan Kara | 2018-04-19 | 3 | -6/+14 |
| * | | udf: Use UTF-32 <-> UTF-8 conversion functions from NLS | Jan Kara | 2018-04-19 | 1 | -63/+17 |