summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | debugfs: add API to allow debugfs operations cancellationJohannes Berg2023-11-273-1/+118
| | * | | | debugfs: annotate debugfs handlers vs. removal with lockdepJohannes Berg2023-11-273-0/+28
| | * | | | debugfs: fix automount d_fsdata usageJohannes Berg2023-11-273-9/+36
* | | | | | Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-289-10/+62
|\ \ \ \ \ \
| * | | | | | btrfs: send: ensure send_fd is writableJann Horn2023-11-241-1/+1
| * | | | | | btrfs: free the allocated memory if btrfs_alloc_page_array() failsQu Wenruo2023-11-241-3/+8
| * | | | | | btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba2023-11-241-0/+1
| * | | | | | btrfs: make error messages more clear when getting a chunk mapFilipe Manana2023-11-231-3/+4
| * | | | | | btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana2023-11-231-1/+1
| * | | | | | btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel2023-11-231-0/+2
| * | | | | | btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2023-11-232-1/+5
| * | | | | | btrfs: do not abort transaction if there is already an existing qgroupQu Wenruo2023-11-151-1/+1
| * | | | | | btrfs: tree-checker: add type and sequence check for inline backrefsQu Wenruo2023-11-151-0/+39
* | | | | | | Merge tag '6.7-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-11-279-141/+162
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon2023-11-231-1/+0
| * | | | | | ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon2023-11-231-5/+2
| * | | | | | ksmbd: release interim response after sending status pending responseNamjae Jeon2023-11-232-1/+5
| * | | | | | ksmbd: move oplock handling after unlock parent dirNamjae Jeon2023-11-231-56/+65
| * | | | | | ksmbd: separately allocate ci per dentryNamjae Jeon2023-11-234-25/+18
| * | | | | | ksmbd: fix possible deadlock in smb2_openNamjae Jeon2023-11-235-59/+75
| * | | | | | ksmbd: prevent memory leak on error returnZongmin Zhou2023-11-231-2/+5
| | |_|_|/ / | |/| | | |
* | | | | | 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