aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-22xfs: delalloc and quota softlimit timers are incoherentDave Chinner1-13/+0
2024-11-22xfs: fix sparse inode limits on runt AGDave Chinner1-7/+9
2024-11-22xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-11-22xfs: eliminate lockdep false positives in xfs_attr_shortform_listLong Li1-1/+2
2024-11-21Merge tag 'configfs-6.13-2024-11-19' of git://git.infradead.org/users/hch/con...Linus Torvalds3-37/+34
2024-11-21Merge tag 'jfs-6.13' of github.com:kleikamp/linux-shaggyLinus Torvalds3-1/+22
2024-11-21Merge tag 'dlm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds8-153/+165
2024-11-21Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-51/+74
2024-11-21Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds36-32718/+8
2024-11-21Merge tag 'for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2-5/+4
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds155-2946/+9568
2024-11-21Merge tag 'erofs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-296/+265
2024-11-21smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich1-41/+29
2024-11-21smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich1-13/+14
2024-11-21smb: client: handle max length for SMB symlinksPaulo Alcantara2-1/+6
2024-11-21smb: client: get rid of bounds check in SMB2_ioctl_init()Paulo Alcantara1-9/+0
2024-11-21smb: client: improve compound padding in encryptionPaulo Alcantara3-63/+18
2024-11-21smb3: request handle caching when caching directoriesSteve French1-1/+1
2024-11-21cifs: Recognize SFU char/block devices created by Windows NFS server on Windo...Pali Rohár1-0/+22
2024-11-21CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja6-0/+117
2024-11-21smb/client: Prevent error pointer dereferenceDan Carpenter1-2/+4
2024-11-21fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme4-23/+37
2024-11-21smb: cached directories can be more than root file handlePaul Aurich1-1/+1
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-69/+136
2024-11-21f2fs: fix to shrink read extent node in batchesChao Yu1-28/+41
2024-11-21f2fs: print message if fscorrupted was found in f2fs_new_node_page()Chao Yu1-1/+6
2024-11-21f2fs: clear SBI_POR_DOING before initing inmem cursegSheng Yong1-3/+3
2024-11-21f2fs: fix changing cursegs if recovery fails on zoned deviceSheng Yong4-28/+28
2024-11-21f2fs: adjust unusable cap before checkpoint=disable modeDaeho Jeong1-1/+1
2024-11-21f2fs: fix to requery extent which cross boundary of inquiryChao Yu1-5/+15
2024-11-21f2fs: fix to adjust appropriate length for fiemapZhiguo Niu1-3/+3
2024-11-21f2fs: clean up w/ F2FS_{BLK_TO_BYTES,BTYES_TO_BLK}Chao Yu1-39/+29
2024-11-21f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflowChao Yu1-1/+1
2024-11-21f2fs: replace deprecated strcpy with strscpyDaniel Yang1-2/+10
2024-11-21Revert "f2fs: remove unreachable lazytime mount option parsing"Jaegeuk Kim1-0/+10
2024-11-21statmount: fix security option retrievalChristian Brauner1-1/+1
2024-11-21statmount: clean up unescaped option handlingMiklos Szeredi1-25/+19
2024-11-21iomap: elide flush from partial eof zero rangeBrian Foster1-4/+24
2024-11-21iomap: lift zeroed mapping handling into iomap_zero_range()Brian Foster1-42/+24
2024-11-21iomap: reset per-iter state on non-error iter advancesBrian Foster1-6/+5
2024-11-21fscache: Remove duplicate included headerThorsten Blum1-1/+0
2024-11-21iomap: warn on zero range of a post-eof folioBrian Foster1-0/+2
2024-11-20ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev1-0/+3
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-6/+4
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+4
2024-11-19Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2024-11-19gfs2: Prevent inode creation raceAndreas Gruenbacher1-0/+7
2024-11-19gfs2: Only defer deletes when we have an iopen glockAndreas Gruenbacher1-4/+7
2024-11-19ceph: improve caps debugging outputPatrick Donnelly1-18/+17