aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-06Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-42/+79
2023-08-06fs: rely on ->iterate_shared to determine f_pos lockingChristian Brauner1-1/+1
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds10-39/+76
2023-08-06proc: fix missing conversion to 'iterate_shared'Linus Torvalds1-1/+1
2023-08-06open: make RESOLVE_CACHED correctly test for O_TMPFILEAleksa Sarai1-1/+1
2023-08-05Merge tag '6.5-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+5
2023-08-04Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds3-2/+17
2023-08-04file: reinstate f_pos locking optimization for regular filesLinus Torvalds1-1/+17
2023-08-03Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-3/+6
2023-08-03Merge tag 'erofs-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+4
2023-08-02Merge tag 'exfat-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-20/+22
2023-08-02smb: client: fix dfs link mount against w2k8Paulo Alcantara1-1/+5
2023-08-02ceph: defer stopping mdsc delayed_workXiubo Li3-2/+17
2023-08-01erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang1-2/+0
2023-08-01erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang1-3/+4
2023-07-30nfsd: Fix reading via spliceDavid Howells1-3/+6
2023-07-29Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-7/+19
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim1-12/+0
2023-07-28Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2023-07-28Merge tag 'ceph-for-6.5-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2023-07-28Merge tag '9p-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-19/+8
2023-07-27proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter1-1/+1
2023-07-27Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+2
2023-07-27Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-29/+75
2023-07-26splice, net: Fix splice_to_socket() for O_NONBLOCK socketJan Stancek1-0/+2
2023-07-26cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N1-0/+5
2023-07-26Merge tag '6.5-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds7-59/+88
2023-07-26btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana1-2/+7
2023-07-25ovl: Always reevaluate the file signature for IMAEric Snowberg1-1/+1
2023-07-25Merge tag 'nfsd-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-2/+0
2023-07-25smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French1-1/+3
2023-07-25cifs: fix charset issue in reconnectionWinston Wen5-4/+9
2023-07-25fs/nls: make load_nls() take a const parameterWinston Wen1-2/+2
2023-07-24file: always lock position for FMODE_ATOMIC_POSChristian Brauner1-4/+2
2023-07-24btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana1-0/+1
2023-07-24btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana3-26/+53
2023-07-24ceph: never send metrics if disable_send_metrics is setXiubo Li1-1/+1
2023-07-23Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-249/+257
2023-07-23Merge tag '6.5-rc2-smb3-client-fixes-ver2' of git://git.samba.org/sfrench/cif...Linus Torvalds2-6/+15
2023-07-23ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon3-10/+18
2023-07-23ksmbd: no response from compound readNamjae Jeon1-0/+5
2023-07-23ksmbd: validate session id and tree id in compound requestNamjae Jeon1-6/+6
2023-07-23ksmbd: fix out of bounds in smb3_decrypt_req()Namjae Jeon1-1/+2
2023-07-23ksmbd: check if a mount point is crossed during path lookupNamjae Jeon4-39/+53
2023-07-23ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo1-27/+131
2023-07-23ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Ojaswin Mujoo1-5/+9
2023-07-23ext4: correct inline offset when handling xattrs in inode bodyEric Whitney1-0/+14
2023-07-22cifs: update internal module version number for cifs.koSteve French1-2/+2
2023-07-22cifs: allow dumping keys for directories tooShyam Prasad N1-4/+13
2023-07-20fs/9p: Remove unused extern declarationYueHaibing1-2/+0
2023-07-209p: remove dead stores (variable set again without being read)Dominique Martinet2-7/+0
2023-07-209p: fix ignored return value in v9fs_dir_releaseDominique Martinet1-2/+3
2023-07-20btrfs: account block group tree when calculating global reserve sizeFilipe Manana1-0/+5
2023-07-20btrfs: zoned: do not enable async discardNaohiro Aota2-1/+9
2023-07-20Merge tag 'iomap-6.5-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+2
2023-07-20Merge tag 'xfs-6.5-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-13/+71
2023-07-20fs/9p: remove unnecessary invalidate_inode_pages2Eric Van Hensbergen1-1/+0
2023-07-20fs/9p: fix type mismatch in file cache mode helperEric Van Hensbergen1-2/+2
2023-07-20fs/9p: fix typo in comparison logic for cache modeEric Van Hensbergen1-1/+1
2023-07-20fs/9p: remove unnecessary and overrestrictive checkEric Van Hensbergen1-3/+1
2023-07-20Merge tag 'for-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-46/+79
2023-07-19Merge tag 'fuse-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-13/+20
2023-07-18nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust1-2/+0
2023-07-18btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana1-0/+1
2023-07-18btrfs: fix ordered extent split error handling in btrfs_dio_submit_ioChristoph Hellwig1-2/+5
2023-07-18btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik1-3/+11
2023-07-18btrfs: raid56: always verify the P/Q contents for scrubQu Wenruo1-8/+3
2023-07-18btrfs: use irq safe locking when running and adding delayed iputsFilipe Manana1-10/+25
2023-07-18btrfs: fix iput() on error pointer after error during orphan cleanupFilipe Manana1-10/+10
2023-07-18btrfs: fix double iput() on inode after an error during orphan cleanupFilipe Manana1-0/+1
2023-07-18btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana1-0/+1
2023-07-17iomap: micro optimize the ki_pos assignment in iomap_file_buffered_writeChristoph Hellwig1-1/+1
2023-07-17iomap: fix a regression for partial write errorsChristoph Hellwig1-1/+1
2023-07-17xfs: convert flex-array declarations in xfs attr shortform objectsDarrick J. Wong2-1/+2
2023-07-17xfs: convert flex-array declarations in xfs attr leaf blocksDarrick J. Wong2-10/+67
2023-07-17xfs: convert flex-array declarations in struct xfs_attrlist*Darrick J. Wong1-2/+2
2023-07-16Merge tag '6.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-31/+43
2023-07-15exfat: release s_lock before calling dir_emit()Sungjong Seo1-15/+12
2023-07-14cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N1-4/+15
2023-07-14cifs: is_network_name_deleted should return a boolShyam Prasad N3-7/+14
2023-07-13exfat: check if filename entries exceeds max filename lengthNamjae Jeon1-2/+7
2023-07-12smb: client: fix missed ses refcountingPaulo Alcantara2-17/+11
2023-07-12smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva1-1/+1
2023-07-12ksmbd: Fix unsigned expression compared with zeroWang Ming1-3/+4
2023-07-12erofs: fix fsdax unavailability for chunk-based regular filesXin Yin1-1/+2
2023-07-12erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo1-1/+1
2023-07-12erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo1-1/+1
2023-07-12erofs: simplify z_erofs_transform_plain()Gao Xiang1-11/+8
2023-07-12erofs: get rid of the remaining kmap_atomic()Gao Xiang1-9/+9
2023-07-11btrfs: fix use-after-free of new block group that became unusedFilipe Manana2-2/+16
2023-07-11btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig1-1/+2
2023-07-11btrfs: fix race between balance and cancel/pauseJosef Bacik1-10/+4
2023-07-11exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfreegaoming1-3/+3
2023-07-10jbd2: remove __journal_try_to_free_buffer()Zhang Yi1-24/+7
2023-07-10jbd2: fix a race when checking checkpoint buffer busyZhang Yi2-15/+40
2023-07-10jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng1-15/+17
2023-07-10jbd2: remove journal_clean_one_cp_list()Zhang Yi1-58/+17
2023-07-10jbd2: remove t_checkpoint_io_listZhang Yi2-42/+3
2023-07-10jbd2: recheck chechpointing non-dirty bufferZhang Yi1-73/+29
2023-07-10cifs: if deferred close is disabled then close files immediatelyBharath SM1-2/+2
2023-07-10fs/9p: Fix a datatype used with V9FS_DIRECT_IOChristophe JAILLET1-1/+1
2023-07-09Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds4-5/+72
2023-07-08Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds2-7/+26
2023-07-08squashfs: fix cache race with migrationVincent Whitchurch1-4/+23
2023-07-08docs: update ocfs2-devel mailing list addressAnthony Iliopoulos1-3/+3
2023-07-07xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong1-1/+1
2023-07-07Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds8-40/+154
2023-07-07Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds17-237/+531
2023-07-07Merge tag 'fsnotify_for_v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+14
2023-07-06Merge tag 'v6.5/vfs.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+5
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2023-07-05cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2-0/+68
2023-07-05Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-404/+1031
2023-07-05Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds21-331/+586
2023-07-04afs: Fix accidental truncation when storing dataDavid Howells1-3/+5
2023-07-04Merge tag 'ovl-update-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-564/+581
2023-07-04Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-237/+277
2023-07-04fanotify: disallow mount/sb marks on kernel internal pseudo fsAmir Goldstein1-0/+14
2023-07-04fs: don't assume arguments are non-NULLChristian Brauner1-2/+4
2023-07-04fs: no need to check sourceJan Kara1-2/+1
2023-07-03gfs2: Add quota_change typeBob Peterson2-11/+15
2023-07-03gfs2: Use memcpy_{from,to}_page where appropriateAndreas Gruenbacher3-15/+7
2023-07-03gfs2: Convert remaining kmap_atomic calls to kmap_local_pageAndreas Gruenbacher2-8/+9
2023-07-03gfs2: Replace deprecated kmap_atomic with kmap_local_pageDeepak R Varma1-4/+4
2023-07-03gfs: Get rid of unnucessary locking in inode_go_dumpAndreas Gruenbacher2-12/+7
2023-07-03gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher4-12/+7
2023-07-03gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher7-31/+17
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher7-110/+178
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-13/+10
2023-07-03xfs: Remove unneeded semicolonYang Li1-1/+1
2023-07-03xfs: AGI length should be bounds checkedDarrick J. Wong3-39/+60
2023-07-03ovl: move all parameter handling into params.{c,h}Christian Brauner4-564/+581
2023-07-03fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/Konstantin Komarov1-3/+4
2023-07-03fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l...Konstantin Komarov3-2/+195
2023-07-03fs/ntfs3: Fix endian problemKonstantin Komarov2-7/+6
2023-07-03fs/ntfs3: Add ability to format new mft records with bigger/smaller headerKonstantin Komarov3-3/+14
2023-07-03fs/ntfs3: Code refactoringKonstantin Komarov7-81/+88
2023-07-03fs/ntfs3: Code formattingKonstantin Komarov14-83/+92
2023-07-03fs/ntfs3: Do not update primary boot in ntfs_init_from_boot()Konstantin Komarov1-19/+39
2023-07-03fs/ntfs3: Alternative boot if primary boot is corruptedKonstantin Komarov1-27/+71
2023-07-03fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov4-1/+15
2023-07-03fs/ntfs3: Fix ntfs_atomic_openKonstantin Komarov1-12/+3
2023-07-03fs/ntfs3: Correct checking while generating attr_listKonstantin Komarov1-15/+10
2023-07-03fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()Tetsuo Handa1-2/+2
2023-07-03fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai1-2/+2
2023-07-03fs/ntfs3: Return error for inconsistent extended attributesEdward Lo1-0/+1
2023-07-03fs/ntfs3: Enhance sanity check while generating attr_listEdward Lo1-5/+11
2023-07-03fs/ntfs3: Use wrapper i_blocksize() in ntfs_zero_range()Yangtao Li1-1/+1
2023-07-03ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr()Zeng Heng1-0/+3
2023-07-02Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-07-02xfs: fix the calculation for "end" and "length"Shiyang Ruan1-4/+5
2023-07-02xfs: fix xfs_btree_query_range callers to initialize btree rec fullyDarrick J. Wong3-20/+13
2023-07-02xfs: validate fsmap offsets specified in the query keysDarrick J. Wong1-11/+19
2023-07-02xfs: fix logdev fsmap query result filteringDarrick J. Wong1-22/+8
2023-07-02xfs: clean up the rtbitmap fsmap backendDarrick J. Wong2-53/+34
2023-07-02xfs: fix getfsmap reporting past the last rt extentDarrick J. Wong1-1/+1
2023-07-02xfs: fix integer overflows in the fsmap rtbitmap and logdev backendsDarrick J. Wong1-26/+64
2023-07-02xfs: fix interval filtering in multi-step fsmap queriesDarrick J. Wong1-19/+48
2023-07-02fs: move cleanup from init_file() into its callersAmir Goldstein1-4/+10
2023-07-01Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-393/+773
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+9
2023-07-01Merge tag 'sysctl-fixes-v2-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2023-07-01smb: client: remove redundant pointer 'server'Colin Ian King1-2/+0
2023-07-01cifs: fix session state transition to avoid use-after-free issueWinston Wen1-3/+4
2023-06-30Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds20-345/+403
2023-06-30Merge tag '6.5-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds9-77/+88
2023-06-30Merge tag 'nfsd-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-5/+5
2023-06-30Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+38
2023-06-30f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu3-8/+12
2023-06-30f2fs: only set release for file that has compressed dataSheng Yong1-3/+5
2023-06-30f2fs: fix compile warning in f2fs_destroy_node_manager()Chao Yu2-8/+9
2023-06-30f2fs: fix error path handling in truncate_dnode()Chao Yu1-1/+3
2023-06-30f2fs: fix deadlock in i_xattr_sem and inode page lockJaegeuk Kim2-3/+12
2023-06-30sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix1-1/+1
2023-06-30ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li1-0/+9
2023-06-30ceph: issue a cap release immediately if no cap existsXiubo Li1-11/+29
2023-06-30ceph: trigger to flush the buffer when making snapshotXiubo Li2-3/+12
2023-06-30ceph: fix blindly expanding the readahead windowsXiubo Li1-7/+33
2023-06-30ceph: add a dedicated private data for netfs rreqXiubo Li2-11/+47
2023-06-30ceph: voluntarily drop Xx caps for requests those touch parent mtimeXiubo Li2-8/+12
2023-06-30ceph: try to dump the msgs when decoding failsXiubo Li1-0/+4
2023-06-30ceph: only send metrics when the MDS rank is readyXiubo Li1-0/+8
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds29-290/+465
2023-06-29Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-31/+63
2023-06-29Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds13-222/+203
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-14/+19
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds16-578/+883
2023-06-29Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggyLinus Torvalds4-1/+22
2023-06-29Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds13-699/+1350
2023-06-29Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington1-4/+2
2023-06-29NFS: Don't cleanup sysfs superblock entry if uninitializedBenjamin Coddington1-2/+4
2023-06-29xfs: fix bounds check in xfs_defer_agfl_block()Dave Chinner1-5/+6
2023-06-29xfs: AGF length has never been bounds checkedDave Chinner1-34/+56
2023-06-29xfs: journal geometry is not properly bounds checkedDave Chinner2-33/+70
2023-06-29xfs: don't block in busy flushing when freeing extentsDave Chinner4-30/+88
2023-06-29xfs: allow extent free intents to be retriedDave Chinner1-3/+69
2023-06-29xfs: pass alloc flags through to xfs_extent_busy_flush()Dave Chinner4-47/+56
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner11-26/+33
2023-06-29xfs: don't reverse order of items in bulk AIL insertionDave Chinner1-1/+1