index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
udf
Age
Commit message (
Expand
)
Author
2023-09-19
udf: initialize newblock to 0
Tom Rix
2023-09-19
udf: Handle error when adding extent to a file
Jan Kara
2023-09-19
udf: Check consistency of Space Bitmap Descriptor
Vladislav Efanov
2023-07-27
udf: Fix uninitialized array access for some pathnames
Jan Kara
2023-03-17
udf: Fix off-by-one error when discarding preallocation
Jan Kara
2023-03-10
udf: Fix file corruption when appending just after end of preallocated extent
Jan Kara
2023-03-10
udf: Detect system inodes linked into directory hierarchy
Jan Kara
2023-03-10
udf: Preserve link count of system files
Jan Kara
2023-03-10
udf: Do not update file length for failed writes to inline files
Jan Kara
2023-03-10
udf: Do not bother merging very long extents
Jan Kara
2023-03-10
udf: Truncate added extents on failed expansion
Jan Kara
2023-03-10
udf: Define EFSCORRUPTED error code
Jan Kara
2023-01-12
udf: Fix extension of the last extent in the file
Jan Kara
2022-12-31
udf: Avoid double brelse() in udf_rename()
Shigeru Yoshida
2022-12-21
udf: Fix extending file within last block
Jan Kara
2022-12-21
udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
Jan Kara
2022-12-21
udf: Fix preallocation discarding at indirect extent boundary
Jan Kara
2022-12-21
udf: Discard preallocation before extending file with a hole
Jan Kara
2022-11-16
udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
ZhangPeng
2022-05-15
udf: Avoid using stale lengthOfImpUse
Jan Kara
2022-02-01
udf: Fix NULL ptr deref when converting from inline format
Jan Kara
2022-02-01
udf: Restore i_lenAlloc when inode expansion fails
Jan Kara
2022-01-27
udf: Fix error handling in udf_new_inode()
Jan Kara
2021-11-25
udf: Fix crash after seekdir
Jan Kara
2021-08-23
udf_get_extendedattr() had no boundary checks.
Stian Skjelstad
2021-08-12
udf: Fix iocharset=utf8 mount option
Pali Rohár
2021-08-11
udf: Get rid of 0-length arrays in struct fileIdentDesc
Jan Kara
2021-08-11
udf: Get rid of 0-length arrays
Jan Kara
2021-08-11
udf: Remove unused declaration
Jan Kara
2021-08-11
udf: Check LVID earlier
Jan Kara
2021-07-01
Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-06-29
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
2021-05-20
udf: Fix NULL pointer dereference in udf_symlink function
Arturo Giusti
2021-04-15
useful constants: struct qstr for ".."
Al Viro
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-22
Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-02-03
udf: handle large user and group ID
BingJing Chang
2021-01-25
udf: fix silent AED tagLocation corruption
Steven J. Magnani
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
stat: handle idmapped mounts
Christian Brauner
2021-01-24
attr: handle idmapped mounts
Christian Brauner
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
fs: add file and path permissions helpers
Christian Brauner
2021-01-18
udf: fix the problem that the disc content is not displayed
lianzhi chang
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-09-29
udf: Limit sparing table size
Jan Kara
2020-09-29
udf: Remove pointless union in udf_inode_info
Jan Kara
2020-09-29
udf: Avoid accessing uninitialized data on failed inode read
Jan Kara
2020-09-22
udf: Fix memory leak when mounting
Jan Kara
2020-09-22
udf: Remove redundant initialization of variable ret
Jing Xiangfeng
[next]