summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-09iomap: helper to trim pos/bytes to within folioBrian Foster
2025-05-09iomap: drop pos param from __iomap_[get|put]_folio()Brian Foster
2025-05-09iomap: drop unnecessary pos param from iomap_write_[begin|end]Brian Foster
2025-05-09iomap: resample iter->pos after iomap_write_begin() callsBrian Foster
2025-05-09fs: Remove redundant errseq_set call in mark_buffer_write_io_error.Jeremy Bongio
2025-05-09configfs: Correct error value returned by API config_item_set_name()Zijun Hu
2025-05-09configfs: Do not override creating attribute file failure in populate_attrs()Zijun Hu
2025-05-09configfs: Delete semicolon from macro type_print() definitionZijun Hu
2025-05-09Merge tag 'atomic-writes-6.16_2025-05-07' of https://git.kernel.org/pub/scm/l...Carlos Maiolino
2025-05-08ext4: hold s_fc_lock while during fast commitHarshad Shirwadkar
2025-05-08ext4: convert s_fc_lock to mutex typeHarshad Shirwadkar
2025-05-08ext4: temporarily elevate commit thread priorityHarshad Shirwadkar
2025-05-08ext4: update code documentationHarshad Shirwadkar
2025-05-08ext4: drop i_fc_updates from inode fc infoHarshad Shirwadkar
2025-05-08ext4: rework fast commit commit pathHarshad Shirwadkar
2025-05-08ext4: mark inode dirty before grabbing i_data_sem in ext4_setattrHarshad Shirwadkar
2025-05-08ext4: for committing inode, make ext4_fc_track_inode waitHarshad Shirwadkar
2025-05-08ext4: convert i_fc_lock to spinlockHarshad Shirwadkar
2025-05-08Merge tag 'bcachefs-2025-05-08' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-08f2fs: return bool from __write_node_folioChristoph Hellwig
2025-05-08f2fs: simplify return value handling in f2fs_fsync_node_pagesChristoph Hellwig
2025-05-08f2fs: always unlock the page in f2fs_write_single_data_pageChristoph Hellwig
2025-05-08f2fs: remove wbc->for_reclaim handlingChristoph Hellwig
2025-05-08Merge tag 'v6.15-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-05-08f2fs: return bool from __f2fs_write_meta_folioChristoph Hellwig
2025-05-08f2fs: fix to return correct error number in f2fs_sync_node_pages()Chao Yu
2025-05-07nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()Ryusuke Konishi
2025-05-07ocfs2: stop quota recovery before disabling quotasJan Kara
2025-05-07ocfs2: implement handshaking with ocfs2 recovery threadJan Kara
2025-05-07ocfs2: switch osb->disable_recovery to enumJan Kara
2025-05-07mm/userfaultfd: fix uninitialized output field for -EAGAIN racePeter Xu
2025-05-07ocfs2: fix panic in failed foilio allocationMark Tinguely
2025-05-07ocfs2: fix the issue with discontiguous allocation in the global_bitmapHeming Zhao
2025-05-07xfs: allow sysadmins to specify a maximum atomic write limit at mount timeDarrick J. Wong
2025-05-07xfs: update atomic write limitsJohn Garry
2025-05-07xfs: add xfs_calc_atomic_write_unit_max()John Garry
2025-05-07xfs: add xfs_file_dio_write_atomic()John Garry
2025-05-07xfs: commit CoW-based atomic writes atomicallyJohn Garry
2025-05-07xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()John Garry
2025-05-07xfs: add xfs_atomic_write_cow_iomap_begin()John Garry
2025-05-07xfs: refine atomic write size check in xfs_file_write_iter()John Garry
2025-05-07xfs: refactor xfs_reflink_end_cow_extent()John Garry
2025-05-07xfs: allow block allocator to take an alignment hintJohn Garry
2025-05-07xfs: ignore HW which cannot atomic write a single blockDarrick J. Wong
2025-05-07xfs: add helpers to compute transaction reservation for finishing intent itemsDarrick J. Wong
2025-05-07xfs: add helpers to compute log item overheadDarrick J. Wong
2025-05-07xfs: separate out setting buftarg atomic writes limitsDarrick J. Wong
2025-05-07xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()John Garry