summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-18Merge tag 'vfs-6.13.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-18ceph: miscellaneous spelling fixesDmitry Antipov
2024-11-18ceph: Use strscpy() instead of strcpy() in __get_snap_name()Abdul Rahim
2024-11-18ceph: Use str_true_false() helper in status_show()Thorsten Blum
2024-11-18ceph: requalify some char pointers as constPatrick Donnelly
2024-11-18ceph: extract entity name from device idPatrick Donnelly
2024-11-18ceph: Remove fs/ceph deadcodeDr. David Alan Gilbert
2024-11-18fsnotify: Fix ordering of iput() and watched_objects decrementJann Horn
2024-11-18dlm: fix dlm_recover_members refcount on errorAlexander Aring
2024-11-18Revert "nfs: don't reuse partially completed requests in nfs_lock_and_join_re...Trond Myklebust
2024-11-18virtiofs: dax: remove ->writepages() callbackAsahi Lina
2024-11-18fuse: check attributes staleness on fuse_iget()Zhang Tianci
2024-11-18erofs: handle NONHEAD !delta[1] lclusters gracefullyGao Xiang
2024-11-18erofs: clarify direct I/O supportGao Xiang
2024-11-18erofs: fix blksize < PAGE_SIZE for file-backed mountsHongzhen Luo
2024-11-18erofs: get rid of `buf->kmap_type`Gao Xiang
2024-11-18erofs: fix file-backed mounts over FUSEGao Xiang
2024-11-18erofs: simplify definition of the log functionsGou Hao
2024-11-18erofs: add sysfs node to drop internal cachesChunhai Guo
2024-11-18erofs: free pclusters if no cached folio is attachedChunhai Guo
2024-11-18erofs: sunset `struct erofs_workgroup`Gao Xiang
2024-11-18erofs: move erofs_workgroup operations into zdata.cGao Xiang
2024-11-18erofs: get rid of erofs_{find,insert}_workgroupGao Xiang
2024-11-17smb: client: fix use-after-free of signing keyPaulo Alcantara
2024-11-17smb: client: Use str_yes_no() helper functionThorsten Blum
2024-11-17smb: client: memcpy() with surrounding object base addressKees Cook
2024-11-17cifs: Remove pre-historic unused CIFSSMBCopyDr. David Alan Gilbert
2024-11-17ksmbd: fix malformed unsupported smb1 negotiate responseNamjae Jeon
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-16fs/9p: replace functions v9fs_cache_{register|unregister} with direct callsColin Ian King
2024-11-15hostfs: Fix the NULL vs IS_ERR() bug for __filemap_get_folio()ZhangPeng
2024-11-15dlm: fix recovery of middle conversionsAlexander Aring
2024-11-15Merge tag 'for-6.12-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-15ubifs: Fix uninitialized use of err in ubifs_jnl_write_inode()Nathan Chancellor
2024-11-15ecryptfs: Fix spelling mistake "validationg" -> "validating"Colin Ian King
2024-11-15ecryptfs: Convert ecryptfs to use the new mount APIEric Sandeen
2024-11-15ecryptfs: Factor out mount option validationEric Sandeen
2024-11-15fs: open_by_handle_at() support for decoding "explicit connectable" file handlesAmir Goldstein
2024-11-15fs: name_to_handle_at() support for "explicit connectable" file handlesAmir Goldstein
2024-11-15fs: prepare for "explicit connectable" file handlesAmir Goldstein
2024-11-15ovl: convert ovl_real_fdget() callers to ovl_real_file()Amir Goldstein
2024-11-15ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()Amir Goldstein
2024-11-15ovl: store upper real file in ovl_file structAmir Goldstein
2024-11-15ovl: allocate a container struct ovl_file for ovl private contextAmir Goldstein
2024-11-15ovl: do not open non-data lower file for fsyncAmir Goldstein