summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-07-209p: remove dead stores (variable set again without being read)Dominique Martinet
2023-07-209p: fix ignored return value in v9fs_dir_releaseDominique Martinet
2023-07-20btrfs: account block group tree when calculating global reserve sizeFilipe Manana
2023-07-20btrfs: zoned: do not enable async discardNaohiro Aota
2023-07-20Merge tag 'iomap-6.5-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-07-20Merge tag 'xfs-6.5-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-07-20fs/9p: remove unnecessary invalidate_inode_pages2Eric Van Hensbergen
2023-07-20fs/9p: fix type mismatch in file cache mode helperEric Van Hensbergen
2023-07-20fs/9p: fix typo in comparison logic for cache modeEric Van Hensbergen
2023-07-20fs/9p: remove unnecessary and overrestrictive checkEric Van Hensbergen
2023-07-20Merge tag 'for-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-19Merge tag 'fuse-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-18nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust
2023-07-18btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana
2023-07-18btrfs: fix ordered extent split error handling in btrfs_dio_submit_ioChristoph Hellwig
2023-07-18btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik
2023-07-18btrfs: raid56: always verify the P/Q contents for scrubQu Wenruo
2023-07-18btrfs: use irq safe locking when running and adding delayed iputsFilipe Manana
2023-07-18btrfs: fix iput() on error pointer after error during orphan cleanupFilipe Manana
2023-07-18btrfs: fix double iput() on inode after an error during orphan cleanupFilipe Manana
2023-07-18btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana
2023-07-17iomap: micro optimize the ki_pos assignment in iomap_file_buffered_writeChristoph Hellwig
2023-07-17iomap: fix a regression for partial write errorsChristoph Hellwig
2023-07-17xfs: convert flex-array declarations in xfs attr shortform objectsDarrick J. Wong
2023-07-17xfs: convert flex-array declarations in xfs attr leaf blocksDarrick J. Wong
2023-07-17xfs: convert flex-array declarations in struct xfs_attrlist*Darrick J. Wong
2023-07-16Merge tag '6.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-07-15exfat: release s_lock before calling dir_emit()Sungjong Seo
2023-07-14cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N
2023-07-14cifs: is_network_name_deleted should return a boolShyam Prasad N
2023-07-13exfat: check if filename entries exceeds max filename lengthNamjae Jeon
2023-07-12smb: client: fix missed ses refcountingPaulo Alcantara
2023-07-12smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva
2023-07-12ksmbd: Fix unsigned expression compared with zeroWang Ming
2023-07-12erofs: fix fsdax unavailability for chunk-based regular filesXin Yin
2023-07-12erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo
2023-07-12erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo
2023-07-12erofs: simplify z_erofs_transform_plain()Gao Xiang
2023-07-12erofs: get rid of the remaining kmap_atomic()Gao Xiang
2023-07-11btrfs: fix use-after-free of new block group that became unusedFilipe Manana
2023-07-11btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig
2023-07-11btrfs: fix race between balance and cancel/pauseJosef Bacik
2023-07-11exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming
2023-07-10jbd2: remove __journal_try_to_free_buffer()Zhang Yi
2023-07-10jbd2: fix a race when checking checkpoint buffer busyZhang Yi
2023-07-10jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng
2023-07-10jbd2: remove journal_clean_one_cp_list()Zhang Yi
2023-07-10jbd2: remove t_checkpoint_io_listZhang Yi
2023-07-10jbd2: recheck chechpointing non-dirty bufferZhang Yi
2023-07-10cifs: if deferred close is disabled then close files immediatelyBharath SM