aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-26fs: export vfs_utimesChristoph Hellwig1-0/+1
2025-11-26fs: lift the FMODE_NOCMTIME check into file_update_time_flagsChristoph Hellwig1-2/+2
2025-11-26fs: refactor file timestamp update logicChristoph Hellwig1-37/+17
2025-11-26gfs2: fix freeze error handlingAlexey Velichayshiy1-3/+1
2025-11-26gfs2: Prevent recursive memory reclaimAndreas Gruenbacher4-2/+21
2025-11-26fuse: Uninitialized variable in fuse_epoch_work()Dan Carpenter1-3/+2
2025-11-26fuse: fix io-uring list corruption for terminated non-committed requestsJoanne Koong1-0/+1
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-5/+5
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen4-0/+4
2025-11-25smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara1-0/+1
2025-11-25hfs/hfsplus: move on-disk layout declarations into hfs_common.hViacheslav Dubeyko6-717/+12
2025-11-25hfsplus: fix volume corruption issue for generic/101Viacheslav Dubeyko3-33/+65
2025-11-25NFSD: Add trace point for SCSI fencing operation.Dai Ngo2-1/+42
2025-11-25NFSD: use correct reservation type in nfsd4_scsi_fence_clientDai Ngo1-1/+2
2025-11-25NFSD: don't start nfsd if sv_permsocks is emptyOlga Kornievskaia1-23/+5
2025-11-25fs: push list presence check into inode_io_list_del()Mateusz Guzik3-5/+9
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik2-25/+27
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik4-50/+64
2025-11-25iomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig1-5/+5
2025-11-25iomap: fix iomap_read_end() for already uptodate foliosJoanne Koong1-18/+19
2025-11-25iomap: invert the polarity of IOMAP_DIO_INLINE_COMPChristoph Hellwig1-19/+14
2025-11-25iomap: support write completions from interrupt contextChristoph Hellwig1-11/+48
2025-11-25iomap: rework REQ_FUA selectionChristoph Hellwig1-30/+48
2025-11-25iomap: always run error completions in user contextChristoph Hellwig1-1/+12
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig2-60/+2
2025-11-25iomap: use find_next_bit() for uptodate bitmap scanningJoanne Koong1-20/+32
2025-11-25iomap: use find_next_bit() for dirty bitmap scanningJoanne Koong1-20/+41
2025-11-25fs/splice.c: trivial fix: pipes -> pipe'sAskar Safin1-1/+1
2025-11-25fs: mark lookup_slow() as noinlineMateusz Guzik1-1/+1
2025-11-25fs: add predicts based on nd->depthMateusz Guzik1-6/+7
2025-11-25fs/namespace: fix reference leak in grab_requested_mnt_nsAndrei Vagin1-3/+4
2025-11-25btrfs: remove unnecessary inode key in btrfs_log_all_parents()Filipe Manana1-8/+4
2025-11-25btrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()Filipe Manana1-13/+0
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba12-176/+105
2025-11-25btrfs: send: do not allocate memory for xattr data when checking it existsFilipe Manana1-4/+8
2025-11-25btrfs: send: add unlikely to all unexpected overflow checksFilipe Manana1-9/+9
2025-11-25btrfs: reduce arguments to btrfs_del_inode_ref_in_log()Filipe Manana3-8/+8
2025-11-25btrfs: remove root argument from btrfs_del_dir_entries_in_log()Filipe Manana3-3/+2
2025-11-25btrfs: use test_and_set_bit() in btrfs_delayed_delete_inode_ref()Filipe Manana1-7/+4
2025-11-25btrfs: don't search back for dir inode item in INO_LOOKUP_USERJosef Bacik1-20/+3
2025-11-25btrfs: don't rewrite ret from inode_permissionJosef Bacik1-3/+1
2025-11-25btrfs: add orig_logical to btrfs_bio for encryptionJosef Bacik3-1/+13
2025-11-25btrfs: disable verity on encrypted inodesSweet Tea Dorminy1-0/+3
2025-11-25btrfs: disable various operations on encrypted inodesOmar Sandoval2-0/+9
2025-11-25btrfs: remove redundant level reset in btrfs_del_items()Sun YangKai1-3/+1
2025-11-25btrfs: simplify leaf traversal after path release in btrfs_next_old_leaf()Sun YangKai1-25/+14
2025-11-25btrfs: optimize balance_level() path reference handlingSun YangKai1-3/+3
2025-11-25btrfs: factor out root promotion logic into promote_child_to_root()Sun YangKai1-46/+70
2025-11-25btrfs: raid56: remove the "_step" infixQu Wenruo1-16/+16
2025-11-25btrfs: raid56: enable bs > ps supportQu Wenruo2-11/+6