index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
udf
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-04
fs-udf: Delete an unnecessary check before brelse()
Markus Elfring
1
-2
/
+1
2019-09-04
udf: Drop forward function declarations
Jan Kara
1
-53
/
+49
2019-09-04
udf: Verify domain identifier fields
Jan Kara
1
-27
/
+64
2019-08-26
udf: Use dynamic debug infrastructure
Jan Kara
1
-7
/
+0
2019-08-26
udf: reduce leakage of blocks related to named streams
Steven J. Magnani
1
-0
/
+2
2019-07-31
udf: support 2048-byte spacing of VRS descriptors on 4K media
Steven J. Magnani
1
-0
/
+16
2019-07-31
udf: refactor VRS descriptor identification
Steven J. Magnani
1
-64
/
+64
2019-05-13
Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+5
2019-05-01
udf: switch to ->free_inode()
Al Viro
1
-8
/
+2
2019-03-26
udf: Explain handling of load_nls() failure
Jan Kara
1
-0
/
+5
2019-02-21
udf: Drop pointless check from udf_sync_fs()
Jan Kara
1
-6
/
+3
2019-02-11
udf: disallow RW mount without valid integrity descriptor
Steve Magnani
1
-0
/
+11
2019-02-11
udf: finalize integrity descriptor before writeback
Steve Magnani
1
-2
/
+11
2019-02-11
udf: factor out LVID finalization for reuse
Steve Magnani
1
-16
/
+14
2018-11-19
udf: Allow mounting volumes with incorrect identification strings
Jan Kara
1
-6
/
+10
2018-09-07
udf: Drop freed bitmap / table support
Jan Kara
1
-44
/
+0
2018-09-07
udf: Fix crash during mount
Jan Kara
1
-5
/
+60
2018-09-07
udf: Prevent write-unsupported filesystem to be remounted read-write
Jan Kara
1
-14
/
+16
2018-08-24
udf: Fix mounting of Win7 created UDF filesystems
Jan Kara
1
-12
/
+19
2018-08-24
udf: Remove dead code from udf_find_fileset()
Jan Kara
1
-61
/
+1
2018-06-27
udf: convert inode stamps to timespec64
Arnd Bergmann
1
-4
/
+4
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-7
/
+10
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-3
/
+4
2018-05-25
udf: Simplify calls to udf_disk_stamp_to_time
Deepa Dinamani
1
-7
/
+10
2018-04-19
udf: Convert ident strings to proper charset
Jan Kara
1
-2
/
+2
2018-04-19
udf: Always require NLS support
Jan Kara
1
-8
/
+0
2018-03-02
udf: fix potential refcnt problem of nls module
Chengguang Xu
1
-5
/
+10
2018-03-02
udf: Do not mark possibly inconsistent filesystems as closed
Jan Kara
1
-2
/
+6
2018-02-27
udf: Remove never implemented mount options
Jan Kara
1
-27
/
+1
2018-02-27
udf: Provide saner default for invalid uid / gid
Jan Kara
1
-2
/
+3
2018-02-27
udf: Ignore [ug]id=ignore mount options
Jan Kara
1
-8
/
+2
2018-02-27
udf: Fix handling of Partition Descriptors
Jan Kara
1
-32
/
+73
2018-02-27
udf: Unify common handling of descriptors
Jan Kara
1
-22
/
+19
2018-02-16
udf: Convert descriptor index definitions to enum
Jan Kara
1
-8
/
+9
2018-02-16
udf: Allow volume descriptor sequence to be terminated by unrecorded block
Jan Kara
1
-6
/
+2
2018-02-16
udf: Simplify handling of Volume Descriptor Pointers
Jan Kara
1
-25
/
+16
2018-02-16
udf: Fix off-by-one in volume descriptor sequence length
Jan Kara
1
-3
/
+3
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-3
/
+3
2017-10-17
udf: Fix signed/unsigned format specifiers
Steve Magnani
1
-26
/
+26
2017-10-17
udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF
Steve Magnani
1
-1
/
+1
2017-10-16
udf: Avoid overflow when session starts at large offset
Jan Kara
1
-1
/
+1
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-7
/
+7
2017-08-16
fs-udf: Delete an error message for a failed memory allocation in two functions
Markus Elfring
1
-2
/
+0
2017-08-16
fs-udf: Improve six size determinations
Markus Elfring
1
-3
/
+2
2017-08-16
fs-udf: Adjust two checks for null pointers
Markus Elfring
1
-2
/
+3
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
1
-7
/
+7
2017-06-13
udf: Remove unused UDF_DEFAULT_BLOCKSIZE
Jan Kara
1
-2
/
+0
2017-01-20
udf: allow implicit blocksize specification during mount
Fabian Frederick
1
-9
/
+19
2017-01-10
udf: atomically read inode size
Fabian Frederick
1
-3
/
+4
2017-01-10
udf: merge module informations in super.c
Fabian Frederick
1
-3
/
+6
[next]