summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-08-182-6/+17
|\
| * smb: smb2pdu.h: Use static_assert() to check struct sizesGustavo A. R. Silva2024-08-151-0/+2
| * smb3: fix lock breakage for cached writesSteve French2024-08-151-4/+9
| * smb/client: avoid possible NULL dereference in cifs_free_subrequest()Su Hui2024-08-151-2/+6
* | Merge tag 'xfs-6.11-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-08-173-2/+24
|\ \
| * | xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong2024-08-141-0/+11
| * | xfs: revert AIL TASK_KILLABLE thresholdDarrick J. Wong2024-08-141-1/+6
| * | xfs: attr forks require attr, not attr2Darrick J. Wong2024-08-141-1/+7
| |/
* | Merge tag 'bcachefs-2024-08-16' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-08-1753-672/+648
|\ \
| * | bcachefs: Fix locking in __bch2_trans_mark_dev_sb()Kent Overstreet2024-08-172-9/+10
| * | bcachefs: fix incorrect i_state usageKent Overstreet2024-08-161-1/+1
| * | bcachefs: avoid overflowing LRU_TIME_BITS for cached data lruKent Overstreet2024-08-161-1/+3
| * | bcachefs: Fix forgetting to pass trans to fsck_err()Kent Overstreet2024-08-161-1/+1
| * | bcachefs: Increase size of cuckoo hash table on too many rehashesKent Overstreet2024-08-161-2/+9
| * | bcachefs: bcachefs_metadata_version_disk_accounting_inumKent Overstreet2024-08-146-3/+33
| * | bcachefs: Kill __bch2_accounting_mem_mod()Kent Overstreet2024-08-143-34/+28
| * | bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet2024-08-1438-553/+448
| * | bcachefs: Fix warning in __bch2_fsck_err() for trans not passed inKent Overstreet2024-08-141-0/+2
| * | bcachefs: Add a time_stat for blocked on key cache flushKent Overstreet2024-08-142-0/+5
| * | bcachefs: Improve trans_blocked_journal_reclaim tracepointKent Overstreet2024-08-143-4/+33
| * | bcachefs: Add hysteresis to waiting on btree key cache flushKent Overstreet2024-08-142-1/+10
| * | bcachefs: Convert for_each_btree_node() to lockrestart_do()Kent Overstreet2024-08-144-54/+42
| * | bcachefs: Add missing downgrade table entryKent Overstreet2024-08-141-0/+1
| * | bcachefs: disk accounting: ignore unknown typesKent Overstreet2024-08-141-3/+9
| * | bcachefs: bch2_accounting_invalid() fixupKent Overstreet2024-08-141-1/+1
| * | bcachefs: Fix bch2_trigger_alloc when upgrading from old versionsKent Overstreet2024-08-141-1/+13
| * | bcachefs: delete faulty fastpath in bch2_btree_path_traverse_cached()Kent Overstreet2024-08-141-5/+0
* | | Merge tag 'for-6.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-158-44/+179
|\ \ \
| * | | btrfs: fix invalid mapping of extent xarray stateNaohiro Aota2024-08-131-7/+7
| * | | btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana2024-08-131-13/+39
| * | | btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana2024-08-132-16/+16
| * | | btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo2024-08-131-2/+3
| * | | btrfs: check delayed refs when we're checking if a ref existsJosef Bacik2024-08-133-6/+114
| | |/ | |/|
* | | Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-08-1418-59/+376
|\ \ \
| * | | Squashfs: sanity check symbolic link sizePhillip Lougher2024-08-131-1/+6
| * | | 9p: Fix DIO read through netfsDominique Martinet2024-08-136-12/+23
| * | | vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng2024-08-131-2/+37
| * | | netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells2024-08-127-33/+115
| * | | netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells2024-08-123-2/+169
| * | | netfs: clean up after renaming FSCACHE_DEBUG configLukas Bulwahn2024-08-121-1/+1
| * | | libfs: fix infinite directory reads for offset diryangerkun2024-08-121-11/+24
| * | | fs/netfs/fscache_cookie: add missing "n_accesses" checkMax Kellermann2024-08-121-0/+4
| * | | filelock: fix name of file_lease slab cacheOmar Sandoval2024-08-121-1/+1
| * | | netfs: Fault in smaller chunks for non-large folio mappingsMatthew Wilcox (Oracle)2024-08-121-1/+1
* | | | Merge tag 'execve-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-142-2/+10
|\ \ \ \
| * | | | exec: Fix ToCToU between perm check and set-uid/gid usageKees Cook2024-08-131-1/+7
| * | | | binfmt_flat: Fix corruption when not offsetting data startKees Cook2024-08-101-1/+3
* | | | | Merge tag '6.11-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-08-137-13/+39
|\ \ \ \ \
| * | | | | ksmbd: override fsids for smb2_query_info()Namjae Jeon2024-08-091-0/+7
| * | | | | ksmbd: override fsids for share path checkNamjae Jeon2024-08-097-13/+32
| | |/ / / | |/| | |