summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.fs_context' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds
2023-08-24Merge tag 'nfsd-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-08-24NFSD: Fix a thinko introduced by recent trace point changesChuck Lever
2023-08-23Merge tag 'vfs-6.6-merge-3' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-08-22super: use higher-level helper for {freeze,thaw}Christian Brauner
2023-08-22tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins
2023-08-21nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand
2023-08-21super: wait until we passed kill superChristian Brauner
2023-08-21super: wait for nascent superblocksChristian Brauner
2023-08-21cachefiles: use kiocb_{start,end}_write() helpersAmir Goldstein
2023-08-21ovl: use kiocb_{start,end}_write() helpersAmir Goldstein
2023-08-21aio: use kiocb_{start,end}_write() helpersAmir Goldstein
2023-08-21splice: Convert page_cache_pipe_buf_confirm() to use a folioMatthew Wilcox (Oracle)
2023-08-21libfs: Convert simple_write_begin and simple_write_end to use a folioMatthew Wilcox (Oracle)
2023-08-21super: make locking naming consistentChristian Brauner
2023-08-21super: use locking helpersChristian Brauner
2023-08-21fs: simplify invalidate_inodesChristoph Hellwig
2023-08-21fs: remove get_superChristoph Hellwig
2023-08-21block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-19NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin
2023-08-19NFSv4.2: fix error handling in nfs42_proc_getxattrFedor Pchelkin
2023-08-19NFS: Fix sysfs server name memory leakBenjamin Coddington
2023-08-19fs/dcache: Replace printk and WARN_ON by WARNAnh Tuan Phan
2023-08-19fs/pipe: remove redundant initialization of pointer bufColin Ian King
2023-08-19fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)
2023-08-19devpts: Fix kernel-doc warningsMatthew Wilcox (Oracle)
2023-08-18btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik
2023-08-17NFS: Fix a use after free in nfs_direct_join_group()Trond Myklebust
2023-08-17btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui
2023-08-17btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason
2023-08-17btrfs: fix replace/scrub failure with metadata_uuidAnand Jain
2023-08-16smb: client: fix null authScott Mayhew
2023-08-15Merge tag '6.5-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-08-15fs: Fix one kernel-doc commentYang Li
2023-08-15fs/buffer.c: disable per-CPU buffer_head cache for isolated CPUsMarcelo Tosatti
2023-08-15vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells
2023-08-14fs: add FSCONFIG_CMD_CREATE_EXCLChristian Brauner