summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-2815-200/+116
|\
| * ubifs: add check for crypto_shash_tfm_digestChen Ni2024-07-121-1/+4
| * ubifs: Fix inconsistent inode size when powercut happens during appendant wri...Zhihao Cheng2024-07-121-1/+1
| * ubifs: fix kernel-doc warningsJeff Johnson2024-07-126-6/+10
| * ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang2024-07-124-15/+9
| * ubifs: dbg_orphan_check: Fix missed key type checkingZhihao Cheng2024-07-121-2/+6
| * ubifs: Fix unattached inode when powercut happens in creatingZhihao Cheng2024-07-123-26/+51
| * ubifs: Fix space leak when powercut happens in linking tmpfileZhihao Cheng2024-07-124-17/+15
| * ubifs: Move ui->data initialization after initializing securityZhihao Cheng2024-07-121-8/+10
| * ubifs: Fix adding orphan entry twice for the same inodeZhihao Cheng2024-07-121-1/+1
| * ubifs: Remove insert_dead_orphan from replaying orphan processZhihao Cheng2024-07-121-49/+0
| * Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path"Zhihao Cheng2024-07-121-2/+0
| * ubifs: Don't add xattr inode into orphan areaZhihao Cheng2024-07-122-74/+14
| * ubifs: Fix unattached xattr inode if powercut happens after deletingZhihao Cheng2024-07-121-7/+4
* | Merge tag 'unicode-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-283-2/+5
|\ \
| * | unicode: add MODULE_DESCRIPTION() macrosJeff Johnson2024-06-203-0/+3
| * | unicode: make utf8 test count staticBen Dooks2024-06-201-2/+2
* | | Merge tag '6.11-rc-smb-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2024-07-275-7/+203
|\ \ \
| * | | smb3: add dynamic trace point for session setup key expired failuresSteve French2024-07-262-1/+47
| * | | smb3: add four dynamic tracepoints for copy_file_range and reflinkSteve French2024-07-262-1/+67
| * | | smb3: add dynamic tracepoint for reflink errorsSteve French2024-07-262-0/+62
| * | | cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French2024-07-231-0/+7
| * | | cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French2024-07-231-1/+16
| * | | cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...Steve French2024-07-231-4/+4
* | | | Merge tag 'vfs-6.11-rc1.fixes.3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-272-10/+66
|\ \ \ \
| * | | | hostfs: fix the host directory parse when mounting.Hongbo Li2024-07-271-10/+55
| * | | | fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)2024-07-271-0/+11
* | | | | Merge tag 'mm-hotfixes-stable-2024-07-26-14-33' of git://git.kernel.org/pub/s...Linus Torvalds2024-07-272-7/+22
|\ \ \ \ \
| * | | | | nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi2024-07-262-7/+22
* | | | | | Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-07-265-2/+19
|\ \ \ \ \ \
| * | | | | | ceph: fix incorrect kmalloc size of pagevec mempoolethanwu2024-07-231-1/+2
| * | | | | | ceph: periodically flush the cap releasesXiubo Li2024-07-231-0/+2
| * | | | | | ceph: convert comma to semicolon in __ceph_dentry_dir_lease_touch()Chen Ni2024-07-231-1/+1
| * | | | | | ceph: use cap_wait_list only if debugfs is enabledMax Kellermann2024-07-233-0/+14
* | | | | | | Merge tag 'erofs-for-6.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-265-21/+49
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | erofs: convert comma to semicolonChen Ni2024-07-261-1/+1
| * | | | | | erofs: support multi-page folios for erofs_bread()Gao Xiang2024-07-261-18/+12
| * | | | | | erofs: add support for FS_IOC_GETFSSYSFSPATHHuang Xiaojia2024-07-261-0/+16
| * | | | | | erofs: fix race in z_erofs_get_gbuf()Gao Xiang2024-07-261-0/+3
| * | | | | | erofs: support STATX_DIOALIGNHongbo Li2024-07-261-2/+17
* | | | | | | Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-2510-12/+12
|\ \ \ \ \ \ \
| * | | | | | | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-2410-12/+12
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-253-10/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | hostfs: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-031-0/+1
| * | | | | | hostfs: fix dev_t handlingJohannes Berg2024-07-033-10/+14
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-241-0/+1
|\ \ \ \ \ \
| * | | | | | mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld2024-07-191-0/+1
* | | | | | | Merge tag 'vfs-6.11-rc1.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-2423-182/+261
|\ \ \ \ \ \ \
| * | | | | | | inode: clarify what's lockedChristian Brauner2024-07-241-11/+11
| * | | | | | | vfs: Fix potential circular locking through setxattr() and removexattr()David Howells2024-07-241-43/+48