summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-28Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds15-200/+116
2024-07-28Merge tag 'unicode-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-2/+5
2024-07-28Merge tag '6.11-rc-smb-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds5-7/+203
2024-07-28Merge tag 'vfs-6.11-rc1.fixes.3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+66
2024-07-27Merge tag 'mm-hotfixes-stable-2024-07-26-14-33' of git://git.kernel.org/pub/s...Linus Torvalds2-7/+22
2024-07-27hostfs: fix the host directory parse when mounting.Hongbo Li1-10/+55
2024-07-27fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)1-0/+11
2024-07-27nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi2-7/+22
2024-07-26smb3: add dynamic trace point for session setup key expired failuresSteve French2-1/+47
2024-07-26Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds5-2/+19
2024-07-26smb3: add four dynamic tracepoints for copy_file_range and reflinkSteve French2-1/+67
2024-07-26smb3: add dynamic tracepoint for reflink errorsSteve French2-0/+62
2024-07-26Merge tag 'erofs-for-6.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-21/+49
2024-07-26erofs: convert comma to semicolonChen Ni1-1/+1
2024-07-26erofs: support multi-page folios for erofs_bread()Gao Xiang1-18/+12
2024-07-26erofs: add support for FS_IOC_GETFSSYSFSPATHHuang Xiaojia1-0/+16
2024-07-26erofs: fix race in z_erofs_get_gbuf()Gao Xiang1-0/+3
2024-07-26erofs: support STATX_DIOALIGNHongbo Li1-2/+17
2024-07-25Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-12/+12
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-10/+15
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados10-12/+12
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2024-07-24Merge tag 'vfs-6.11-rc1.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds23-182/+261
2024-07-24hostfs: fix folio conversionLinus Torvalds1-1/+1
2024-07-24inode: clarify what's lockedChristian Brauner1-11/+11
2024-07-24vfs: Fix potential circular locking through setxattr() and removexattr()David Howells1-43/+48
2024-07-24filelock: Fix fcntl/close race recovery compat pathJann Horn1-5/+4
2024-07-24fs: use all available idsChristian Brauner1-1/+1
2024-07-24cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNTDavid Howells1-1/+1
2024-07-24netfs: Fix writeback that needs to go to both server and cacheDavid Howells1-0/+1
2024-07-24pidfs: handle kernels without namespaces cleanlyChristian Brauner1-23/+42
2024-07-24pidfs: when time ns disabled add check for ioctlEdward Adam Davis1-0/+2
2024-07-24vfs: correct the comments of vfs_*() helpersCongjie Zhou1-13/+13
2024-07-24vfs: handle __wait_on_freeing_inode() and evict() raceMateusz Guzik1-0/+20
2024-07-24netfs: Rename CONFIG_FSCACHE_DEBUG to CONFIG_NETFS_DEBUGDavid Howells1-10/+8
2024-07-24netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells15-78/+113
2024-07-24Merge tag 'execve-v6.11-rc1-fix1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-2/+2
2024-07-24cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French1-0/+7
2024-07-24cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French1-1/+16
2024-07-24Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-222/+326
2024-07-24Merge tag 'jfs-6.11' of github.com:kleikamp/linux-shaggyLinus Torvalds7-173/+193
2024-07-24Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+2
2024-07-23cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...Steve French1-4/+4
2024-07-23ceph: fix incorrect kmalloc size of pagevec mempoolethanwu1-1/+2
2024-07-23ceph: periodically flush the cap releasesXiubo Li1-0/+2
2024-07-23ceph: convert comma to semicolon in __ceph_dentry_dir_lease_touch()Chen Ni1-1/+1
2024-07-23ceph: use cap_wait_list only if debugfs is enabledMax Kellermann3-0/+14
2024-07-23execve: Move KUnit tests to tests/ subdirectoryKees Cook4-2/+2
2024-07-22Merge tag 'bcachefs-2024-07-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds4-11/+9
2024-07-22Merge tag 'ntfs3_for_6.11' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds14-309/+480