summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-11-26ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin-2/+3
2025-11-26jbd2: store more accurate errno in superblock when possibleWengang Wang-11/+15
2025-11-26jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corru...Ye Bin-5/+14
2025-11-26kernfs: fix memory leak of kernfs_iattrs in __kernfs_new_nodeWill Rosenberg-1/+4
2025-11-26fs/kernfs: raise sb->maxbytes to MAX_LFS_FILESIZEJane Chu-0/+1
2025-11-26sysfs: attribute_group: enable const variants of is_visible()Thomas Weißschuh-2/+8
2025-11-26fs: inline step_into() and walk_component()Mateusz Guzik-3/+28
2025-11-26fs: tidy up step_into() & friends before inliningMateusz Guzik-13/+18
2025-11-26orangefs: use inode_update_timestamps directlyChristoph Hellwig-1/+3
2025-11-26btrfs: fix the comment on btrfs_update_timeChristoph Hellwig-2/+2
2025-11-26btrfs: use vfs_utimes to update file timestampsChristoph Hellwig-7/+4
2025-11-26fs: export vfs_utimesChristoph Hellwig-0/+1
2025-11-26fs: lift the FMODE_NOCMTIME check into file_update_time_flagsChristoph Hellwig-2/+2
2025-11-26fs: refactor file timestamp update logicChristoph Hellwig-37/+17
2025-11-26gfs2: fix freeze error handlingAlexey Velichayshiy-3/+1
2025-11-26gfs2: Prevent recursive memory reclaimAndreas Gruenbacher-2/+21
2025-11-26fuse: Uninitialized variable in fuse_epoch_work()Dan Carpenter-3/+2
2025-11-26fuse: fix io-uring list corruption for terminated non-committed requestsJoanne Koong-0/+1
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-5/+5
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen-0/+4
2025-11-25smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara-0/+1
2025-11-25hfs/hfsplus: move on-disk layout declarations into hfs_common.hViacheslav Dubeyko-717/+12
2025-11-25hfsplus: fix volume corruption issue for generic/101Viacheslav Dubeyko-33/+65
2025-11-25NFSD: Add trace point for SCSI fencing operation.Dai Ngo-1/+42
2025-11-25NFSD: use correct reservation type in nfsd4_scsi_fence_clientDai Ngo-1/+2
2025-11-25NFSD: don't start nfsd if sv_permsocks is emptyOlga Kornievskaia-23/+5
2025-11-25fs: push list presence check into inode_io_list_del()Mateusz Guzik-5/+9
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik-25/+27
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik-50/+64
2025-11-25iomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig-5/+5
2025-11-25iomap: fix iomap_read_end() for already uptodate foliosJoanne Koong-18/+19
2025-11-25iomap: invert the polarity of IOMAP_DIO_INLINE_COMPChristoph Hellwig-19/+14
2025-11-25iomap: support write completions from interrupt contextChristoph Hellwig-11/+48
2025-11-25iomap: rework REQ_FUA selectionChristoph Hellwig-30/+48
2025-11-25iomap: always run error completions in user contextChristoph Hellwig-1/+12
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig-60/+2
2025-11-25iomap: use find_next_bit() for uptodate bitmap scanningJoanne Koong-20/+32
2025-11-25iomap: use find_next_bit() for dirty bitmap scanningJoanne Koong-20/+41
2025-11-25fs/splice.c: trivial fix: pipes -> pipe'sAskar Safin-1/+1
2025-11-25fs: mark lookup_slow() as noinlineMateusz Guzik-1/+1
2025-11-25fs: add predicts based on nd->depthMateusz Guzik-6/+7
2025-11-25fs/namespace: fix reference leak in grab_requested_mnt_nsAndrei Vagin-3/+4
2025-11-25btrfs: remove unnecessary inode key in btrfs_log_all_parents()Filipe Manana-8/+4
2025-11-25btrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()Filipe Manana-13/+0
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba-176/+105
2025-11-25btrfs: send: do not allocate memory for xattr data when checking it existsFilipe Manana-4/+8
2025-11-25btrfs: send: add unlikely to all unexpected overflow checksFilipe Manana-9/+9
2025-11-25btrfs: reduce arguments to btrfs_del_inode_ref_in_log()Filipe Manana-8/+8
2025-11-25btrfs: remove root argument from btrfs_del_dir_entries_in_log()Filipe Manana-3/+2
2025-11-25btrfs: use test_and_set_bit() in btrfs_delayed_delete_inode_ref()Filipe Manana-7/+4