index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2025-11-28
ext4: enable block size larger than page size
Baokun Li
2025-11-28
ext4: add checks for large folio incompatibilities when BS > PS
Baokun Li
2025-11-28
ext4: support verifying data from large folios with fs-verity
Baokun Li
2025-11-28
ext4: make data=journal support large block size
Baokun Li
2025-11-28
ext4: support large block size in __ext4_block_zero_page_range()
Zhihao Cheng
2025-11-28
ext4: support large block size in mpage_prepare_extent_to_map()
Baokun Li
2025-11-28
ext4: support large block size in mpage_map_and_submit_buffers()
Baokun Li
2025-11-28
ext4: support large block size in ext4_block_write_begin()
Baokun Li
2025-11-28
ext4: support large block size in ext4_mpage_readpages()
Baokun Li
2025-11-28
ext4: rename 'page' references to 'folio' in multi-block allocator
Zhihao Cheng
2025-11-28
ext4: prepare buddy cache inode for BS > PS with large folios
Baokun Li
2025-11-28
ext4: support large block size in ext4_mb_init_cache()
Baokun Li
2025-11-28
ext4: support large block size in ext4_mb_get_buddy_page_lock()
Baokun Li
2025-11-28
ext4: support large block size in ext4_mb_load_buddy_gfp()
Baokun Li
2025-11-28
ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversion
Baokun Li
2025-11-28
ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
Baokun Li
2025-11-28
ext4: support large block size in ext4_readdir()
Baokun Li
2025-11-28
ext4: support large block size in ext4_calculate_overhead()
Baokun Li
2025-11-28
ext4: introduce s_min_folio_order for future BS > PS support
Baokun Li
2025-11-28
ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
Baokun Li
2025-11-28
ext4: make ext4_punch_hole() support large block size
Baokun Li
2025-11-28
ext4: remove PAGE_SIZE checks for rec_len conversion
Baokun Li
2025-11-28
ext4: remove page offset calculation in ext4_block_truncate_page()
Baokun Li
2025-11-28
ext4: remove page offset calculation in ext4_block_zero_page_range()
Zhihao Cheng
2025-11-28
afs: Fix uninit var in afs_alloc_anon_key()
David Howells
2025-11-28
ubifs: vmalloc(array_size()) -> vmalloc_array()
Qianfeng Rong
2025-11-28
ubifs: Remove unnecessary variable assignments
Xichao Zhao
2025-11-28
ubifs: Simplify the code using ubifs_crc_node
Xichao Zhao
2025-11-28
ubifs: Remove unnecessary parameters '*c'
Xichao Zhao
2025-11-28
Merge tag 'vfs-6.18-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-11-28
erofs: enable error reporting for z_erofs_stream_switch_bufs()
Gao Xiang
2025-11-28
erofs: improve Zstd, LZMA and DEFLATE error strings
Gao Xiang
2025-11-28
erofs: improve decompression error reporting
Gao Xiang
2025-11-28
erofs: tidy up z_erofs_lz4_handle_overlap()
Gao Xiang
2025-11-28
file: convert replace_fd() to FD_PREPARE()
Christian Brauner
2025-11-28
exec: convert begin_new_exec() to FD_ADD()
Christian Brauner
2025-11-28
xfs: convert xfs_open_by_handle() to FD_PREPARE()
Christian Brauner
2025-11-28
userfaultfd: convert new_userfaultfd() to FD_PREPARE()
Christian Brauner
2025-11-28
timerfd: convert timerfd_create() to FD_ADD()
Christian Brauner
2025-11-28
signalfd: convert do_signalfd4() to FD_ADD()
Christian Brauner
2025-11-28
open: convert do_sys_openat2() to FD_ADD()
Christian Brauner
2025-11-28
eventpoll: convert do_epoll_create() to FD_PREPARE()
Christian Brauner
2025-11-28
autofs: convert autofs_dev_ioctl_open_mountpoint() to FD_ADD()
Christian Brauner
2025-11-28
nsfs: convert ns_ioctl() to FD_PREPARE()
Christian Brauner
2025-11-28
nsfs: convert open_namespace() to FD_PREPARE()
Christian Brauner
2025-11-28
fanotify: convert fanotify_init() to FD_PREPARE()
Christian Brauner
2025-11-28
namespace: convert fsmount() to FD_PREPARE()
Christian Brauner
2025-11-28
namespace: convert open_tree_attr() to FD_PREPARE()
Christian Brauner
2025-11-28
namespace: convert open_tree() to FD_ADD()
Christian Brauner
2025-11-28
fhandle: convert do_handle_open() to FD_ADD()
Christian Brauner
[prev]
[next]