summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-03-12move_mount: allow MOVE_MOUNT_BENEATH on the rootfsChristian Brauner
2026-03-12move_mount: transfer MNT_LOCKEDChristian Brauner
2026-03-12namespace: allow creating empty mount namespacesChristian Brauner
2026-03-12mount: add FSMOUNT_NAMESPACEChristian Brauner
2026-03-12mount: simplify __do_loopback()Christian Brauner
2026-03-12mount: start iterating from start of rbtreeChristian Brauner
2026-03-12xfs: factor out xfs_zone_inc_writtenCarlos Maiolino
2026-03-12xfs: factor out xfs_dio_write_zoned_end_ioCarlos Maiolino
2026-03-12xfs: factor out isize updates from xfs_dio_write_end_ioCarlos Maiolino
2026-03-11cifs: make default value of retrans as zeroShyam Prasad N
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara
2026-03-11smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho
2026-03-11pidfd: add CLONE_PIDFD_AUTOKILLChristian Brauner
2026-03-11JFS: always load filesystem UUID during mountJoão Paredes
2026-03-11jfs: hold LOG_LOCK on umount to avoid null-ptr-derefHelen Koike
2026-03-11jfs: Set the lbmDone flag at the end of lbmIODoneEdward Adam Davis
2026-03-11jfs: fix corrupted list in dbUpdatePMapYun Zhou
2026-03-11jfs: add dmapctl integrity check to prevent invalid operationsYun Zhou
2026-03-11jfs: add dtpage integrity check to prevent index/pointer overflowsYun Zhou
2026-03-11jfs: add dtroot integrity check to prevent index out-of-boundsYun Zhou
2026-03-11xfs: fix integer overflow in bmap intent sort comparatorLong Li
2026-03-10smb/client: only export symbol for 'smb2maperror-test' moduleYe Bin
2026-03-10smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM
2026-03-10smb: client: fix sbflags initializationArnd Bergmann
2026-03-10smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara
2026-03-10xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong
2026-03-10xfs: support T10 protection informationChristoph Hellwig
2026-03-10iomap: support T10 protection informationChristoph Hellwig
2026-03-10iomap: support ioends for buffered readsChristoph Hellwig
2026-03-10iomap: add a bioset pointer to iomap_read_folio_opsChristoph Hellwig
2026-03-10ntfs3: remove copy and pasted iomap codeChristoph Hellwig
2026-03-10iomap: allow file systems to hook into buffered read bio submissionChristoph Hellwig
2026-03-10iomap: only call into ->submit_read when there is a read_ctxChristoph Hellwig
2026-03-10iomap: pass the iomap_iter to ->submit_readChristoph Hellwig
2026-03-10iomap: refactor iomap_bio_read_folio_rangeChristoph Hellwig
2026-03-10ntfs: add missing newlines to pr_err() messagesWoody Suwalski
2026-03-10ntfs: fix pointer/integer casting warningsHyunchul Lee
2026-03-10xfs: ensure dquot item is deleted from AIL only after log shutdownLong Li
2026-03-10xfs: remove redundant set null for ip->i_itempLong Li
2026-03-10Merge branch 'for-7.1/block-integrity'Christian Brauner
2026-03-09ext4: use a byte granularity cursor in ext4_mpage_readpagesChristoph Hellwig
2026-03-09fscrypt: pass a real sector_t to fscrypt_zeroout_rangeChristoph Hellwig
2026-03-09fscrypt: pass a byte length to fscrypt_zeroout_rangeChristoph Hellwig
2026-03-09fscrypt: pass a byte offset to fscrypt_zeroout_rangeChristoph Hellwig
2026-03-09fscrypt: pass a byte length to fscrypt_zeroout_range_inline_cryptChristoph Hellwig
2026-03-09fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_cryptChristoph Hellwig
2026-03-09fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctxChristoph Hellwig
2026-03-09fscrypt: pass a byte offset to fscrypt_mergeable_bioChristoph Hellwig
2026-03-09fscrypt: pass a byte offset to fscrypt_generate_dunChristoph Hellwig
2026-03-09fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.cChristoph Hellwig