summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells
2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner
2024-08-28Merge tag 'v6.11-rc5-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-08-27jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis
2024-08-27jfs: Fix uaf in dbFreeBitsEdward Adam Davis
2024-08-27btrfs: fix uninitialized return value from btrfs_reclaim_sweep()Filipe Manana
2024-08-27xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong
2024-08-27xfs: take m_growlock when running growfsrtDarrick J. Wong
2024-08-27xfs: Fix missing interval for missing_owner in xfs fsmapZizhi Wo
2024-08-27xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter
2024-08-27ceph: Convert to use jiffies macroChen Yufan
2024-08-27ceph: Remove unused declarationsYue Haibing
2024-08-27Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-08-26ext4: dax: fix overflowing extents beyond inode size when partially writingZhihao Cheng
2024-08-26ext4: don't set SB_RDONLY after filesystem errorsJan Kara
2024-08-26ext4: nested locking for xattr inodeWojciech Gładysz
2024-08-26jbd2: remove unneeded check of ret in jbd2_fc_get_bufKemeng Shi
2024-08-26jbd2: correct comment jbd2_mark_journal_emptyKemeng Shi
2024-08-26jbd2: move escape handle to futher improve jbd2_journal_write_metadata_bufferKemeng Shi
2024-08-26jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_b...Kemeng Shi
2024-08-26jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_met...Kemeng Shi
2024-08-26jbd2: remove unused return value of jbd2_fc_release_bufsKemeng Shi
2024-08-26jbd2: remove dead check in journal_alloc_journal_headKemeng Shi
2024-08-26jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi
2024-08-26ext4: annotate struct ext4_xattr_inode_array with __counted_by()Thorsten Blum
2024-08-26ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()Luis Henriques (SUSE)
2024-08-26ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()Luis Henriques (SUSE)
2024-08-26ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)
2024-08-26ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)
2024-08-26ext4: tidy the BH loop in mext_page_mkuptodate()Matthew Wilcox (Oracle)
2024-08-26ext4: remove array of buffer_heads from mext_page_mkuptodate()Matthew Wilcox (Oracle)
2024-08-26ext4: pipeline buffer reads in mext_page_mkuptodate()Matthew Wilcox (Oracle)
2024-08-26ext4: reduce stack usage in ext4_mpage_readpages()Matthew Wilcox (Oracle)
2024-08-26jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li
2024-08-26ext4: fix access to uninitialised lock in fc replay pathLuis Henriques (SUSE)
2024-08-26ext4: fix fast commit inode enqueueing during a full journal commitLuis Henriques (SUSE)
2024-08-26ext4: fix timer use-after-free on failed mountXiaxi Shen
2024-08-26ext4: use seq_putc() in two functionsMarkus Elfring
2024-08-26ext4: no need to continue when the number of entries is 1Edward Adam Davis
2024-08-26ext4: correct encrypted dentry name hash when not casefoldedyao.ly
2024-08-26bcachefs: Fix bch2_extents_match() false positiveKent Overstreet
2024-08-26bcachefs: Fix failure to return error in data_update_index_update()Kent Overstreet
2024-08-27btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo
2024-08-26fs/nfsd: fix update of inode attrs in CB_GETATTRJeff Layton
2024-08-26pstore: replace spinlock_t by raw_spinlock_tWen Yang
2024-08-26binfmt_elf_fdpic: fix AUXV size calculation when ELF_HWCAP2 is definedMax Filippov
2024-08-26nfsd: fix potential UAF in nfsd4_cb_getattr_releaseJeff Layton
2024-08-26nfsd: hold reference to delegation when updating it for cb_getattrJeff Layton
2024-08-26btrfs: initialize last_extent_end to fix -Wmaybe-uninitialized warning in ext...David Sterba