summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-11-262-48/+30
|\
| * eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)2023-11-221-0/+4
| * eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)2023-11-221-9/+4
| * eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)2023-11-221-14/+2
| * eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)2023-11-221-2/+2
| * eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)2023-11-201-13/+6
| * eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)2023-11-201-10/+12
* | Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-11-2610-375/+314
|\ \
| * | smb: client: introduce cifs_sfu_make_node()Paulo Alcantara2023-11-233-120/+52
| * | smb: client: set correct file type from NFS reparse pointsPaulo Alcantara2023-11-238-61/+116
| * | smb: client: introduce ->parse_reparse_point()Paulo Alcantara2023-11-234-42/+56
| * | smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara2023-11-235-175/+113
| * | cifs: fix use after free for iface while disabling secondary channelsRitvik Budhiraja2023-11-231-1/+1
| |/
* | Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-252-5/+21
|\ \
| * | xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong2023-11-221-0/+14
| * | xfs: clean up dqblk extractionDarrick J. Wong2023-11-222-5/+7
| |/
* | Merge tag 'afs-fixes-20231124' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-245-3/+18
|\ \
| * | afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYDavid Howells2023-11-241-1/+3
| * | afs: Fix file locking on R/O volumes to operate in local modeDavid Howells2023-11-241-0/+2
| * | afs: Return ENOENT if no cell DNS record can be foundDavid Howells2023-11-241-0/+10
| * | afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells2023-11-171-2/+2
| * | afs: Fix afs_server_list to be cleaned up with RCUDavid Howells2023-11-172-1/+2
* | | Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-2410-56/+97
|\ \ \
| * | | libfs: getdents() should return 0 after reaching EODChuck Lever2023-11-201-3/+11
| * | | xfs: respect the stable writes flag on the RT deviceChristoph Hellwig2023-11-203-0/+23
| * | | xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig2023-11-201-10/+12
| * | | filemap: add a per-mapping stable writes flagChristoph Hellwig2023-11-201-0/+2
| * | | autofs: add: new_inode check in autofs_fill_super()Ian Kent2023-11-201-35/+21
| * | | fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger2023-11-184-8/+28
* | | | Merge tag 'erofs-for-6.7-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-213-66/+39
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINTAINERS: erofs: add EROFS webpageGao Xiang2023-11-171-1/+1
| * | | erofs: fix NULL dereference of dif->bdev_handle in fscache modeJingbo Xu2023-11-171-2/+3
| * | | erofs: simplify erofs_read_inode()Ferry Meng2023-11-171-63/+35
| |/ /
* | | Merge tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-189-43/+91
|\ \ \
| * | | xfs: recovery should not clear di_flushiter unconditionallyDave Chinner2023-11-131-15/+17
| * | | xfs: inode recovery does not validate the recovered inodeDave Chinner2023-11-132-1/+16
| * | | xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos2023-11-131-1/+1
| * | | xfs: fix internal error from AGFL exhaustionOmar Sandoval2023-11-131-3/+24
| * | | xfs: up(ic_sema) if flushing data device failsLeah Rumancik2023-11-131-11/+12
| * | | xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig2023-11-131-0/+1
| * | | xfs: abort intent items when recovery intents failLong Li2023-11-133-4/+5
| * | | xfs: factor out xfs_defer_pending_abortLong Li2023-11-131-8/+15
| |/ /
* | | Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-11-184-41/+66
|\ \ \
| * | | NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever2023-11-173-24/+54
| * | | NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever2023-11-171-1/+3
| * | | NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever2023-11-171-15/+8
| * | | nfsd: fix file memleak on client_opens_releaseMahmoud Adam2023-11-171-1/+1
* | | | Merge tag '6.7-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-11-184-14/+23
|\ \ \ \
| * | | | cifs: fix lock ordering while disabling multichannelShyam Prasad N2023-11-141-9/+13
| * | | | cifs: fix leak of iface for primary channelShyam Prasad N2023-11-141-0/+6