aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-06-24ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng1-4/+8
2024-06-24nfs: drop the incorrect assertion in nfs_swap_rw()Christoph Hellwig1-2/+0
2024-06-24ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara4-0/+26
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu1-0/+3
2024-06-25btrfs: qgroup: fix quota root leak after quota disable failureFilipe Manana1-2/+2
2024-06-25btrfs: scrub: handle RST lookup error correctlyQu Wenruo1-10/+14
2024-06-25btrfs: zoned: fix initial free space detectionNaohiro Aota1-1/+1
2024-06-25btrfs: use NOFS context when getting inodes during logging and log replayFilipe Manana1-15/+28
2024-06-24f2fs: remove redundant sanity check in sanity_check_inode()Chao Yu1-4/+0
2024-06-24ftruncate: pass a signed offsetArnd Bergmann1-2/+2
2024-06-23bcachefs: Add missing bch2_journal_do_writes() callKent Overstreet1-0/+7
2024-06-23bcachefs: Fix null ptr deref in journal_pins_to_text()Kent Overstreet1-0/+5
2024-06-23Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-32/+27
2024-06-23bcachefs: Add missing recalc_capacity() callKent Overstreet1-0/+1
2024-06-23bcachefs: Fix btree_trans list orderingKent Overstreet2-11/+34
2024-06-23bcachefs: Fix race between trans_put() and btree_transactions_read()Kent Overstreet2-16/+13
2024-06-23bcachefs: Make btree_deadlock_to_text() clearerKent Overstreet1-23/+29
2024-06-23bcachefs: fix seqmutex_relock()Kent Overstreet2-13/+6
2024-06-22bcachefs: Fix freeing of error pointersKent Overstreet1-3/+6
2024-06-22Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-42/+11
2024-06-22Merge tag 'xfs-6.10-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+19
2024-06-22Merge tag 'bcachefs-2024-06-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds25-353/+464
2024-06-21f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim1-0/+1
2024-06-21Merge tag 'ovl-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+9
2024-06-21ELF: fix kernel.randomize_va_space double readAlexey Dobriyan1-2/+3
2024-06-21bcachefs: Move the ei_flags setting to after initializationYouling Tang1-5/+3
2024-06-21bcachefs: Fix a UAF after write_super()Kent Overstreet1-2/+2
2024-06-21bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet1-5/+8
2024-06-21bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet1-2/+10
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet5-8/+12
2024-06-21bcachefs: Fix missing alloc_data_type_set()Kent Overstreet1-1/+3
2024-06-21hfsplus: fix to avoid false alarm of circular lockingChao Yu3-16/+29
2024-06-21Improve readability of copy_treeJemmy1-28/+31
2024-06-21vfs: shave a branch in getname_flagsMateusz Guzik1-11/+20
2024-06-20unicode: add MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-20unicode: make utf8 test count staticBen Dooks1-2/+2
2024-06-20block: Add atomic write support for statxPrasad Singamsetty1-7/+9
2024-06-20fs: Add initial atomic write support info to statxPrasad Singamsetty1-0/+34
2024-06-20fs: Initial atomic write supportPrasad Singamsetty3-6/+22
2024-06-20cifs: Move the 'pid' from the subreq to the reqDavid Howells4-15/+10
2024-06-20cifs: Only pick a channel once per read requestDavid Howells2-11/+4
2024-06-20cifs: Defer read completionDavid Howells1-3/+12
2024-06-20Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+12
2024-06-20gfs2: Revert "check for no eligible quota changes"Andreas Gruenbacher1-20/+0
2024-06-20gfs2: Be more careful with the quota sync generationAndreas Gruenbacher1-8/+19
2024-06-20gfs2: Get rid of some unnecessary quota lockingAndreas Gruenbacher3-28/+27
2024-06-20bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang1-0/+1
2024-06-20bcachefs: Fix safe errors by defaultKent Overstreet5-289/+308
2024-06-20udf: Fix bogus checksum computation in udf_rename()Jan Kara1-2/+0
2024-06-20openpromfs: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1