aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-03-12hfsplus: set ctime after setxattr and removexattrViacheslav Dubeyko1-0/+4
2026-03-12Merge tag 'nfs-for-7.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-2/+8
2026-03-12Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds11-9/+126
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+4
2026-03-12kernfs: Send IN_DELETE_SELF and IN_IGNOREDT.J. Mercier1-4/+50
2026-03-12kernfs: Don't set_nlink for directories being removedT.J. Mercier2-1/+3
2026-03-12move_mount: allow MOVE_MOUNT_BENEATH on the rootfsChristian Brauner1-16/+5
2026-03-12move_mount: transfer MNT_LOCKEDChristian Brauner1-3/+13
2026-03-12namespace: allow creating empty mount namespacesChristian Brauner1-29/+56
2026-03-12mount: add FSMOUNT_NAMESPACEChristian Brauner1-7/+30
2026-03-12mount: simplify __do_loopback()Christian Brauner1-22/+9
2026-03-12mount: start iterating from start of rbtreeChristian Brauner1-6/+6
2026-03-12xfs: factor out xfs_zone_inc_writtenCarlos Maiolino1-6/+14
2026-03-12xfs: factor out xfs_dio_write_zoned_end_ioCarlos Maiolino1-3/+32
2026-03-12xfs: factor out isize updates from xfs_dio_write_end_ioCarlos Maiolino1-23/+37
2026-03-11cifs: make default value of retrans as zeroShyam Prasad N1-1/+1
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara9-75/+112
2026-03-11smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho1-2/+12
2026-03-11pidfd: add CLONE_PIDFD_AUTOKILLChristian Brauner1-6/+32
2026-03-11JFS: always load filesystem UUID during mountJoão Paredes1-1/+2
2026-03-11jfs: hold LOG_LOCK on umount to avoid null-ptr-derefHelen Koike3-9/+24
2026-03-11jfs: Set the lbmDone flag at the end of lbmIODoneEdward Adam Davis1-11/+7
2026-03-11jfs: fix corrupted list in dbUpdatePMapYun Zhou2-2/+4
2026-03-11jfs: add dmapctl integrity check to prevent invalid operationsYun Zhou1-3/+111
2026-03-11jfs: add dtpage integrity check to prevent index/pointer overflowsYun Zhou2-4/+107
2026-03-11jfs: add dtroot integrity check to prevent index out-of-boundsYun Zhou3-0/+92
2026-03-11xfs: fix integer overflow in bmap intent sort comparatorLong Li1-1/+1
2026-03-10smb/client: only export symbol for 'smb2maperror-test' moduleYe Bin1-3/+6
2026-03-10smb: client: fix in-place encryption corruption in SMB2_write()Bharath SM1-1/+4
2026-03-10smb: client: fix sbflags initializationArnd Bergmann1-2/+1
2026-03-10smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara3-15/+15
2026-03-10xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong1-0/+2
2026-03-10xfs: support T10 protection informationChristoph Hellwig2-7/+49
2026-03-10iomap: support T10 protection informationChristoph Hellwig4-6/+66
2026-03-10iomap: support ioends for buffered readsChristoph Hellwig3-7/+23
2026-03-10iomap: add a bioset pointer to iomap_read_folio_opsChristoph Hellwig1-2/+12
2026-03-10ntfs3: remove copy and pasted iomap codeChristoph Hellwig1-48/+3
2026-03-10iomap: allow file systems to hook into buffered read bio submissionChristoph Hellwig1-6/+9
2026-03-10iomap: only call into ->submit_read when there is a read_ctxChristoph Hellwig3-8/+4
2026-03-10iomap: pass the iomap_iter to ->submit_readChristoph Hellwig4-6/+9
2026-03-10iomap: refactor iomap_bio_read_folio_rangeChristoph Hellwig1-32/+37
2026-03-10ntfs: add missing newlines to pr_err() messagesWoody Suwalski3-15/+15
2026-03-10ntfs: fix pointer/integer casting warningsHyunchul Lee1-2/+2
2026-03-10xfs: ensure dquot item is deleted from AIL only after log shutdownLong Li1-1/+7
2026-03-10xfs: remove redundant set null for ip->i_itempLong Li1-1/+0
2026-03-10Merge branch 'for-7.1/block-integrity'Christian Brauner1-1/+1
2026-03-09ext4: use a byte granularity cursor in ext4_mpage_readpagesChristoph Hellwig1-6/+5
2026-03-09fscrypt: pass a real sector_t to fscrypt_zeroout_rangeChristoph Hellwig3-5/+5
2026-03-09fscrypt: pass a byte length to fscrypt_zeroout_rangeChristoph Hellwig3-7/+9
2026-03-09fscrypt: pass a byte offset to fscrypt_zeroout_rangeChristoph Hellwig3-6/+8