aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-08-29ovl: don't set the superblock's errseq_t manuallyHaifeng Xu1-8/+2
2024-08-28cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells1-2/+14
2024-08-29Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds4-24/+49
2024-08-29Merge tag 'for-6.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-22/+27
2024-08-28fuse: update stats for pages in dropped aux writeback listJoanne Koong1-1/+7
2024-08-28fuse: clear PG_uptodate when using a stolen pageMiklos Szeredi1-4/+1
2024-08-28fuse: fix memory leak in fuse_create_openyangyun1-1/+1
2024-08-28fuse: check aborted connection before adding requests to pending list for res...Joanne Koong1-0/+9
2024-08-28fuse: use unsigned type for getxattr/listxattr size truncationJann Horn1-2/+2
2024-08-28xfs: refactor xfs_file_fallocateChristoph Hellwig1-122/+208
2024-08-28xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_spaceChristoph Hellwig2-5/+6
2024-08-28xfs: call xfs_flush_unmap_range from xfs_free_file_spaceChristoph Hellwig2-21/+8
2024-08-28fs: sort out the fallocate mode vs flag messChristoph Hellwig1-26/+25
2024-08-28cifs: Fix copy offload to flush destination regionDavid Howells1-17/+4
2024-08-28netfs, cifs: Fix handling of short DIO readDavid Howells2-10/+20
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells6-16/+55
2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner5-38/+144
2024-08-28Merge tag 'v6.11-rc5-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-27/+43
2024-08-27jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis1-1/+4
2024-08-27jfs: Fix uaf in dbFreeBitsEdward Adam Davis1-2/+9
2024-08-27btrfs: fix uninitialized return value from btrfs_reclaim_sweep()Filipe Manana2-13/+6
2024-08-27xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong1-0/+40
2024-08-27xfs: take m_growlock when running growfsrtDarrick J. Wong1-13/+25
2024-08-27xfs: Fix missing interval for missing_owner in xfs fsmapZizhi Wo1-1/+23
2024-08-27xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong1-2/+2
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter154-1206/+2189
2024-08-27ceph: Convert to use jiffies macroChen Yufan1-1/+2
2024-08-27ceph: Remove unused declarationsYue Haibing2-5/+0
2024-08-27Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds8-59/+79
2024-08-26ext4: dax: fix overflowing extents beyond inode size when partially writingZhihao Cheng1-4/+4
2024-08-26ext4: don't set SB_RDONLY after filesystem errorsJan Kara1-4/+5
2024-08-26ext4: nested locking for xattr inodeWojciech Gładysz1-2/+2
2024-08-26jbd2: remove unneeded check of ret in jbd2_fc_get_bufKemeng Shi1-11/+5
2024-08-26jbd2: correct comment jbd2_mark_journal_emptyKemeng Shi1-1/+1
2024-08-26jbd2: move escape handle to futher improve jbd2_journal_write_metadata_bufferKemeng Shi1-25/+24
2024-08-26jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_b...Kemeng Shi1-13/+8
2024-08-26jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_met...Kemeng Shi1-2/+4
2024-08-26jbd2: remove unused return value of jbd2_fc_release_bufsKemeng Shi1-3/+1
2024-08-26jbd2: remove dead check in journal_alloc_journal_headKemeng Shi1-2/+1
2024-08-26jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi1-1/+1
2024-08-26ext4: annotate struct ext4_xattr_inode_array with __counted_by()Thorsten Blum2-14/+12
2024-08-26ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()Luis Henriques (SUSE)1-4/+11
2024-08-26ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()Luis Henriques (SUSE)1-2/+5
2024-08-26ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)1-2/+5
2024-08-26ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)1-4/+7
2024-08-26ext4: tidy the BH loop in mext_page_mkuptodate()Matthew Wilcox (Oracle)1-4/+7
2024-08-26ext4: remove array of buffer_heads from mext_page_mkuptodate()Matthew Wilcox (Oracle)1-10/+12
2024-08-26ext4: pipeline buffer reads in mext_page_mkuptodate()Matthew Wilcox (Oracle)1-8/+15
2024-08-26ext4: reduce stack usage in ext4_mpage_readpages()Matthew Wilcox (Oracle)1-8/+8
2024-08-26jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li1-2/+5