index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
udf: remove reporting loc in debug output
Tom Rix
2023-02-07
1
-2
/
+2
*
udf: Check consistency of Space Bitmap Descriptor
Vladislav Efanov
2023-02-07
1
-4
/
+27
*
udf: Fix file counting in LVID
Jan Kara
2023-01-26
2
-28
/
+25
*
udf: Limit file size to 4TB
Jan Kara
2023-01-26
1
-1
/
+8
*
udf: Don't return bh from udf_expand_dir_adinicb()
Jan Kara
2023-01-26
1
-20
/
+13
*
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
3
-20
/
+15
*
udf: Mark aops implementation static
Jan Kara
2023-01-26
2
-18
/
+10
*
udf: Switch to single address_space_operations
Jan Kara
2023-01-26
4
-26
/
+3
*
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
3
-16
/
+25
*
udf: Convert in-ICB files to use udf_write_begin()
Jan Kara
2023-01-26
3
-25
/
+23
*
udf: Convert in-ICB files to use udf_direct_IO()
Jan Kara
2023-01-26
3
-8
/
+6
*
udf: Convert in-ICB files to use udf_writepages()
Jan Kara
2023-01-26
3
-23
/
+28
*
udf: Unify .read_folio for normal and in-ICB files
Jan Kara
2023-01-26
3
-13
/
+13
*
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
*
fs: gracefully handle ->get_block not mapping bh in __mpage_writepage
Jan Kara
2023-01-26
1
-0
/
+2
*
udf: Allocate blocks on write page fault
Jan Kara
2023-01-26
3
-2
/
+61
*
udf: Protect truncate and file type conversion with invalidate_lock
Jan Kara
2023-01-26
2
-6
/
+11
*
udf: Simplify error handling in udf_file_write_iter()
Jan Kara
2023-01-26
1
-7
/
+3
*
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
2
-18
/
+11
*
udf: Protect rename against modification of moved directory
Jan Kara
2023-01-26
1
-2
/
+12
*
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
2
-25
/
+14
*
udf: Convert udf_symlink_filler() to use udf_bread()
Jan Kara
2023-01-26
1
-7
/
+4
*
udf: Do not call udf_block_map() on ICB files
Jan Kara
2023-01-26
1
-12
/
+7
*
udf: Use udf_bread() in udf_load_vat()
Jan Kara
2023-01-26
1
-5
/
+8
*
udf: Use udf_bread() in udf_get_pblock_virt15()
Jan Kara
2023-01-26
1
-3
/
+2
*
udf: Factor out block mapping into udf_map_block()
Jan Kara
2023-01-26
2
-22
/
+49
*
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
9
-84
/
+14
*
udf: Unify types in anchor block detection
Jan Kara
2023-01-26
3
-5
/
+8
*
udf: Fix directory iteration for longer tail extents
Jan Kara
2023-01-26
1
-1
/
+1
*
udf: Propagate errors from udf_advance_blk()
Jan Kara
2023-01-26
1
-2
/
+6
*
udf: Zero udf name padding
Jan Kara
2023-01-26
1
-1
/
+7
*
ext2: propagate errors from ext2_prepare_chunk
Christoph Hellwig
2023-01-16
3
-16
/
+23
*
udf: remove redundant variable netype
Colin Ian King
2023-01-09
1
-2
/
+2
*
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
3
-3
/
+10
*
udf: Do not update file length for failed writes to inline files
Jan Kara
2023-01-09
1
-14
/
+12
*
udf: Fix spelling mistake "lenght" -> "length"
Colin Ian King
2023-01-09
1
-1
/
+1
*
fs/ext2: Replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
2023-01-09
1
-2
/
+2
[next]