summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds25-520/+935
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds31-198/+240
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-53/+344
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds233-977/+1107
2023-08-28Merge tag 'v6.6-vfs.fs_context' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-67/+104
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+11
2023-08-24Merge tag 'nfsd-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-1/+2
2023-08-24NFSD: Fix a thinko introduced by recent trace point changesChuck Lever1-0/+1
2023-08-23Merge tag 'vfs-6.6-merge-3' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner4-38/+183
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner15-86/+184
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-18/+31
2023-08-22super: use higher-level helper for {freeze,thaw}Christian Brauner1-3/+12
2023-08-22tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins1-2/+2
2023-08-21nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-0/+5
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+5
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand1-2/+1
2023-08-21super: wait until we passed kill superChristian Brauner1-7/+64
2023-08-21super: wait for nascent superblocksChristian Brauner1-51/+153
2023-08-21cachefiles: use kiocb_{start,end}_write() helpersAmir Goldstein1-13/+3
2023-08-21ovl: use kiocb_{start,end}_write() helpersAmir Goldstein1-8/+2
2023-08-21aio: use kiocb_{start,end}_write() helpersAmir Goldstein1-17/+3
2023-08-21splice: Convert page_cache_pipe_buf_confirm() to use a folioMatthew Wilcox (Oracle)1-11/+9
2023-08-21libfs: Convert simple_write_begin and simple_write_end to use a folioMatthew Wilcox (Oracle)1-20/+20
2023-08-21super: make locking naming consistentChristian Brauner3-17/+17
2023-08-21super: use locking helpersChristian Brauner1-48/+78
2023-08-21fs: simplify invalidate_inodesChristoph Hellwig3-17/+4
2023-08-21fs: remove get_superChristoph Hellwig1-37/+0
2023-08-21block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig1-0/+13
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig1-2/+6
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig1-2/+2
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-62/+113
2023-08-19NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin1-3/+2
2023-08-19NFSv4.2: fix error handling in nfs42_proc_getxattrFedor Pchelkin1-3/+2
2023-08-19NFS: Fix sysfs server name memory leakBenjamin Coddington1-1/+3
2023-08-19fs/dcache: Replace printk and WARN_ON by WARNAnh Tuan Phan1-2/+1
2023-08-19fs/pipe: remove redundant initialization of pointer bufColin Ian King1-1/+1
2023-08-19fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)6-15/+29
2023-08-19devpts: Fix kernel-doc warningsMatthew Wilcox (Oracle)1-5/+5
2023-08-18btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik1-4/+2
2023-08-17NFS: Fix a use after free in nfs_direct_join_group()Trond Myklebust1-10/+16
2023-08-17btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui1-2/+1
2023-08-17btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason1-1/+24
2023-08-17btrfs: fix replace/scrub failure with metadata_uuidAnand Jain1-1/+2
2023-08-16smb: client: fix null authScott Mayhew1-0/+4
2023-08-15Merge tag '6.5-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-8/+27
2023-08-15fs: Fix one kernel-doc commentYang Li1-1/+1
2023-08-15fs/buffer.c: disable per-CPU buffer_head cache for isolated CPUsMarcelo Tosatti1-1/+6
2023-08-15vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells1-1/+22
2023-08-14fs: add FSCONFIG_CMD_CREATE_EXCLChristian Brauner3-11/+38
2023-08-14fs: add vfs_cmd_reconfigure()Christian Brauner1-18/+29