aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-08-15btrfs: zoned: properly take lock to read/update block group's zoned variablesNaohiro Aota1-6/+8
2024-08-15btrfs: tree-checker: add dev extent item checksQu Wenruo1-0/+69
2024-08-15btrfs: update target inode's ctime on unlinkJeff Layton1-0/+1
2024-08-15btrfs: send: annotate struct name_cache_entry with __counted_by()Thorsten Blum1-1/+1
2024-08-15f2fs: fix to use per-inode maxbytes and cleanupZhiguo Niu3-9/+7
2024-08-15f2fs: use f2fs_get_node_page when write inline dataZijie Wang1-12/+11
2024-08-15f2fs: sysfs: support atgc_enabledliujinbao11-0/+8
2024-08-15Revert "f2fs: use flush command instead of FUA for zoned device"Wenjie Cheng2-3/+2
2024-08-15f2fs: get rid of buffer_head useChao Yu5-41/+66
2024-08-15f2fs: fix to avoid racing in between read and OPU dio writeChao Yu1-0/+4
2024-08-15f2fs: fix to wait dio completionChao Yu1-0/+13
2024-08-15f2fs: reduce expensive checkpoint trigger frequencyChao Yu3-2/+17
2024-08-14Merge tag 'for-6.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-44/+179
2024-08-14binfmt_elf: mseal address zeroJeff Xu1-0/+5
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-59/+376
2024-08-14xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong1-0/+11
2024-08-14xfs: revert AIL TASK_KILLABLE thresholdDarrick J. Wong1-1/+6
2024-08-14xfs: attr forks require attr, not attr2Darrick J. Wong1-1/+7
2024-08-13bcachefs: bcachefs_metadata_version_disk_accounting_inumKent Overstreet6-3/+33
2024-08-13bcachefs: Kill __bch2_accounting_mem_mod()Kent Overstreet3-34/+28
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet38-553/+448
2024-08-13bcachefs: Fix warning in __bch2_fsck_err() for trans not passed inKent Overstreet1-0/+2
2024-08-13bcachefs: Add a time_stat for blocked on key cache flushKent Overstreet2-0/+5
2024-08-13bcachefs: Improve trans_blocked_journal_reclaim tracepointKent Overstreet3-4/+33
2024-08-13bcachefs: Add hysteresis to waiting on btree key cache flushKent Overstreet2-1/+10
2024-08-13bcachefs: Convert for_each_btree_node() to lockrestart_do()Kent Overstreet4-54/+42
2024-08-13bcachefs: Add missing downgrade table entryKent Overstreet1-0/+1
2024-08-13bcachefs: disk accounting: ignore unknown typesKent Overstreet1-3/+9
2024-08-13bcachefs: bch2_accounting_invalid() fixupKent Overstreet1-1/+1
2024-08-13bcachefs: Fix bch2_trigger_alloc when upgrading from old versionsKent Overstreet1-1/+13
2024-08-13bcachefs: delete faulty fastpath in bch2_btree_path_traverse_cached()Kent Overstreet1-5/+0
2024-08-13Merge tag 'execve-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+10
2024-08-13exec: Fix ToCToU between perm check and set-uid/gid usageKees Cook1-1/+7
2024-08-13Merge tag '6.11-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds7-13/+39
2024-08-13btrfs: fix invalid mapping of extent xarray stateNaohiro Aota1-7/+7
2024-08-13Squashfs: sanity check symbolic link sizePhillip Lougher1-1/+6
2024-08-139p: Fix DIO read through netfsDominique Martinet6-12/+23
2024-08-13vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng1-2/+37
2024-08-13btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana1-13/+39
2024-08-13btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana2-16/+16
2024-08-13btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo1-2/+3
2024-08-13btrfs: check delayed refs when we're checking if a ref existsJosef Bacik3-6/+114
2024-08-12add struct fd constructors, get rid of __to_fd()Al Viro1-13/+13
2024-08-12struct fd: representation changeAl Viro2-14/+16
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro37-287/+287
2024-08-12dlm: add missing -ENOMEM if alloc_workqueue() failsAlexander Aring1-1/+3
2024-08-12netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells7-33/+115
2024-08-12netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells3-2/+169
2024-08-12netfs: clean up after renaming FSCACHE_DEBUG configLukas Bulwahn1-1/+1
2024-08-12libfs: fix infinite directory reads for offset diryangerkun1-11/+24