aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-07-23Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-249/+257
2023-07-23Merge tag '6.5-rc2-smb3-client-fixes-ver2' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 2-6/+15
2023-07-23ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedGravatar Ojaswin Mujoo 1-27/+131
2023-07-23ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Gravatar Ojaswin Mujoo 1-5/+9
2023-07-23ext4: correct inline offset when handling xattrs in inode bodyGravatar Eric Whitney 1-0/+14
2023-07-22cifs: update internal module version number for cifs.koGravatar Steve French 1-2/+2
2023-07-22cifs: allow dumping keys for directories tooGravatar Shyam Prasad N 1-4/+13
2023-07-20Merge tag 'iomap-6.5-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+2
2023-07-20Merge tag 'xfs-6.5-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 3-13/+71
2023-07-20Merge tag 'for-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-46/+79
2023-07-19Merge tag 'fuse-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-13/+20
2023-07-18btrfs: fix warning when putting transaction with qgroups enabled after abortGravatar Filipe Manana 1-0/+1
2023-07-18btrfs: fix ordered extent split error handling in btrfs_dio_submit_ioGravatar Christoph Hellwig 1-2/+5
2023-07-18btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandGravatar Josef Bacik 1-3/+11
2023-07-18btrfs: raid56: always verify the P/Q contents for scrubGravatar Qu Wenruo 1-8/+3
2023-07-18btrfs: use irq safe locking when running and adding delayed iputsGravatar Filipe Manana 1-10/+25
2023-07-18btrfs: fix iput() on error pointer after error during orphan cleanupGravatar Filipe Manana 1-10/+10
2023-07-18btrfs: fix double iput() on inode after an error during orphan cleanupGravatar Filipe Manana 1-0/+1
2023-07-18btrfs: zoned: fix memory leak after finding block group with super blocksGravatar Filipe Manana 1-0/+1
2023-07-17iomap: micro optimize the ki_pos assignment in iomap_file_buffered_writeGravatar Christoph Hellwig 1-1/+1
2023-07-17iomap: fix a regression for partial write errorsGravatar Christoph Hellwig 1-1/+1
2023-07-17xfs: convert flex-array declarations in xfs attr shortform objectsGravatar Darrick J. Wong 2-1/+2
2023-07-17xfs: convert flex-array declarations in xfs attr leaf blocksGravatar Darrick J. Wong 2-10/+67
2023-07-17xfs: convert flex-array declarations in struct xfs_attrlist*Gravatar Darrick J. Wong 1-2/+2
2023-07-16Merge tag '6.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 7-31/+43
2023-07-14cifs: fix mid leak during reconnection after timeout thresholdGravatar Shyam Prasad N 1-4/+15
2023-07-14cifs: is_network_name_deleted should return a boolGravatar Shyam Prasad N 3-7/+14
2023-07-12smb: client: fix missed ses refcountingGravatar Paulo Alcantara 2-17/+11
2023-07-12smb: client: Fix -Wstringop-overflow issuesGravatar Gustavo A. R. Silva 1-1/+1
2023-07-12erofs: fix fsdax unavailability for chunk-based regular filesGravatar Xin Yin 1-1/+2
2023-07-12erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFGravatar Chunhai Guo 1-1/+1
2023-07-12erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Gravatar Chunhai Guo 1-1/+1
2023-07-12erofs: simplify z_erofs_transform_plain()Gravatar Gao Xiang 1-11/+8
2023-07-12erofs: get rid of the remaining kmap_atomic()Gravatar Gao Xiang 1-9/+9
2023-07-11btrfs: fix use-after-free of new block group that became unusedGravatar Filipe Manana 2-2/+16
2023-07-11btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockGravatar Christoph Hellwig 1-1/+2
2023-07-11btrfs: fix race between balance and cancel/pauseGravatar Josef Bacik 1-10/+4
2023-07-10jbd2: remove __journal_try_to_free_buffer()Gravatar Zhang Yi 1-24/+7
2023-07-10jbd2: fix a race when checking checkpoint buffer busyGravatar Zhang Yi 2-15/+40
2023-07-10jbd2: Fix wrongly judgement for buffer head removing while doing checkpointGravatar Zhihao Cheng 1-15/+17
2023-07-10jbd2: remove journal_clean_one_cp_list()Gravatar Zhang Yi 1-58/+17
2023-07-10jbd2: remove t_checkpoint_io_listGravatar Zhang Yi 2-42/+3
2023-07-10jbd2: recheck chechpointing non-dirty bufferGravatar Zhang Yi 1-73/+29
2023-07-10cifs: if deferred close is disabled then close files immediatelyGravatar Bharath SM 1-2/+2
2023-07-09Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+1
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 4-5/+72
2023-07-08Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-7/+26
2023-07-08squashfs: fix cache race with migrationGravatar Vincent Whitchurch 1-4/+23
2023-07-08docs: update ocfs2-devel mailing list addressGravatar Anthony Iliopoulos 1-3/+3
2023-07-07xfs: fix uninit warning in xfs_growfs_dataGravatar Darrick J. Wong 1-1/+1