summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-04-20xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong
2023-04-20xfs: don't reuse busy extents on extent trimBrian Foster
2023-04-20xfs: consider shutdown in bmapbt cursor delete assertBrian Foster
2023-04-20xfs: shut down the filesystem if we screw up quota reservationDarrick J. Wong
2023-04-20xfs: report corruption only as a regular errorDarrick J. Wong
2023-04-20xfs: set inode size after creating symlinkJeffrey Mitchell
2023-04-20xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig
2023-04-20xfs: remove the di_version field from struct icdinodeChristoph Hellwig
2023-04-20xfs: simplify a check in xfs_ioctl_setattr_check_cowextsizeChristoph Hellwig
2023-04-20xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig
2023-04-20xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2023-04-20xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig
2023-04-20xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig
2023-04-20xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig
2023-04-20xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig
2023-04-20xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig
2023-04-20xfs: show the proper user quota optionsKaixu Xia
2023-04-20btrfs: fix fast csum implementation detectionChristoph Hellwig
2023-04-20btrfs: print checksum type and implementation at mount timeDavid Sterba
2023-04-20nilfs2: fix sysfs interface lifetimeRyusuke Konishi
2023-04-20nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi
2023-04-20NFSD: callback request does not use correct credential for AUTH_SYSDai Ngo
2023-04-20smb3: fix problem with null cifs super block with previous patchSteve French
2023-04-05gfs2: Always check inode size of inline inodesAndreas Gruenbacher
2023-04-05ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin
2023-04-05btrfs: scan device in non-exclusive modeAnand Jain
2023-04-05NFSv4: Fix hangs when recovering open state after a server rebootTrond Myklebust
2023-04-05cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp
2023-04-05cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara
2023-04-05fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITYEric Biggers
2023-04-05ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel
2023-04-05nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()Ryusuke Konishi
2023-04-05fsverity: Remove WQ_UNBOUND from fsverity read workqueueNathan Huckleberry
2023-04-05cifs: empty interface list when server doesn't support query interfacesShyam Prasad N
2023-03-22ext4: fix possible double unlock when moving a directoryTheodore Ts'o
2023-03-22ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li
2023-03-22ext4: fail ext4_iget if special inode unallocatedBaokun Li
2023-03-22jffs2: correct logic when creating a hole in jffs2_write_beginYifei Liu
2023-03-22cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu
2023-03-22ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2023-03-17ext4: Fix deadlock during directory renameJan Kara
2023-03-17ext4: Fix possible corruption when moving a directoryJan Kara
2023-03-17cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke
2023-03-17SMB3: Backup intent flag missing from some more opsAmir Goldstein
2023-03-17ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng
2023-03-17ext4: fix WARNING in ext4_update_inline_dataYe Bin
2023-03-17ext4: move where set the MAY_INLINE_DATA flag is setYe Bin
2023-03-17ext4: fix another off-by-one fsmap error on 1k block filesystemsDarrick J. Wong
2023-03-17ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney
2023-03-17fs: prevent out-of-bounds array speculation when closing a file descriptorTheodore Ts'o