summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-12-17fs: fix missing declaration of init_filesZhang Kunbo
2024-12-17exfat: fix exfat_find_empty_entry() not returning error on failureYuezhang Mo
2024-12-17pidfs: lookup pid through rbtreeChristian Brauner
2024-12-17pidfs: check for valid ioctl commandsChristian Brauner
2024-12-17pidfs: implement file handle supportChristian Brauner
2024-12-17exportfs: add permission methodChristian Brauner
2024-12-16exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) caseKees Cook
2024-12-16exec: Make sure task->comm is always NUL-terminatedKees Cook
2024-12-16ceph: allocate sparse_ext map only for sparse readsIlya Dryomov
2024-12-16ceph: fix memory leak in ceph_direct_read_write()Ilya Dryomov
2024-12-16ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()Alex Markuze
2024-12-16ceph: validate snapdirname option length when mountingIlya Dryomov
2024-12-16ceph: give up on paths longer than PATH_MAXMax Kellermann
2024-12-16ceph: fix memory leaks in __ceph_sync_read()Max Kellermann
2024-12-16f2fs: ensure that node info flags are always initializedDmitry Antipov
2024-12-16f2fs: The GC triggered by ioctl also needs to mark the segno as victimYongpeng Yang
2024-12-16f2fs: cache more dentry pageszangyangyang1
2024-12-16f2fs: Remove calls to folio_file_mapping()Matthew Wilcox (Oracle)
2024-12-16f2fs: Convert __read_io_type() to take a folioMatthew Wilcox (Oracle)
2024-12-16f2fs: Use a data folio in f2fs_submit_page_bio()Matthew Wilcox (Oracle)
2024-12-16f2fs: Use a folio more in f2fs_submit_page_bio()Matthew Wilcox (Oracle)
2024-12-16f2fs: Convert f2fs_finish_read_bio() to use foliosMatthew Wilcox (Oracle)
2024-12-16f2fs: Add F2FS_F_SB()Matthew Wilcox (Oracle)
2024-12-16f2fs: Convert submit tracepoints to take a folioMatthew Wilcox (Oracle)
2024-12-16f2fs: Use a folio in f2fs_write_compressed_pages()Matthew Wilcox (Oracle)
2024-12-16f2fs: Use a folio in f2fs_truncate_partial_cluster()Matthew Wilcox (Oracle)
2024-12-16f2fs: Use a folio in f2fs_compress_write_end()Matthew Wilcox (Oracle)
2024-12-16f2fs: Use a folio in f2fs_all_cluster_page_ready()Matthew Wilcox (Oracle)
2024-12-16erofs: use buffered I/O for file-backed mounts by defaultGao Xiang
2024-12-16erofs: reference `struct erofs_device_info` for erofs_map_devGao Xiang
2024-12-16erofs: use `struct erofs_device_info` for the primary deviceGao Xiang
2024-12-15ksmbd: conn lock to serialize smb2 negotiateNamjae Jeon
2024-12-15ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis
2024-12-15ksmbd: count all requests in req_running counterMarios Makassikis
2024-12-15Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-12-14fhandle: pull CAP_DAC_READ_SEARCH check into may_decode_fh()Christian Brauner
2024-12-14exportfs: add open methodChristian Brauner
2024-12-14fhandle: simplify error handlingChristian Brauner
2024-12-14pseudofs: add support for export_opsErin Shepherd
2024-12-14pidfs: support FS_IOC_GETVERSIONChristian Brauner
2024-12-14pidfs: remove 32bit inode number handlingChristian Brauner
2024-12-14pidfs: rework inode number allocationChristian Brauner
2024-12-13Merge tag '6.13-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-12-13fuse: Set *nbytesp=0 in fuse_get_user_pages on allocation failureBernd Schubert
2024-12-13fs: fix is_mnt_ns_file()Miklos Szeredi
2024-12-13Merge tag 'xfs-6.13-fixes_2024-12-12' of https://git.kernel.org/pub/scm/linux...Carlos Maiolino
2024-12-12xfs: port xfs_ioc_start_commit to multigrain timestampsDarrick J. Wong
2024-12-12xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong
2024-12-12xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong
2024-12-12xfs: check pre-metadir fields correctlyDarrick J. Wong