summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ / | |/| |
* | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-08-121-17/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro2024-08-061-17/+13
* | | | Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-08-101-2/+1
|\ \ \ \
| * | | | nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd socketsJeff Layton2024-07-221-2/+1
* | | | | Merge tag 'bcachefs-2024-08-10' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-08-1012-28/+126
|\ \ \ \ \
| * | | | | bcachefs: bcachefs_metadata_version_disk_accounting_v3Kent Overstreet2024-08-103-6/+32
| * | | | | bcachefs: improve bch2_dev_usage_to_text()Kent Overstreet2024-08-093-6/+10
| * | | | | bcachefs: bch2_accounting_invalid()Kent Overstreet2024-08-094-8/+73
| * | | | | bcachefs: Switch to .get_inode_acl()Kent Overstreet2024-08-083-9/+12
* | | | | | Merge tag '6.11-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-08-106-17/+21
|\ \ \ \ \ \
| * | | | | | cifs: cifs_inval_name_dfs_link_error: correct the check for fullpathGleb Korobeynikov2024-08-091-4/+5
| * | | | | | Fix spelling errors in Server Message BlockXiaxi Shen2024-08-084-8/+8
| * | | | | | smb3: fix setting SecurityFlags when encryption is requiredSteve French2024-08-083-5/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'trace-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-08-083-13/+8
|\ \ \ \ \ \
| * | | | | | tracefs: Use generic inode RCU for synchronizing freeingSteven Rostedt2024-08-082-10/+5
| * | | | | | eventfs: Use SRCU for freeing eventfs_inodesMathias Krause2024-08-081-1/+1
| * | | | | | eventfs: Don't return NULL in eventfs_create_dir()Mathias Krause2024-08-081-1/+1
| * | | | | | tracefs: Fix inode allocationMathias Krause2024-08-081-1/+1
| |/ / / / /
* | | | | | Merge tag 'bcachefs-2024-08-08' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-08-0815-31/+95
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | bcachefs: Use bch2_wait_on_allocator() in btree node alloc pathKent Overstreet2024-08-081-1/+1
| * | | | | bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet2024-08-088-12/+45
| * | | | | bcachefs: Add missing path_traverse() to btree_iter_next_node()Kent Overstreet2024-08-081-0/+5
| * | | | | bcachefs: ec should not allocate from ro devsKent Overstreet2024-08-071-0/+3
| * | | | | bcachefs: Improved allocator debugging for ecKent Overstreet2024-08-074-15/+30
| * | | | | bcachefs: Add missing bch2_trans_begin() callKent Overstreet2024-08-071-0/+1
| * | | | | bcachefs: Add a comment for bucket helper typesKent Overstreet2024-08-071-0/+8
| * | | | | bcachefs: Don't rely on implicit unsigned -> signed integer conversionKent Overstreet2024-08-071-2/+2