aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-18Merge tag 'vfs-6.13.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-45/+64
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-36/+32
2024-11-18Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds30-84/+321
2024-11-18Merge tag 'vfs-6.13.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-1432/+1346
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-64/+375
2024-11-18ceph: miscellaneous spelling fixesDmitry Antipov9-15/+15
2024-11-18ceph: Use strscpy() instead of strcpy() in __get_snap_name()Abdul Rahim1-1/+7
2024-11-18ceph: Use str_true_false() helper in status_show()Thorsten Blum1-1/+1
2024-11-18ceph: requalify some char pointers as constPatrick Donnelly1-1/+1
2024-11-18ceph: extract entity name from device idPatrick Donnelly1-1/+9
2024-11-18ceph: Remove fs/ceph deadcodeDr. David Alan Gilbert4-25/+0
2024-11-18fsnotify: Fix ordering of iput() and watched_objects decrementJann Horn1-3/+9
2024-11-18dlm: fix dlm_recover_members refcount on errorAlexander Aring1-1/+1
2024-11-18Revert "nfs: don't reuse partially completed requests in nfs_lock_and_join_re...Trond Myklebust1-20/+29
2024-11-18virtiofs: dax: remove ->writepages() callbackAsahi Lina1-11/+0
2024-11-18fuse: check attributes staleness on fuse_iget()Zhang Tianci4-25/+71
2024-11-18erofs: handle NONHEAD !delta[1] lclusters gracefullyGao Xiang1-8/+9
2024-11-18erofs: clarify direct I/O supportGao Xiang2-20/+7
2024-11-18erofs: fix blksize < PAGE_SIZE for file-backed mountsHongzhen Luo1-1/+5
2024-11-18erofs: get rid of `buf->kmap_type`Gao Xiang2-14/+5
2024-11-18erofs: fix file-backed mounts over FUSEGao Xiang2-4/+7
2024-11-18erofs: simplify definition of the log functionsGou Hao2-32/+11
2024-11-18erofs: add sysfs node to drop internal cachesChunhai Guo3-1/+19
2024-11-18erofs: free pclusters if no cached folio is attachedChunhai Guo1-19/+38
2024-11-18erofs: sunset `struct erofs_workgroup`Gao Xiang2-77/+60
2024-11-18erofs: move erofs_workgroup operations into zdata.cGao Xiang3-112/+105
2024-11-18erofs: get rid of erofs_{find,insert}_workgroupGao Xiang3-63/+30
2024-11-17smb: client: fix use-after-free of signing keyPaulo Alcantara2-18/+40
2024-11-17smb: client: Use str_yes_no() helper functionThorsten Blum1-4/+4
2024-11-17smb: client: memcpy() with surrounding object base addressKees Cook1-1/+1
2024-11-17cifs: Remove pre-historic unused CIFSSMBCopyDr. David Alan Gilbert2-70/+0
2024-11-17ksmbd: fix malformed unsupported smb1 negotiate responseNamjae Jeon1-1/+1
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds2-1/+5
2024-11-16fs/9p: replace functions v9fs_cache_{register|unregister} with direct callsColin Ian King1-18/+3
2024-11-15hostfs: Fix the NULL vs IS_ERR() bug for __filemap_get_folio()ZhangPeng1-2/+2
2024-11-15dlm: fix recovery of middle conversionsAlexander Aring2-21/+34
2024-11-15Merge tag 'for-6.12-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-11-15ubifs: Fix uninitialized use of err in ubifs_jnl_write_inode()Nathan Chancellor1-1/+2
2024-11-15ecryptfs: Fix spelling mistake "validationg" -> "validating"Colin Ian King1-1/+1
2024-11-15ecryptfs: Convert ecryptfs to use the new mount APIEric Sandeen2-202/+197
2024-11-15ecryptfs: Factor out mount option validationEric Sandeen2-24/+38
2024-11-15fs: open_by_handle_at() support for decoding "explicit connectable" file handlesAmir Goldstein1-1/+19
2024-11-15fs: name_to_handle_at() support for "explicit connectable" file handlesAmir Goldstein1-5/+43
2024-11-15fs: prepare for "explicit connectable" file handlesAmir Goldstein2-2/+22
2024-11-15ovl: convert ovl_real_fdget() callers to ovl_real_file()Amir Goldstein1-84/+59
2024-11-15ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()Amir Goldstein1-25/+34
2024-11-15ovl: store upper real file in ovl_file structAmir Goldstein1-8/+41
2024-11-15ovl: allocate a container struct ovl_file for ovl private contextAmir Goldstein3-9/+48
2024-11-15ovl: do not open non-data lower file for fsyncAmir Goldstein1-27/+31