summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-26fs/kernfs: raise sb->maxbytes to MAX_LFS_FILESIZEJane Chu
2025-11-26sysfs: attribute_group: enable const variants of is_visible()Thomas Weißschuh
2025-11-26fs: inline step_into() and walk_component()Mateusz Guzik
2025-11-26fs: tidy up step_into() & friends before inliningMateusz Guzik
2025-11-26orangefs: use inode_update_timestamps directlyChristoph Hellwig
2025-11-26btrfs: fix the comment on btrfs_update_timeChristoph Hellwig
2025-11-26btrfs: use vfs_utimes to update file timestampsChristoph Hellwig
2025-11-26fs: export vfs_utimesChristoph Hellwig
2025-11-26fs: lift the FMODE_NOCMTIME check into file_update_time_flagsChristoph Hellwig
2025-11-26fs: refactor file timestamp update logicChristoph Hellwig
2025-11-26gfs2: fix freeze error handlingAlexey Velichayshiy
2025-11-26gfs2: Prevent recursive memory reclaimAndreas Gruenbacher
2025-11-26fuse: Uninitialized variable in fuse_epoch_work()Dan Carpenter
2025-11-26fuse: fix io-uring list corruption for terminated non-committed requestsJoanne Koong
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen
2025-11-25smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara
2025-11-25hfs/hfsplus: move on-disk layout declarations into hfs_common.hViacheslav Dubeyko
2025-11-25hfsplus: fix volume corruption issue for generic/101Viacheslav Dubeyko
2025-11-25NFSD: Add trace point for SCSI fencing operation.Dai Ngo
2025-11-25NFSD: use correct reservation type in nfsd4_scsi_fence_clientDai Ngo
2025-11-25NFSD: don't start nfsd if sv_permsocks is emptyOlga Kornievskaia
2025-11-25fs: push list presence check into inode_io_list_del()Mateusz Guzik
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik
2025-11-25iomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig
2025-11-25iomap: fix iomap_read_end() for already uptodate foliosJoanne Koong
2025-11-25iomap: invert the polarity of IOMAP_DIO_INLINE_COMPChristoph Hellwig
2025-11-25iomap: support write completions from interrupt contextChristoph Hellwig
2025-11-25iomap: rework REQ_FUA selectionChristoph Hellwig
2025-11-25iomap: always run error completions in user contextChristoph Hellwig
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig
2025-11-25iomap: use find_next_bit() for uptodate bitmap scanningJoanne Koong
2025-11-25iomap: use find_next_bit() for dirty bitmap scanningJoanne Koong
2025-11-25fs/splice.c: trivial fix: pipes -> pipe'sAskar Safin
2025-11-25fs: mark lookup_slow() as noinlineMateusz Guzik
2025-11-25fs: add predicts based on nd->depthMateusz Guzik
2025-11-25fs/namespace: fix reference leak in grab_requested_mnt_nsAndrei Vagin
2025-11-25btrfs: remove unnecessary inode key in btrfs_log_all_parents()Filipe Manana
2025-11-25btrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()Filipe Manana
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-11-25btrfs: send: do not allocate memory for xattr data when checking it existsFilipe Manana
2025-11-25btrfs: send: add unlikely to all unexpected overflow checksFilipe Manana
2025-11-25btrfs: reduce arguments to btrfs_del_inode_ref_in_log()Filipe Manana
2025-11-25btrfs: remove root argument from btrfs_del_dir_entries_in_log()Filipe Manana
2025-11-25btrfs: use test_and_set_bit() in btrfs_delayed_delete_inode_ref()Filipe Manana
2025-11-25btrfs: don't search back for dir inode item in INO_LOOKUP_USERJosef Bacik
2025-11-25btrfs: don't rewrite ret from inode_permissionJosef Bacik
2025-11-25btrfs: add orig_logical to btrfs_bio for encryptionJosef Bacik
2025-11-25btrfs: disable verity on encrypted inodesSweet Tea Dorminy