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
*
udf: fix uninit-value use in udf_get_fileshortad
Gianfranco Trad
2024-10-02
1
-3
/
+6
*
udf: refactor inode_bmap() to handle error
Zhao Mengmeng
2024-10-02
1
-15
/
+25
*
udf: refactor udf_next_aext() to handle error
Zhao Mengmeng
2024-10-02
1
-42
/
+83
*
udf: refactor udf_current_aext() to handle error
Zhao Mengmeng
2024-10-02
1
-14
/
+26
*
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-3
/
+3
*
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-4
/
+2
*
udf: Fix lock ordering in udf_evict_inode()
Jan Kara
2024-06-05
1
-7
/
+4
*
udf: Drop pointless IS_IMMUTABLE and IS_APPEND check
Jan Kara
2024-06-05
1
-2
/
+0
*
udf: Use a folio in udf_write_end()
Matthew Wilcox (Oracle)
2024-04-23
1
-3
/
+5
*
udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()
Matthew Wilcox (Oracle)
2024-04-23
1
-12
/
+7
*
udf: Convert udf_expand_file_adinicb() to use a folio
Matthew Wilcox (Oracle)
2024-04-23
1
-13
/
+14
*
udf: Convert udf_write_begin() to use a folio
Matthew Wilcox (Oracle)
2024-04-23
1
-7
/
+8
*
udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
Jan Kara
2024-01-23
1
-1
/
+1
*
udf: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-16
/
+22
*
Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2023-08-30
1
-2
/
+0
|
\
|
*
udf: Drop pointless aops assignment
Jan Kara
2023-08-09
1
-2
/
+0
*
|
udf: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-7
/
+10
|
/
*
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
[next]