summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-15ovl: convert ovl_real_fdget() callers to ovl_real_file()Amir Goldstein
2024-11-15ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()Amir Goldstein
2024-11-15ovl: store upper real file in ovl_file structAmir Goldstein
2024-11-15ovl: allocate a container struct ovl_file for ovl private contextAmir Goldstein
2024-11-15ovl: do not open non-data lower file for fsyncAmir Goldstein
2024-11-15ovl: Optimize override/revert credsVinicius Costa Gomes
2024-11-14ovl: pass an explicit reference of creators creds to callersAmir Goldstein
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes
2024-11-11fs/backing-file: Convert to revert/override_creds_light()Vinicius Costa Gomes
2024-11-11backing-file: clean up the APIMiklos Szeredi
2024-11-11ovl: properly handle large files in ovl_security_fileattrOleksandr Tymoshenko
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-09Merge tag 'nfsd-6.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-11-09Merge tag 'v6.12-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-11-08Merge tag 'v6.12-rc6-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-11-08Merge tag 'for-6.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-08Merge tag 'bcachefs-2024-11-07' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-11-07ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner
2024-11-07fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi
2024-11-07bcachefs: Fix UAF in __promote_alloc() error pathKent Overstreet
2024-11-07bcachefs: Change OPT_STR max to be 1 less than the size of choices arrayPiotr Zalewski
2024-11-07bcachefs: btree_cache.freeable list fixesKent Overstreet
2024-11-07bcachefs: check the invalid parameter for perf testHongbo Li
2024-11-07bcachefs: add check NULL return of bio_kmalloc in journal_read_bucketPei Xiao
2024-11-07bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recoveryKent Overstreet
2024-11-07bcachefs: Fix topology errors on split after mergeKent Overstreet
2024-11-07bcachefs: Ancient versions with bad bkey_formats are no longer supportedKent Overstreet
2024-11-07bcachefs: Fix error handling in bch2_btree_node_prefetch()Kent Overstreet
2024-11-07bcachefs: Fix null ptr deref in bucket_gen_get()Kent Overstreet
2024-11-07proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang
2024-11-07NFSD: Fix READDIR on NFSv3 mounts of ext4 exportsChuck Lever
2024-11-07btrfs: fix the length of reserved qgroup to freeHaisu Wang
2024-11-07btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana
2024-11-07btrfs: fix per-subvolume RO/RW flags with new mount APIQu Wenruo
2024-11-06Merge tag 'nfs-for-6.12-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-11-06Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-05ksmbd: check outstanding simultaneous SMB operationsNamjae Jeon
2024-11-05ksmbd: fix slab-use-after-free in smb3_preauth_hash_rspNamjae Jeon
2024-11-05ksmbd: fix slab-use-after-free in ksmbd_smb2_session_createNamjae Jeon
2024-11-04nfs: avoid i_lock contention in nfs_clear_invalid_mappingMike Snitzer
2024-11-04nfs_common: fix localio to cope with racing nfs_local_probe()Mike Snitzer
2024-11-04NFS: Further fixes to attribute delegation a/mtime changesTrond Myklebust
2024-11-04NFS: Fix attribute delegation behaviour on exclusive createTrond Myklebust
2024-11-04nfs: Fix KMSAN warning in decode_getfattr_attrs()Roberto Sassu
2024-11-04NFSv3: only use NFS timeout for MOUNT when protocols are compatibleNeilBrown
2024-11-03smb: client: Fix use-after-free of network namespace.Kuniyuki Iwashima
2024-11-03Merge tag 'mm-hotfixes-stable-2024-11-03-10-50' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-11-02Merge tag 'xfs-6.12-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds