summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-01-16eventfs: Use kcalloc() instead of kzalloc()Erick Archer
2024-01-16eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)
2024-01-16eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)
2024-01-04eventfs: Shortcut eventfs_iterate() by skipping entries already readSteven Rostedt (Google)
2024-01-04eventfs: Read ei->entries before ei->children in eventfs_iterate()Steven Rostedt (Google)
2024-01-04eventfs: Do ctx->pos update for all iterations in eventfs_iterate()Steven Rostedt (Google)
2024-01-04eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is setSteven Rostedt (Google)
2024-01-03tracefs/eventfs: Use root and instance inodes as default ownershipSteven Rostedt (Google)
2024-01-03eventfs: Stop using dcache_readdir() for getdents()Steven Rostedt (Google)
2024-01-03eventfs: Remove "lookup" parameter from create_dir/file_dentry()Steven Rostedt (Google)
2024-01-02eventfs: Fix bitwise fields for "is_events"Steven Rostedt (Google)
2024-01-02tracefs: Check for dentry->d_inode exists in set_gid()Steven Rostedt (Google)
2023-12-22eventfs: Fix file and directory uid and gid ownershipSteven Rostedt (Google)
2023-12-21eventfs: Have event files and directories default to parent uid and gidSteven Rostedt (Google)
2023-12-12eventfs: Fix events beyond NAME_MAX blocking tasksBeau Belgrave
2023-11-22eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)
2023-11-22eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)
2023-11-22eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)
2023-11-22eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)
2023-11-20eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)
2023-11-20eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)
2023-11-18Merge tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-11-18Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-11-18Merge tag '6.7-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-11-17Merge tag 'bcachefs-2023-11-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-11-17NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever
2023-11-17NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever
2023-11-17NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever
2023-11-17nfsd: fix file memleak on client_opens_releaseMahmoud Adam
2023-11-17Merge tag 'ovl-fixes-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-16bcachefs: Fix missing locking for dentry->d_parent accessKent Overstreet
2023-11-14bcachefs: six locks: Fix lost wakeupKent Overstreet
2023-11-14bcachefs: Fix no_data_io mode checksum checkKent Overstreet
2023-11-14bcachefs: Fix bch2_check_nlinks() for snapshotsKent Overstreet
2023-11-14bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=yKent Overstreet
2023-11-14bcachefs: Disable debug log statementsKent Overstreet
2023-11-14bcachefs: Fix missing transaction commitKent Overstreet
2023-11-14bcachefs: Fix error path in bch2_mount()Kent Overstreet
2023-11-14bcachefs: Fix potential sleeping during mountDaniel J Blueman
2023-11-14bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet
2023-11-14bcachefs: Kill journal pre-reservationsKent Overstreet
2023-11-14cifs: fix lock ordering while disabling multichannelShyam Prasad N
2023-11-14cifs: fix leak of iface for primary channelShyam Prasad N
2023-11-14ovl: fix memory leak in ovl_parse_param()Amir Goldstein
2023-11-14ovl: fix misformatted commentAmir Goldstein
2023-11-13bcachefs: Check for nonce offset inconsistency in data_update pathKent Overstreet
2023-11-13bcachefs: Make sure to drop/retake btree locks before reclaimKent Overstreet
2023-11-13bcachefs: btree_trans->write_lockedKent Overstreet
2023-11-13bcachefs: Run btree key cache shrinker less aggressivelyKent Overstreet
2023-11-13bcachefs: Split out btree_key_cache_types.hKent Overstreet