summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-10-03f2fs: add missing dput() when printing the donation listJaegeuk Kim
2025-09-28f2fs: fix UAF issue in f2fs_merge_page_bio()Chao Yu
2025-09-28f2fs: readahead node blocks in F2FS_GET_BLOCK_PRECACHE modeYunji Kang
2025-09-28f2fs: add sanity check on ei.len in __update_extent_tree_range()Chao Yu
2025-09-17f2fs: fix infinite loop in __insert_extent_tree()wangzijie
2025-09-17f2fs: fix zero-sized extent for precache extentswangzijie
2025-09-16f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()Chao Yu
2025-09-16f2fs: fix to avoid migrating empty sectionChao Yu
2025-09-16f2fs: fix to truncate first page in error path of f2fs_truncate()Chao Yu
2025-09-16f2fs: fix to update map->m_next_extent correctly in f2fs_map_blocks()Chao Yu
2025-09-09f2fs: fix wrong layout information on 16KB pageJaegeuk Kim
2025-09-09f2fs: clean up error handing of f2fs_submit_page_read()Chao Yu
2025-09-09f2fs: avoid unnecessary folio_clear_uptodate() for cleanupChao Yu
2025-09-09f2fs: merge FUA command with the existing writesJaegeuk Kim
2025-09-02f2fs: allocate HOT_DATA for IPU writesJaegeuk Kim
2025-08-29f2fs: Use allocate_section_policy to control write priority in multi-devices ...Liao Yuanhong
2025-08-28f2fs: fix to do sanity check on node footer for non inode dnodeChao Yu
2025-08-20f2fs: show the list of donation filesJaegeuk Kim
2025-08-20f2fs: fix to allow removing qf_nameChao Yu
2025-08-20f2fs: fix to avoid NULL pointer dereference in f2fs_check_quota_consistency()Chao Yu
2025-08-20f2fs: clean up w/ get_left_section_blocks()Chao Yu
2025-08-20f2fs: add reserved nodes for privileged usersChunhai Guo
2025-08-20f2fs: Add bggc_io_aware to adjust the priority of BG_GC when issuing IOLiao Yuanhong
2025-08-20f2fs: dump more information for f2fs_{enable,disable}_checkpoint()Chao Yu
2025-08-20f2fs: add timeout in f2fs_enable_checkpoint()Chao Yu
2025-08-20f2fs: fix to detect potential corrupted nid in free_nid_listChao Yu
2025-08-20f2fs: fix to clear unusable_cap for checkpoint=enableChao Yu
2025-08-11f2fs: clean up f2fs_truncate_partial_cluster()Chao Yu
2025-08-11f2fs: fix to zero data after EOF for compressed file correctlyChao Yu
2025-08-11f2fs: fix to avoid overflow while left shift operationChao Yu
2025-08-11f2fs: add sysfs entry for effective lookup modeDaniel Lee
2025-08-11f2fs: add lookup_mode mount optionDaniel Lee
2025-08-11f2fs: add error checking in do_write_page()mason.zhang
2025-08-11f2fs: fix condition in __allow_reserved_blocks()Chao Yu
2025-08-11f2fs: add time stats of checkpoint for debugChao Yu
2025-08-11f2fs: dump more information when checkpoint was blocked for long timeChao Yu
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-08-09Merge tag 'v6.17rc-part2-SMB3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-08-09Merge tag 'v6.17rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-08-07smb: server: Fix extension string in ksmbd_extract_shortname()Thorsten Blum
2025-08-07ksmbd: limit repeated connections from clients with the same IPNamjae Jeon
2025-08-07smb: client: only use a single wait_queue to monitor smbdirect connection statusStefan Metzmacher
2025-08-07smb: client: don't call init_waitqueue_head(&info->conn_wait) twice in _smbd_...Stefan Metzmacher
2025-08-07smb: client: improve logging in smbd_conn_upcall()Stefan Metzmacher
2025-08-07smb: client: return an error if rdma_connect does not return within 5 secondsStefan Metzmacher
2025-08-06smb: client: make use of smbdirect_socket.{send,recv}_io.mem.{cache,pool}Stefan Metzmacher
2025-08-06smb: smbdirect: add smbdirect_socket.{send,recv}_io.mem.{cache,pool}Stefan Metzmacher
2025-08-06smb: client: make use of struct smbdirect_send_ioStefan Metzmacher
2025-08-06smb: smbdirect: introduce struct smbdirect_send_ioStefan Metzmacher
2025-08-06smb: client: make use of SMBDIRECT_RECV_IO_MAX_SGEStefan Metzmacher