summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi2023-12-071-1/+5
* squashfs: squashfs_read_data need to check if the length is 0Lizhi Xu2023-12-071-1/+1
* mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not setPeter Xu2023-12-071-1/+1
* mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma checkPeter Xu2023-12-071-4/+20
* Merge tag 'afs-fixes-20231124' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-245-3/+18
|\
| * afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYDavid Howells2023-11-241-1/+3
| * afs: Fix file locking on R/O volumes to operate in local modeDavid Howells2023-11-241-0/+2
| * afs: Return ENOENT if no cell DNS record can be foundDavid Howells2023-11-241-0/+10
| * afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells2023-11-171-2/+2
| * afs: Fix afs_server_list to be cleaned up with RCUDavid Howells2023-11-172-1/+2
* | Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-2410-56/+97
|\ \
| * | libfs: getdents() should return 0 after reaching EODChuck Lever2023-11-201-3/+11
| * | xfs: respect the stable writes flag on the RT deviceChristoph Hellwig2023-11-203-0/+23
| * | xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig2023-11-201-10/+12
| * | filemap: add a per-mapping stable writes flagChristoph Hellwig2023-11-201-0/+2
| * | autofs: add: new_inode check in autofs_fill_super()Ian Kent2023-11-201-35/+21
| * | fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger2023-11-184-8/+28
* | | Merge tag 'erofs-for-6.7-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-213-66/+39
|\ \ \
| * | | MAINTAINERS: erofs: add EROFS webpageGao Xiang2023-11-171-1/+1
| * | | erofs: fix NULL dereference of dif->bdev_handle in fscache modeJingbo Xu2023-11-171-2/+3
| * | | erofs: simplify erofs_read_inode()Ferry Meng2023-11-171-63/+35
| |/ /
* | | Merge tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-189-43/+91
|\ \ \
| * | | xfs: recovery should not clear di_flushiter unconditionallyDave Chinner2023-11-131-15/+17
| * | | xfs: inode recovery does not validate the recovered inodeDave Chinner2023-11-132-1/+16
| * | | xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos2023-11-131-1/+1
| * | | xfs: fix internal error from AGFL exhaustionOmar Sandoval2023-11-131-3/+24
| * | | xfs: up(ic_sema) if flushing data device failsLeah Rumancik2023-11-131-11/+12
| * | | xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig2023-11-131-0/+1
| * | | xfs: abort intent items when recovery intents failLong Li2023-11-133-4/+5
| * | | xfs: factor out xfs_defer_pending_abortLong Li2023-11-131-8/+15
| |/ /
* | | Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-11-184-41/+66
|\ \ \
| * | | NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever2023-11-173-24/+54
| * | | NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever2023-11-171-1/+3
| * | | NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever2023-11-171-15/+8
| * | | nfsd: fix file memleak on client_opens_releaseMahmoud Adam2023-11-171-1/+1
* | | | Merge tag '6.7-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-11-184-14/+23
|\ \ \ \
| * | | | cifs: fix lock ordering while disabling multichannelShyam Prasad N2023-11-141-9/+13
| * | | | cifs: fix leak of iface for primary channelShyam Prasad N2023-11-141-0/+6
| * | | | cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina2023-11-131-3/+2
| * | | | cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova2023-11-131-2/+2
| | |/ / | |/| |
* | | | Merge tag 'bcachefs-2023-11-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-11-1727-377/+248
|\ \ \ \
| * | | | bcachefs: Fix missing locking for dentry->d_parent accessKent Overstreet2023-11-161-0/+9
| * | | | bcachefs: six locks: Fix lost wakeupKent Overstreet2023-11-151-2/+5
| * | | | bcachefs: Fix no_data_io mode checksum checkKent Overstreet2023-11-151-1/+1
| * | | | bcachefs: Fix bch2_check_nlinks() for snapshotsKent Overstreet2023-11-151-1/+1
| * | | | bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=yKent Overstreet2023-11-151-4/+0
| * | | | bcachefs: Disable debug log statementsKent Overstreet2023-11-151-0/+7
| * | | | bcachefs: Fix missing transaction commitKent Overstreet2023-11-151-2/+4
| * | | | bcachefs: Fix error path in bch2_mount()Kent Overstreet2023-11-151-7/+1
| * | | | bcachefs: Fix potential sleeping during mountDaniel J Blueman2023-11-151-0/+2