summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-05-07xfs: only call xfs_setsize_buftarg once per buffer targetDarrick J. Wong
2025-05-07fs: add atomic write unit max opt to statxJohn Garry
2025-05-07bcachefs: Don't aggressively discard the journalKent Overstreet
2025-05-07bcachefs: Ensure superblock gets written when we go EROKent Overstreet
2025-05-07bcachefs: Filter out harmless EROFS error messagesKent Overstreet
2025-05-07bcachefs: journal_shutdown is EROFS, not EIOKent Overstreet
2025-05-07smb: client: Avoid race in open_cached_dir with lease breaksPaul Aurich
2025-05-07Merge tag 'erofs-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-05-07fs: aio: initialize .ki_write_stream of read-write requestMing Lei
2025-05-07hfsplus: use bdev_rw_virt in hfsplus_submit_bioChristoph Hellwig
2025-05-07btrfs: use bdev_rw_virt in scrub_one_superChristoph Hellwig
2025-05-07xfs: simplify building the bio in xlog_write_iclogChristoph Hellwig
2025-05-07xfs: simplify xfs_rw_bdevChristoph Hellwig
2025-05-07xfs: simplify xfs_buf_submit_bioChristoph Hellwig
2025-05-07zonefs: use bdev_rw_virt in zonefs_read_superChristoph Hellwig
2025-05-07gfs2: use bdev_rw_virt in gfs2_read_superChristoph Hellwig
2025-05-07udf: Make sure i_lenExtents is uptodate on inode evictionJan Kara
2025-05-07erofs: ensure the extra temporary copy is valid for shortened bvecsGao Xiang
2025-05-06kill vfs_submount()Al Viro
2025-05-06f2fs: drop usage of folio_indexKairui Song
2025-05-06f2fs: support FAULT_TIMEOUTChao Yu
2025-05-06f2fs: handle error cases of memory donationDaeho Jeong
2025-05-06f2fs: fix to bail out in get_new_segment()Chao Yu
2025-05-06f2fs: sysfs: export linear_lookup in features directoryChao Yu
2025-05-06f2fs: sysfs: add encoding_flags entryChao Yu
2025-05-06Merge tag 'for-6.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-06smb3 client: warn when parse contexts returns error on compounded operationSteve French
2025-05-06ksmbd: Fix UAF in __close_file_table_idsSean Heelan
2025-05-06ksmbd: prevent out-of-bounds stream writes by validating *posNorbert Szetei
2025-05-05bcachefs: Call bch2_fs_start before getting vfs superblockKent Overstreet
2025-05-05mm: remove NR_BOUNCE zone statChristoph Hellwig
2025-05-05bcachefs: fix hung task timeout in journal readKent Overstreet
2025-05-05bcachefs: Add missing barriers before wake_up_bit()Kent Overstreet
2025-05-05bcachefs: Ensure proper write alignmentKent Overstreet
2025-05-05bcachefs: Improve want_cached_ptr()Kent Overstreet
2025-05-05saner calling conventions for ->d_automount()Al Viro
2025-05-05ovl: Annotate struct ovl_entry with __counted_by()Thorsten Blum
2025-05-05ovl: Replace offsetof() with struct_size() in ovl_stack_free()Thorsten Blum
2025-05-05ovl: Replace offsetof() with struct_size() in ovl_cache_entry_new()Thorsten Blum
2025-05-05xfs: don't assume perags are initialised when trimming AGsDave Chinner
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu
2025-05-04bcachefs: thread_with_stdio: fix spinning instead of exitingKent Overstreet
2025-05-02Merge tag '6.15-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds