summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.13-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-12-135-24/+38
|\
| * ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon2024-12-111-7/+3
| * ksmbd: fix racy issue from session lookup and expireNamjae Jeon2024-12-114-16/+23
| * ksmbd: retry iterate_dir in smb2_query_dirHobin Woo2024-12-112-1/+12
* | Revert "unicode: Don't special case ignorable code points"Linus Torvalds2024-12-112-3346/+3427
* | Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-115-41/+53
|\ \ | |/ |/|
| * btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana2024-12-061-0/+9
| * btrfs: handle bio_split() errorsJohannes Thumshirn2024-12-061-2/+15
| * btrfs: properly wait for writeback before buffered writeQu Wenruo2024-12-061-0/+1
| * btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana2024-12-031-0/+1
| * btrfs: fix mount failure due to remount racesQu Wenruo2024-12-031-39/+27
* | Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds2024-12-084-30/+33
|\ \
| * | ocfs2: update seq_file index in ocfs2_dlm_seq_nextWengang Wang2024-12-061-0/+1
| * | ocfs2: free inode when ocfs2_get_init_inode() failsTetsuo Handa2024-12-061-1/+3
| * | 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