summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-07-235-249/+257
|\
| * ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo2023-07-231-27/+131
| * ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Ojaswin Mujoo2023-07-231-5/+9
| * ext4: correct inline offset when handling xattrs in inode bodyEric Whitney2023-07-231-0/+14
| * jbd2: remove __journal_try_to_free_buffer()Zhang Yi2023-07-101-24/+7
| * jbd2: fix a race when checking checkpoint buffer busyZhang Yi2023-07-102-15/+40
| * jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng2023-07-101-15/+17
| * jbd2: remove journal_clean_one_cp_list()Zhang Yi2023-07-101-58/+17
| * jbd2: remove t_checkpoint_io_listZhang Yi2023-07-102-42/+3
| * jbd2: recheck chechpointing non-dirty bufferZhang Yi2023-07-101-73/+29
* | Merge tag '6.5-rc2-smb3-client-fixes-ver2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-07-232-6/+15
|\ \
| * | cifs: update internal module version number for cifs.koSteve French2023-07-221-2/+2
| * | cifs: allow dumping keys for directories tooShyam Prasad N2023-07-221-4/+13
* | | 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
|\ \ \