summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-6.5-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-07-201-2/+2
|\
| * iomap: micro optimize the ki_pos assignment in iomap_file_buffered_writeChristoph Hellwig2023-07-171-1/+1
| * iomap: fix a regression for partial write errorsChristoph Hellwig2023-07-171-1/+1
* | Merge tag 'xfs-6.5-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-07-203-13/+71
|\ \
| * | xfs: convert flex-array declarations in xfs attr shortform objectsDarrick J. Wong2023-07-172-1/+2
| * | xfs: convert flex-array declarations in xfs attr leaf blocksDarrick J. Wong2023-07-172-10/+67
| * | xfs: convert flex-array declarations in struct xfs_attrlist*Darrick J. Wong2023-07-171-2/+2
| |/
* | Merge tag 'for-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-206-46/+79
|\ \
| * | btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana2023-07-181-0/+1
| * | btrfs: fix ordered extent split error handling in btrfs_dio_submit_ioChristoph Hellwig2023-07-181-2/+5
| * | btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik2023-07-181-3/+11
| * | btrfs: raid56: always verify the P/Q contents for scrubQu Wenruo2023-07-181-8/+3
| * | btrfs: use irq safe locking when running and adding delayed iputsFilipe Manana2023-07-181-10/+25
| * | btrfs: fix iput() on error pointer after error during orphan cleanupFilipe Manana2023-07-181-10/+10
| * | btrfs: fix double iput() on inode after an error during orphan cleanupFilipe Manana2023-07-181-0/+1
| * | btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana2023-07-181-0/+1
| * | btrfs: fix use-after-free of new block group that became unusedFilipe Manana2023-07-112-2/+16
| * | btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig2023-07-111-1/+2
| * | btrfs: fix race between balance and cancel/pauseJosef Bacik2023-07-111-10/+4
* | | Merge tag 'fuse-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-193-13/+20
|\ \ \ | |_|/ |/| |
| * | fuse: ioctl: translate ENOSYS in outargMiklos Szeredi2023-06-211-8/+13
| * | fuse: revalidate: don't invalidate if interruptedMiklos Szeredi2023-06-071-1/+1
| * | fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert2023-06-071-1/+4
| * | fuse: remove duplicate check for nodeidzyfjeff2023-06-071-2/+0
| * | fuse: add feature flag for expire-onlyMiklos Szeredi2023-06-071-1/+2
* | | Merge tag '6.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-07-167-31/+43
|\ \ \
| * | | cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N2023-07-141-4/+15
| * | | cifs: is_network_name_deleted should return a boolShyam Prasad N2023-07-143-7/+14
| * | | smb: client: fix missed ses refcountingPaulo Alcantara2023-07-122-17/+11
| * | | smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva2023-07-121-1/+1
| * | | cifs: if deferred close is disabled then close files immediatelyBharath SM2023-07-101-2/+2
* | | | erofs: fix fsdax unavailability for chunk-based regular filesXin Yin2023-07-121-1/+2
* | | | erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo2023-07-121-1/+1
* | | | erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo2023-07-121-1/+1
* | | | erofs: simplify z_erofs_transform_plain()Gao Xiang2023-07-121-11/+8
* | | | erofs: get rid of the remaining kmap_atomic()Gao Xiang2023-07-121-9/+9
|/ / /
* | | Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-07-091-1/+1
|\ \ \
| * | | xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong2023-07-071-1/+1
* | | | Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-07-094-5/+72
|\ \ \ \
| * | | | cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2023-07-052-0/+68
| * | | | smb: client: remove redundant pointer 'server'Colin Ian King2023-07-011-2/+0
| * | | | cifs: fix session state transition to avoid use-after-free issueWinston Wen2023-07-011-3/+4
* | | | | Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-082-7/+26
|\ \ \ \ \
| * | | | | squashfs: fix cache race with migrationVincent Whitchurch2023-07-081-4/+23
| * | | | | docs: update ocfs2-devel mailing list addressAnthony Iliopoulos2023-07-081-3/+3
* | | | | | Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-07-078-40/+154
|\ \ \ \ \ \
| * | | | | | ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li2023-06-301-0/+9
| * | | | | | ceph: issue a cap release immediately if no cap existsXiubo Li2023-06-301-11/+29
| * | | | | | ceph: trigger to flush the buffer when making snapshotXiubo Li2023-06-302-3/+12
| * | | | | | ceph: fix blindly expanding the readahead windowsXiubo Li2023-06-301-7/+33