summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2024-08-081-5/+5
|\
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-07-29145-1680/+2435
| |\
| * | printk: Add a short description string to kmsg_dump()Jocelyn Falempe2024-07-171-5/+5
* | | Merge tag '6.11-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-08-0410-96/+119
|\ \ \
| * | | cifs: update internal version numberSteve French2024-08-021-2/+2
| * | | smb: client: fix FSCTL_GET_REPARSE_POINT against NetAppPaulo Alcantara2024-08-021-2/+4
| * | | smb3: add dynamic tracepoints for shutdown ioctlSteve French2024-08-022-8/+75
| * | | cifs: Remove cifs_aio_ctxDavid Howells2024-08-023-80/+0
| * | | smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara2024-08-024-4/+38
* | | | Merge tag 'xfs-6.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-08-038-31/+44
|\ \ \ \
| * | | | xfs: convert comma to semicolonChen Ni2024-07-291-1/+1
| * | | | xfs: convert comma to semicolonChen Ni2024-07-291-1/+1
| * | | | xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2024-07-292-15/+15
| * | | | xfs: fix file_path handling in tracepointsDarrick J. Wong2024-07-292-12/+8
| * | | | xfs: allow SECURE namespace xattrs to use reserved block poolEric Sandeen2024-07-291-1/+18
| * | | | xfs: fix a memory leakDarrick J. Wong2024-07-291-1/+1
| |/ / /
* | | | Merge tag 'ceph-for-6.11-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds2024-08-022-14/+28
|\ \ \ \
| * | | | ceph: force sending a cap update msg back to MDS for revoke opXiubo Li2024-08-012-14/+28
| |/ / /
* | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-08-021-0/+1
|\ \ \ \
| * | | | protect the fetch of ->fd[fd] in do_dup2() from mispredictionsAl Viro2024-08-011-0/+1
| |/ / /
* | | | Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-3112-31/+217
|\ \ \ \
| * | | | btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba2024-07-301-1/+1
| * | | | btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana2024-07-293-13/+43
| * | | | btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota2024-07-295-8/+15
| * | | | btrfs: do not subtract delalloc from avail bytesNaohiro Aota2024-07-291-2/+1
| * | | | btrfs: make cow_file_range_inline() honor locked_page on errorBoris Burkov2024-07-291-6/+10
| * | | | btrfs: fix corrupt read due to bad offset of a compressed extent mapFilipe Manana2024-07-252-1/+100
| * | | | btrfs: tree-checker: validate dref root and objectidQu Wenruo2024-07-251-0/+47
* | | | | minmax: don't use max() in situations that want a C constant expressionLinus Torvalds2024-07-291-1/+1
| |/ / / |/| | |
* | | | 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-213-0/+3
| * | | | unicode: make utf8 test count staticBen Dooks2024-06-211-2/+2
* | | | | Merge tag '6.11-rc-smb-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2024-07-285-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