index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
udf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-06
udf: initialize newblock to 0
Tom Rix
1
-3
/
+1
2023-01-06
udf: Fix extension of the last extent in the file
Jan Kara
1
-1
/
+1
2022-12-12
Merge tag 'fixes_for_v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-88
/
+61
2022-12-09
udf: Fix extending file within last block
Jan Kara
1
-15
/
+17
2022-12-09
udf: Discard preallocation before extending file with a hole
Jan Kara
1
-28
/
+18
2022-12-09
udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
Jan Kara
1
-1
/
+2
2022-12-09
udf: Fix preallocation discarding at indirect extent boundary
Jan Kara
1
-32
/
+13
2022-12-05
udf: Increase UDF_MAX_READ_VERSION to 0x0260
Bartosz Taudul
1
-1
/
+5
2022-11-21
udf: remove ->writepage
Christoph Hellwig
1
-6
/
+1
2022-11-09
udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
ZhangPeng
1
-1
/
+1
2022-10-24
udf: Avoid double brelse() in udf_rename()
Shigeru Yoshida
1
-4
/
+4
2022-10-24
fs: udf: Optimize udf_free_in_core_inode and udf_find_fileset function
Li zeming
1
-2
/
+2
2022-10-10
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-9
/
+3
2022-09-24
vfs: open inside ->tmpfile()
Miklos Szeredi
1
-3
/
+3
2022-09-12
udf: Support splicing to file
Jan Kara
1
-0
/
+1
2022-09-11
udf: replace ll_rw_block()
Zhang Yi
3
-9
/
+3
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
3
-3
/
+3
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
3
-14
/
+15
2022-05-10
udf: Avoid using stale lengthOfImpUse
Jan Kara
1
-4
/
+4
2022-05-09
udf: Convert adinicb and symlinks to read_folio
Matthew Wilcox (Oracle)
2
-7
/
+8
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
2
-2
/
+2
2022-05-08
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
fs: Remove aop flags parameter from block_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-25
Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2
-2
/
+4
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
1
-1
/
+1
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
2
-2
/
+2
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
2
-0
/
+2
2022-03-08
udf: remove redundant assignment of variable etype
Colin Ian King
1
-2
/
+1
2022-01-24
udf: Restore i_lenAlloc when inode expansion fails
Jan Kara
1
-0
/
+1
2022-01-24
udf: Fix NULL ptr deref when converting from inline format
Jan Kara
1
-5
/
+3
2021-12-15
udf: Fix error handling in udf_new_inode()
Jan Kara
1
-0
/
+2
2021-11-09
udf: Fix crash after seekdir
Jan Kara
3
-2
/
+35
2021-10-18
udf: use sb_bdev_nr_blocks
Christoph Hellwig
2
-9
/
+5
2021-08-23
udf_get_extendedattr() had no boundary checks.
Stian Skjelstad
1
-2
/
+11
2021-08-12
udf: Fix iocharset=utf8 mount option
Pali Rohár
3
-35
/
+21
2021-08-11
udf: Get rid of 0-length arrays in struct fileIdentDesc
Jan Kara
5
-15
/
+16
2021-08-11
udf: Get rid of 0-length arrays
Jan Kara
2
-26
/
+25
2021-08-11
udf: Remove unused declaration
Jan Kara
1
-9
/
+0
2021-08-11
udf: Check LVID earlier
Jan Kara
1
-9
/
+16
2021-07-01
Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2021-06-29
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
2
-0
/
+2
2021-05-20
udf: Fix NULL pointer dereference in udf_symlink function
Arturo Giusti
1
-0
/
+4
2021-04-15
useful constants: struct qstr for ".."
Al Viro
1
-2
/
+1
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-19
/
+23
2021-02-22
Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-7
/
+11
2021-02-03
udf: handle large user and group ID
BingJing Chang
1
-4
/
+5
2021-01-25
udf: fix silent AED tagLocation corruption
Steven J. Magnani
1
-3
/
+6
[next]