index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
udf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-23
udf: Use a folio in udf_write_end()
Matthew Wilcox (Oracle)
1
-3
/
+5
2024-04-23
udf: Convert udf_page_mkwrite() to use a folio
Matthew Wilcox (Oracle)
1
-10
/
+10
2024-04-23
udf: Convert udf_symlink_getattr() to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+6
2024-04-23
udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()
Matthew Wilcox (Oracle)
1
-12
/
+7
2024-04-23
udf: Convert udf_expand_file_adinicb() to use a folio
Matthew Wilcox (Oracle)
1
-13
/
+14
2024-04-23
udf: Convert udf_write_begin() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2024-04-23
udf: Convert udf_symlink_filler() to use a folio
Matthew Wilcox (Oracle)
1
-16
/
+6
2024-04-10
udf: udftime: prevent overflow in udf_disk_stamp_to_time()
Roman Smirnov
1
-3
/
+8
2024-04-02
udf: replace deprecated strncpy/strcpy with strscpy
Justin Stitt
1
-3
/
+3
2024-03-25
udf: Remove second semicolon
Colin Ian King
1
-1
/
+1
2024-03-05
udf: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-1
/
+0
2024-02-21
udf: convert to new mount API
Eric Sandeen
1
-242
/
+265
2024-02-21
udf: convert novrs to an option flag
Eric Sandeen
2
-4
/
+3
2024-02-05
udf: Avoid invalid LVID used on mount
Jan Kara
1
-17
/
+25
2024-01-23
udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
Jan Kara
1
-1
/
+1
2024-01-23
udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()
Jan Kara
1
-1
/
+1
2024-01-23
udf: Avoid GFP_NOFS allocation in udf_symlink()
Jan Kara
1
-8
/
+11
2024-01-23
udf: Remove GFP_NOFS from dir iteration code
Jan Kara
2
-2
/
+2
2024-01-12
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-10
/
+1
2023-12-21
udf_fiiter_add_entry(): check for zero ->d_name.len is bogus...
Al Viro
1
-2
/
+0
2023-12-21
udf: d_obtain_alias(ERR_PTR(...)) will do the right thing...
Al Viro
1
-6
/
+1
2023-12-21
udf: d_splice_alias() will do the right thing on ERR_PTR() inode
Al Viro
1
-2
/
+0
2023-11-25
udf_rename(): only access the child content on cross-directory rename
Al Viro
1
-1
/
+6
2023-11-02
Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+2
2023-10-18
udf: convert to new timestamp accessors
Jeff Layton
3
-26
/
+32
2023-10-03
udf: Avoid unneeded variable length array in struct fileIdentDesc
Jan Kara
1
-1
/
+1
2023-09-18
udf: Annotate struct udf_bitmap with __counted_by
Kees Cook
1
-1
/
+1
2023-08-30
Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2
-3
/
+1
2023-08-30
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2
-1
/
+2
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2023-08-18
fs: convert block_commit_write to return void
Bean Huo
1
-3
/
+3
2023-08-09
udf: Drop pointless aops assignment
Jan Kara
1
-2
/
+0
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
1
-0
/
+1
2023-08-02
fs: rename and move block_page_mkwrite_return
Christoph Hellwig
1
-1
/
+1
2023-07-31
udf: Fix -Wstringop-overflow warnings
Gustavo A. R. Silva
1
-1
/
+1
2023-07-24
udf: convert to ctime accessor functions
Jeff Layton
3
-20
/
+23
2023-06-29
Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
15
-87
/
+17
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-06-21
udf: Fix uninitialized array access for some pathnames
Jan Kara
1
-1
/
+1
2023-06-02
Revert "udf: Protect rename against modification of moved directory"
Jan Kara
1
-12
/
+2
2023-05-30
fs: udf: udftime: Replace LGPL boilerplate with SPDX identifier
Bagas Sanjaya
1
-16
/
+2
2023-05-30
fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier
Bagas Sanjaya
14
-70
/
+14
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
1
-1
/
+1
2023-03-13
udf: use wrapper i_blocksize() in udf_discard_prealloc()
Yangtao Li
1
-2
/
+2
2023-03-08
udf: Use folios in udf_adinicb_writepage()
Matthew Wilcox (Oracle)
1
-5
/
+5
2023-03-06
udf: Warn if block mapping is done for in-ICB files
Jan Kara
1
-0
/
+3
2023-03-06
udf: Fix reading of in-ICB files
Jan Kara
1
-0
/
+9
2023-03-06
udf: Fix lost writes in udf_adinicb_writepage()
Jan Kara
1
-1
/
+1
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
[next]