aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-09-12erofs: reject inodes with negative i_sizeGao Xiang1-3/+6
2024-09-12erofs: restrict pcluster size limitationsGao Xiang2-23/+24
2024-09-12erofs: allocate more short-lived pages from reserved pool firstChunhai Guo1-2/+3
2024-09-12f2fs: remove unused parametersliuderong4-9/+7
2024-09-12erofs: sunset unneeded NOFAILsGao Xiang1-26/+31
2024-09-12cifs: Don't support ITER_XARRAYDavid Howells2-100/+0
2024-09-12cifs: Switch crypto buffer to use a folio_queue rather than an xarrayDavid Howells2-98/+120
2024-09-12cifs: Use iterate_and_advance*() routines directly for hashingDavid Howells1-86/+23
2024-09-12netfs: Cancel dirty folios that have no storage destinationDavid Howells1-1/+5
2024-09-12cachefiles, netfs: Fix write to partial block at EOFDavid Howells3-5/+18
2024-09-12netfs: Remove fs/netfs/io.cDavid Howells1-802/+0
2024-09-12netfs: Speed up buffered readingDavid Howells25-457/+1924
2024-09-12afs: Make read subreqs asyncDavid Howells1-1/+8
2024-09-12netfs: Simplify the writeback codeDavid Howells2-139/+43
2024-09-12netfs: Provide an iterator-reset functionDavid Howells4-8/+23
2024-09-12netfs: Use new folio_queue data type and iterator instead of xarray iterDavid Howells6-57/+145
2024-09-12cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEsDavid Howells1-3/+68
2024-09-12fs: remove f_versionChristian Brauner1-5/+4
2024-09-12pipe: use f_pipeChristian Brauner1-3/+5
2024-09-12fs: add f_pipeChristian Brauner1-0/+7
2024-09-12ubifs: store cookie in private dataChristian Brauner1-18/+46
2024-09-12ufs: store cookie in private dataChristian Brauner1-3/+25
2024-09-12udf: store cookie in private dataChristian Brauner1-3/+25
2024-09-12proc: store cookie in private dataChristian Brauner1-6/+24
2024-09-12ocfs2: store cookie in private dataChristian Brauner3-3/+12
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter63-415/+725
2024-09-11f2fs: fix to don't panic system for no free segment fault injectionChao Yu1-3/+3
2024-09-11f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu1-4/+6
2024-09-11f2fs: add valid block ratio not to do excessive GC for one time GCDaeho Jeong6-7/+22
2024-09-11f2fs: create gc_no_zoned_gc_percent and gc_boost_zoned_gc_percentDaeho Jeong3-3/+17
2024-09-11f2fs: do FG_GC when GC boosting is required for zoned devicesDaeho Jeong2-7/+18
2024-09-11f2fs: increase BG GC migration window granularity when boosted for zoned devicesDaeho Jeong2-2/+11
2024-09-11f2fs: add reserved_segments sysfs nodeDaeho Jeong1-0/+2
2024-09-11f2fs: introduce migration_window_granularityDaeho Jeong5-10/+33
2024-09-11f2fs: make BG GC more aggressive for zoned devicesDaeho Jeong4-6/+65
2024-09-11f2fs: avoid unused block when dio write in LFS modeDaejun Park1-0/+8
2024-09-11f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu1-1/+12
2024-09-11f2fs: get rid of online repaire on corrupted directoryChao Yu2-79/+0
2024-09-11f2fs: prevent atomic file from being dirtied before commitDaeho Jeong3-1/+14
2024-09-10btrfs: only unlock the to-be-submitted ranges inside a folioQu Wenruo3-38/+86
2024-09-10btrfs: merge btrfs_folio_unlock_writer() into btrfs_folio_end_writer_lock()Qu Wenruo3-50/+35
2024-09-10btrfs: BTRFS_PATH_AUTO_FREE in orphan.cLeo Martins1-17/+7
2024-09-10btrfs: use btrfs_path auto free in zoned.cLeo Martins1-23/+11
2024-09-10btrfs: DEFINE_FREE for struct btrfs_pathLeo Martins1-0/+5
2024-09-10btrfs: remove btrfs_folio_end_all_writers()Qu Wenruo3-51/+10
2024-09-10btrfs: constify more pointer parametersDavid Sterba18-83/+81
2024-09-10btrfs: rework BTRFS_I as macro to preserve parameter constDavid Sterba1-4/+6
2024-09-10btrfs: add and use helper to verify the calling task has locked the inodeFilipe Manana6-7/+15
2024-09-10btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani2-5/+3
2024-09-10btrfs: convert copy_inline_to_page() to use folioLi Zetao1-17/+18