summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()Ryusuke Konishi2024-12-061-1/+1
| * | | fs/proc/vmcore.c: fix warning when CONFIG_MMU=nAndrew Morton2024-12-061-28/+28
| | |/ | |/|
* | | Merge tag '6.13-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-12-086-65/+175
|\ \ \
| * | | smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara2024-12-061-3/+1
| * | | smb3.1.1: fix posix mounts to older serversSteve French2024-12-063-5/+11
| * | | fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse pointsRalph Boehme2024-12-051-1/+17
| * | | fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme2024-12-054-60/+149
| * | | fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIXRalph Boehme2024-12-041-1/+2
| |/ /
* | | Merge tag 'ubifs-for-linus-6.13-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-12-071-1/+1
|\ \ \
| * | | jffs2: Fix rtime decompressorRichard Weinberger2024-12-051-1/+1
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-12-061-1/+1
|\ \ \ \
| * | | | arm64: mte: set VM_MTE_ALLOWED for hugetlbfs at correct placeYang Shi2024-12-021-1/+1
| | |/ / | |/| |
* | | | Merge tag 'v6.13-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-12-052-3/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic operationsNorbert Szetei2024-12-051-1/+1
| * | | ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_writeJordy Zomer2024-12-021-0/+2
| * | | ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_readJordy Zomer2024-12-021-0/+4
| * | | smb: server: Fix building with GCC 15Brahmajit Das2024-12-021-2/+2
| |/ /
* | | Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-037-8/+43
|\ \ \ | | |/ | |/|
| * | btrfs: fix lockdep warnings on io_uring encoded readsMark Harmstone2024-11-292-0/+20
| * | btrfs: ref-verify: fix use-after-free after invalid ref actionFilipe Manana2024-11-291-0/+1
| * | btrfs: add a sanity check for btrfs root in btrfs_search_slot()Lizhi Xu2024-11-291-1/+5
| * | btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana2024-11-291-1/+1
| * | btrfs: sysfs: advertise experimental features only if CONFIG_BTRFS_EXPERIMENT...Filipe Manana2024-11-281-2/+2
| * | btrfs: fix deadlock between transaction commits and extent locksFilipe Manana2024-11-281-3/+13
| * | btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn2024-11-281-1/+1
* | | Merge tag 'fs_for_v6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-032-1/+17
|\ \ \
| * | | udf: Verify inode link counts before performing renameJan Kara2024-11-261-0/+10
| * | | udf: Skip parent dir link count update if corruptedJan Kara2024-11-261-1/+5
| * | | quota: flush quota_release_work upon quota writebackOjaswin Mujoo2024-11-261-0/+2
* | | | Merge tag 'xfs-fixes-6.13-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-12-038-36/+26
|\ \ \ \
| * | | | xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delayChristoph Hellwig2024-11-281-4/+2
| * | | | xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak2024-11-281-4/+1
| * | | | xfs: prevent mount and log shutdown raceDave Chinner2024-11-222-0/+12
| * | | | xfs: delalloc and quota softlimit timers are incoherentDave Chinner2024-11-221-13/+0
| * | | | xfs: fix sparse inode limits on runt AGDave Chinner2024-11-221-7/+9
| * | | | xfs: remove unknown compat feature check in superblock write validationLong Li2024-11-221-7/+0
| * | | | xfs: eliminate lockdep false positives in xfs_attr_shortform_listLong Li2024-11-221-1/+2
* | | | | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
* | | | | Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-021-1/+1
| |_|_|/ |/| | |
* | | | Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-301-2/+3
|\ \ \ \
| * | | | hostfs: Fix the NULL vs IS_ERR() bug for __filemap_get_folio()ZhangPeng2024-11-151-2/+2
| * | | | hostfs: Do not propagate hostfs parameter to kernelTiwei Bie2024-10-231-0/+1
* | | | | Merge tag 'ubifs-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-11-3015-84/+37
|\ \ \ \ \
| * | | | | ubifs: Fix uninitialized use of err in ubifs_jnl_write_inode()Nathan Chancellor2024-11-151-1/+2
| * | | | | jffs2: Prevent rtime decompress memory corruptionKinsey Moore2024-11-141-0/+3
| * | | | | jffs2: remove redundant check on outpos > posColin Ian King2024-11-141-5/+0
| * | | | | fs: jffs2: Fix inconsistent indentation in jffs2_mark_node_obsoleteSuraj Sonawane2024-11-141-4/+4
| * | | | | jffs2: Correct some typos in commentsShen Lichuan2024-11-142-2/+2
| * | | | | jffs2: fix use of uninitialized variableQingfang Deng2024-11-141-4/+3
| * | | | | jffs2: Use str_yes_no() helper functionThorsten Blum2024-11-141-4/+5