index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
udf
/
inode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier
Bagas Sanjaya
2023-05-30
1
-5
/
+1
*
udf: Use folios in udf_adinicb_writepage()
Matthew Wilcox (Oracle)
2023-03-08
1
-5
/
+5
*
udf: Warn if block mapping is done for in-ICB files
Jan Kara
2023-03-06
1
-0
/
+3
*
udf: Fix reading of in-ICB files
Jan Kara
2023-03-06
1
-0
/
+9
*
udf: Fix lost writes in udf_adinicb_writepage()
Jan Kara
2023-03-06
1
-1
/
+1
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-24
1
-1
/
+2
|
\
*
|
udf: Convert udf_expand_file_adinicb() to avoid kmap_atomic()
Jan Kara
2023-01-26
1
-14
/
+4
*
|
udf: Convert udf_adinicb_writepage() to memcpy_to_page()
Jan Kara
2023-01-26
1
-6
/
+2
*
|
udf: Switch udf_adinicb_readpage() to kmap_local_page()
Jan Kara
2023-01-26
1
-2
/
+2
*
|
udf: Move udf_adinicb_readpage() to inode.c
Jan Kara
2023-01-26
1
-0
/
+15
*
|
udf: Mark aops implementation static
Jan Kara
2023-01-26
1
-9
/
+10
*
|
udf: Switch to single address_space_operations
Jan Kara
2023-01-26
1
-7
/
+1
*
|
udf: Add handling of in-ICB files to udf_bmap()
Jan Kara
2023-01-26
1
-0
/
+4
*
|
udf: Convert all file types to use udf_write_end()
Jan Kara
2023-01-26
1
-1
/
+21
*
|
udf: Convert in-ICB files to use udf_write_begin()
Jan Kara
2023-01-26
1
-5
/
+19
*
|
udf: Convert in-ICB files to use udf_direct_IO()
Jan Kara
2023-01-26
1
-1
/
+4
*
|
udf: Convert in-ICB files to use udf_writepages()
Jan Kara
2023-01-26
1
-3
/
+26
*
|
udf: Unify .read_folio for normal and in-ICB files
Jan Kara
2023-01-26
1
-1
/
+8
*
|
udf: Fix off-by-one error when discarding preallocation
Jan Kara
2023-01-26
1
-1
/
+1
*
|
udf: Fix file corruption when appending just after end of preallocated extent
Jan Kara
2023-01-26
1
-13
/
+11
*
|
udf: Do not allocate blocks on page writeback
Jan Kara
2023-01-26
1
-12
/
+34
*
|
udf: Allocate blocks on write page fault
Jan Kara
2023-01-26
1
-1
/
+0
*
|
udf: Protect truncate and file type conversion with invalidate_lock
Jan Kara
2023-01-26
1
-6
/
+9
*
|
udf: Push i_data_sem locking into udf_extend_file()
Jan Kara
2023-01-26
1
-5
/
+4
*
|
udf: Push i_data_sem locking into udf_expand_file_adinicb()
Jan Kara
2023-01-26
1
-12
/
+6
*
|
udf: Fold udf_getblk() into udf_bread()
Jan Kara
2023-01-26
1
-27
/
+20
*
|
udf: Use udf_map_block() in udf_getblk()
Jan Kara
2023-01-26
1
-8
/
+9
*
|
udf: Add flag to disable block preallocation
Jan Kara
2023-01-26
1
-6
/
+11
*
|
udf: Pass mapping request into inode_getblk()
Jan Kara
2023-01-26
1
-33
/
+23
*
|
udf: Fold udf_block_map() into udf_map_block()
Jan Kara
2023-01-26
1
-24
/
+14
*
|
udf: Factor out block mapping into udf_map_block()
Jan Kara
2023-01-26
1
-22
/
+48
*
|
udf: Move incrementing of goal block directly into inode_getblk()
Jan Kara
2023-01-26
1
-7
/
+2
*
|
udf: Drop VARCONV support
Jan Kara
2023-01-26
1
-7
/
+4
*
|
udf: Detect system inodes linked into directory hierarchy
Jan Kara
2023-01-09
1
-1
/
+6
*
|
udf: Preserve link count of system files
Jan Kara
2023-01-09
1
-2
/
+7
*
|
udf: Keep i_lenExtents consistent with the total length of extents
Jan Kara
2023-01-09
1
-0
/
+3
*
|
udf: Move setting of i_lenExtents into udf_do_extend_file()
Jan Kara
2023-01-09
1
-1
/
+4
*
|
udf: Handle error when adding extent to a file
Jan Kara
2023-01-09
1
-14
/
+27
*
|
udf: Do not bother merging very long extents
Jan Kara
2023-01-09
1
-17
/
+2
*
|
udf: Truncate added extents on failed expansion
Jan Kara
2023-01-09
1
-4
/
+11
*
|
udf: Move udf_expand_dir_adinicb() to its callsite
Jan Kara
2023-01-09
1
-82
/
+0
*
|
udf: Convert udf_expand_dir_adinicb() to new directory iteration
Jan Kara
2023-01-09
1
-37
/
+29
|
/
*
udf: initialize newblock to 0
Tom Rix
2023-01-06
1
-3
/
+1
*
udf: Fix extension of the last extent in the file
Jan Kara
2023-01-06
1
-1
/
+1
*
udf: Fix extending file within last block
Jan Kara
2022-12-09
1
-15
/
+17
*
udf: Discard preallocation before extending file with a hole
Jan Kara
2022-12-09
1
-28
/
+18
*
udf: remove ->writepage
Christoph Hellwig
2022-11-21
1
-6
/
+1
*
udf: replace ll_rw_block()
Zhang Yi
2022-09-12
1
-7
/
+1
*
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
2022-07-14
1
-1
/
+1
*
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-3
/
+3
[next]