summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-03xfs: add support for zoned space reservationsChristoph Hellwig
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig
2025-03-03xfs: parse and validate hardware zone informationChristoph Hellwig
2025-03-03xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_fileChristoph Hellwig
2025-03-03xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodesChristoph Hellwig
2025-03-03xfs: disable FITRIM for zoned RT devicesChristoph Hellwig
2025-03-03xfs: disable sb_frextents for zoned file systemsChristoph Hellwig
2025-03-03xfs: export zoned geometry via XFS_FSOP_GEOMChristoph Hellwig
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig
2025-03-03xfs: add a xfs_rtrmap_highest_rgbno helperChristoph Hellwig
2025-03-03xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delayChristoph Hellwig
2025-03-03xfs: refine the unaligned check for always COW inodes in xfs_file_dio_writeChristoph Hellwig
2025-03-03xfs: skip always_cow inodes in xfs_reflink_trim_around_sharedChristoph Hellwig
2025-03-03xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.cChristoph Hellwig
2025-03-03xfs: add a rtg_blocks helperChristoph Hellwig
2025-03-03xfs: factor out a xfs_rt_check_size helperChristoph Hellwig
2025-03-03xfs: reduce metafile reservationsChristoph Hellwig
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig
2025-03-03xfs: fixup the metabtree reservation in xrep_reap_metadir_fsblocksChristoph Hellwig
2025-03-03xfs: trace in-memory freecounter reservationsChristoph Hellwig
2025-03-03xfs: support reserved blocks for the rt extent counterChristoph Hellwig
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig
2025-03-03xfs: reflow xfs_dec_freecounterChristoph Hellwig
2025-03-03Merge branch 'vfs-6.15.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Carlos Maiolino
2025-03-02cifs: fix incorrect validation for num_aces field of smb_aclNamjae Jeon
2025-03-02ksmbd: fix incorrect validation for num_aces field of smb_aclNamjae Jeon
2025-03-02smb: common: change the data type of num_aces to le16Namjae Jeon
2025-03-02ksmbd: fix bug on trap in smb2_lockNamjae Jeon
2025-03-02ksmbd: fix use-after-free in smb2_lockNamjae Jeon
2025-03-02ksmbd: fix type confusion via race condition when using ipc_msg_send_requestNamjae Jeon
2025-03-02ksmbd: fix out-of-bounds in parse_sec_desc()Namjae Jeon
2025-03-01Merge tag 'v6.14-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-03-01ecryptfs: remove NULL remount_fs from super_operationsEric Sandeen
2025-02-28dlm: fix error if active rsb is not hashedAlexander Aring
2025-02-28dlm: fix error if inactive rsb is not hashedAlexander Aring
2025-02-28bcachefs: Don't set BCH_FEATURE_incompat_version_field unless requestedKent Overstreet
2025-02-28Merge tag 'efi-fixes-for-v6.14-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-02-28f2fs: add check for deleted inodeLeo Stone
2025-02-28f2fs: fix the missing write pointer correctionJaegeuk Kim
2025-02-28f2fs: fix to set .discard_granularity correctlyChao Yu
2025-02-28ceph: Pass a folio to ceph_allocate_page_array()Matthew Wilcox (Oracle)
2025-02-28ceph: Convert ceph_move_dirty_page_in_page_array() to move_dirty_folio_in_pag...Matthew Wilcox (Oracle)
2025-02-28ceph: Remove uses of page from ceph_process_folio_batch()Matthew Wilcox (Oracle)
2025-02-28ceph: Convert ceph_check_page_before_write() to use a folioMatthew Wilcox (Oracle)
2025-02-28ceph: Convert writepage_nounlock() to write_folio_nounlock()Matthew Wilcox (Oracle)
2025-02-28ceph: Convert ceph_readdir_cache_control to store a folioMatthew Wilcox (Oracle)
2025-02-28ceph: Convert ceph_find_incompatible() to take a folioMatthew Wilcox (Oracle)
2025-02-28ceph: Use a folio in ceph_page_mkwrite()Matthew Wilcox (Oracle)
2025-02-28ceph: Remove ceph_writepage()Matthew Wilcox (Oracle)