summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-02-02Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-02Merge tag 'gfs2-v6.8-rc2-revert' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-02Revert "gfs2: Use GL_NOBLOCK flag for non-blocking lookups"Andreas Gruenbacher
2024-02-01Merge tag 'exfat-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-01eventfs: Keep all directory links at 1Steven Rostedt (Google)
2024-02-01eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)
2024-02-01eventfs: Restructure eventfs_inode structure to be more condensedSteven Rostedt (Google)
2024-02-01eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)
2024-02-01eventfs: Get rid of dentry pointers without refcountsLinus Torvalds
2024-02-01eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds
2024-02-01eventfs: Remove unused d_parent pointer fieldLinus Torvalds
2024-02-01tracefs: dentry lookup crapectomyLinus Torvalds
2024-01-31tracefs: Avoid using the ei->dentry pointer unnecessarilyLinus Torvalds
2024-01-31eventfs: Initialize the tracefs inode properlyLinus Torvalds
2024-01-31tracefs: Zero out the tracefs_inode when allocating itSteven Rostedt (Google)
2024-01-30Merge tag 'erofs-for-6.8-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-29Merge tag 'jfs-6.8-rc3' of github.com:kleikamp/linux-shaggyLinus Torvalds
2024-01-29Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-29Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp
2024-01-28tracefs: remove stale 'update_gid' codeLinus Torvalds
2024-01-27Merge tag 'xfs-6.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-01-27Merge tag 'bcachefs-2024-01-26' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-27Merge tag '6.8-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-01-27Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-01-27erofs: relaxed temporary buffers allocation on readaheadChunhai Guo
2024-01-26erofs: fix infinite loop due to a race of filling compressed_bvecsGao Xiang
2024-01-25fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar
2024-01-25bcachefs: __lookup_dirent() works in snapshot, not subvolKent Overstreet
2024-01-25Merge tag 'ovl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-25Merge tag 'vfs-6.8-rc2.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-01-25ksmbd: fix global oob in ksmbd_nl_policyLin Ma
2024-01-25erofs: get rid of unneeded GFP_NOFSJingbo Xu
2024-01-24bcachefs: discard path uses unlock_long()Kent Overstreet
2024-01-24Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-24uselib: remove use of __FMODE_EXECLinus Torvalds
2024-01-24exec: Distinguish in_execve from in_execKees Cook
2024-01-24nfsd: fix RELEASE_LOCKOWNERNeilBrown
2024-01-23cifs: fix stray unlock in cifs_chan_skip_or_disableShyam Prasad N
2024-01-23cifs: set replay flag for retries of write commandShyam Prasad N
2024-01-23cifs: commands that are retried should have replay flag setShyam Prasad N
2024-01-23cifs: helper function to check replayable error codesShyam Prasad N
2024-01-23cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N
2024-01-23cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N
2024-01-23cifs: Share server EOF pos with netfslibDavid Howells
2024-01-23smb: Work around Clang __bdos() type confusionKees Cook
2024-01-23Merge tag 'trace-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-01-23smb: client: delete "true", "false" definesAlexey Dobriyan
2024-01-23eventfs: Save directory inodes in the eventfs_inode structureSteven Rostedt (Google)