index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-17
fs/dax: create a common implementation to break DAX layouts
Alistair Popple
1
-12
/
+1
2025-03-17
fs/dax: refactor wait for dax idle page
Alistair Popple
1
-4
/
+1
2025-03-18
ext4: remove references to bh->b_page
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-03-18
ext4: goto right label 'out_mmap_sem' in ext4_setattr()
Baokun Li
1
-1
/
+1
2025-03-18
ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
Ye Bin
1
-0
/
+5
2025-03-17
ext4: remove redundant function ext4_has_metadata_csum
Eric Biggers
1
-4
/
+5
2025-03-17
ext4: verify fast symlink length
Jan Kara
1
-2
/
+10
2025-03-13
ext4: add ext4_emergency_state() helper function
Baokun Li
1
-20
/
+27
2025-03-13
ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'
Baokun Li
1
-1
/
+1
2025-03-13
ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inlin...
Julian Sun
1
-2
/
+2
2025-03-06
iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
John Garry
1
-1
/
+1
2025-02-10
ext4: move out common parts into ext4_fallocate()
Zhang Yi
1
-22
/
+3
2025-02-10
ext4: move out inode_lock into ext4_fallocate()
Zhang Yi
1
-8
/
+5
2025-02-10
ext4: refactor ext4_punch_hole()
Zhang Yi
1
-66
/
+53
2025-02-10
ext4: don't write back data before punch hole in nojournal mode
Zhang Yi
1
-13
/
+5
2025-02-10
ext4: don't explicit update times in ext4_fallocate()
Zhang Yi
1
-1
/
+0
2025-02-10
ext4: remove writable userspace mappings before truncating page cache
Zhang Yi
1
-0
/
+63
2024-12-22
ext4: use inode_set_cached_link()
Mateusz Guzik
1
-1
/
+2
2024-11-18
Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-21
/
+49
2024-11-12
ext4: partial zero eof block on unaligned inode size extension
Brian Foster
1
-15
/
+36
2024-11-12
ext4: fix race in buffer_head read fault injection
Long Li
1
-2
/
+2
2024-11-12
ext4: don't pass full mapping flags to ext4_es_insert_extent()
Zhang Yi
1
-3
/
+3
2024-11-12
fs: ext4: Don't use CMA for buffer_head
Zhaoyang Huang
1
-1
/
+8
2024-11-05
ext4: Do not fallback to buffered-io for DIO atomic write
Ritesh Harjani (IBM)
1
-5
/
+22
2024-11-05
ext4: Add statx support for atomic writes
Ritesh Harjani (IBM)
1
-0
/
+12
2024-09-20
Merge tag 'ext4_for_linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-159
/
+133
2024-09-03
ext4: remove the special buffer dirty handling in do_journal_get_write_access
Shida Zhang
1
-17
/
+1
2024-09-03
ext4: fix a potential assertion failure due to improperly dirtied buffer
Shida Zhang
1
-8
/
+34
2024-09-03
ext4: hoist ext4_block_write_begin and replace the __block_write_begin
Shida Zhang
1
-19
/
+5
2024-09-03
ext4: persist the new uptodate buffers in ext4_journalled_zero_new_buffers
Shida Zhang
1
-1
/
+1
2024-09-02
ext4: drop ext4_es_is_delonly()
Zhang Yi
1
-2
/
+2
2024-09-02
ext4: use ext4_map_query_blocks() in ext4_map_blocks()
Zhang Yi
1
-21
/
+1
2024-09-02
ext4: passing block allocation information to ext4_es_insert_extent()
Zhang Yi
1
-4
/
+4
2024-09-02
ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
Zhang Yi
1
-11
/
+0
2024-09-02
ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
Zhang Yi
1
-7
/
+8
2024-09-02
ext4: factor out ext4_map_create_blocks() to allocate new blocks
Zhang Yi
1
-76
/
+81
2024-08-26
ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
Luis Henriques (SUSE)
1
-4
/
+7
2024-08-07
buffer: Convert __block_write_begin() to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-7
/
+4
2024-08-07
buffer: Convert block_write_end() to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-07-08
ext4: sanity check for NULL pointer after ext4_force_shutdown
Wojciech Gładysz
1
-0
/
+5
2024-06-27
ext4: make ext4_da_map_blocks() buffer_head unaware
Zhang Yi
1
-32
/
+31
2024-06-27
ext4: make ext4_insert_delayed_block() insert multi-blocks
Zhang Yi
1
-15
/
+36
2024-06-27
ext4: factor out a helper to check the cluster allocation state
Zhang Yi
1
-17
/
+38
2024-06-27
ext4: make ext4_da_reserve_space() reserve multi-clusters
Zhang Yi
1
-9
/
+9
2024-06-27
ext4: make ext4_es_insert_delayed_block() insert multi-blocks
Zhang Yi
1
-1
/
+1
2024-06-27
ext4: drop iblock parameter
Zhang Yi
1
-8
/
+7
2024-06-27
ext4: trim delalloc extent
Zhang Yi
1
-4
/
+10
2024-06-27
ext4: check the extent status again before inserting delalloc block
Zhang Yi
1
-0
/
+21
[prev]
[next]