summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-23f2fs: clean up error handling in sanity_check_{compress_,}inode()Chao Yu1-19/+4
2023-08-21f2fs: avoid false alarm of circular lockingJaegeuk Kim2-10/+17
2023-08-19Revert "f2fs: do not issue small discard commands during checkpoint"Chao Yu1-1/+1
2023-08-14f2fs: should update REQ_TIME for direct writeZhiguo Niu1-0/+1
2023-08-14f2fs: fix to account cp stats correctlyChao Yu8-17/+50
2023-08-14f2fs: fix to account gc stats correctlyChao Yu7-35/+54
2023-08-14f2fs: remove unneeded check condition in __f2fs_setxattr()Chao Yu1-1/+1
2023-08-14f2fs: fix to update i_ctime in __f2fs_setxattr()Chao Yu1-2/+2
2023-08-14Revert "f2fs: fix to do sanity check on extent cache correctly"Chao Yu1-6/+6
2023-08-14f2fs: increase usage of folio_next_index() helperMinjie Du1-2/+1
2023-08-14f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo1-5/+5
2023-08-14f2fs: check zone type before sending async reset zone commandShin'ichiro Kawasaki2-11/+44
2023-08-14f2fs: compress: don't {,de}compress non-full clusterChao Yu1-12/+8
2023-08-14f2fs: allow f2fs_ioc_{,de}compress_file to be interruptedChao Yu1-0/+12
2023-08-14f2fs: don't reopen the main block device in f2fs_scan_devicesChristoph Hellwig1-12/+8
2023-08-14f2fs: fix to avoid mmap vs set_compress_option caseChao Yu2-6/+20
2023-08-14f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim1-6/+2
2023-08-14f2fs: flush inode if atomic file is abortedJaegeuk Kim1-0/+2
2023-08-14f2fs: don't handle error case of f2fs_compress_alloc_page()Chao Yu1-13/+1
2023-08-14Revert "f2fs: clean up w/ sbi->log_sectors_per_block"Jaegeuk Kim1-11/+12
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-09Merge 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-08xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong1-1/+1
2023-07-08Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds8-40/+154
2023-07-08Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds17-237/+531
2023-07-08Merge tag 'fsnotify_for_v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+14
2023-07-07Merge 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-06cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2-0/+68
2023-07-06Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-404/+1031
2023-07-06Merge 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