summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-03-14cifs: Fix smb2_set_path_size()Volker Lendecke
2023-03-14NFS: Correct timing for assigning access cache timestampChengen Du
2023-03-14lockd: set file_lock start and end when decoding nlm4 testargsJeff Layton
2023-03-14NFS: Fix /proc/PID/io read_bytes for buffered readsDave Wysochanski
2023-03-14fscrypt: destroy keyring after security_sb_delete()Eric Biggers
2023-03-12Merge tag 'xfs-6.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-03-12Merge tag 'vfs.misc.v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-11ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng
2023-03-11ext4: make sure fs error flag setted before clear journal errorYe Bin
2023-03-11ext4: commit super block if fs record error when journal record without errorYe Bin
2023-03-11ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o
2023-03-11ext4: fix WARNING in ext4_update_inline_dataYe Bin
2023-03-11ext4: move where set the MAY_INLINE_DATA flag is setYe Bin
2023-03-10Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-03-10Merge tag 'erofs-for-6.3-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-10Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-03-10Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-10NFS & NFSD: Update GSS dependenciesChuck Lever
2023-03-09fs: prevent out-of-bounds array speculation when closing a file descriptorTheodore Ts'o
2023-03-09filelocks: use mount idmapping for setlease permission checkSeth Forshee
2023-03-09erofs: use wrapper i_blocksize() in erofs_file_read_iter()Yue Hu
2023-03-09erofs: get rid of a useless DBG_BUGONGao Xiang
2023-03-09erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang
2023-03-09erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang
2023-03-09erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li
2023-03-09fs/locks: Remove redundant assignment to cmdJiapeng Chong
2023-03-09splice: Remove redundant assignment to retJiapeng Chong
2023-03-07ext4: Fix deadlock during directory renameJan Kara
2023-03-07ext4: Fix comment about the 64BIT featureTudor Ambarus
2023-03-07ext4: fix another off-by-one fsmap error on 1k block filesystemsDarrick J. Wong
2023-03-07ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney
2023-03-07ext4: make kobj_type structures constantThomas Weißschuh
2023-03-07ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2023-03-07ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel
2023-03-08btrfs: fix block group item corruption after inserting new block groupFilipe Manana
2023-03-07NFSD: Protect against filesystem freezingChuck Lever
2023-03-06btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana
2023-03-06btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn
2023-03-06btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota
2023-03-06btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inodevoid0red
2023-03-06btrfs: ioctl: return device fsid from DEV_INFO ioctlQu Wenruo
2023-03-06btrfs: fix potential dead lock in size class loading logicBoris Burkov
2023-03-06udf: Warn if block mapping is done for in-ICB filesJan Kara
2023-03-06udf: Fix reading of in-ICB filesJan Kara
2023-03-06udf: Fix lost writes in udf_adinicb_writepage()Jan Kara
2023-03-05cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu
2023-03-05xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner
2023-03-05xfs: quotacheck failure can race with background inode inactivationDave Chinner
2023-03-04Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds