summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques2021-11-081-11/+63
| * | | | ceph: clean-up metrics data structures to reduce code duplicationLuís Henriques2021-11-083-180/+115
| * | | | ceph: split 'metric' debugfs file into several filesLuís Henriques2021-11-082-26/+57
| * | | | ceph: return the real size read when it hits EOFXiubo Li2021-11-081-5/+8
| * | | | ceph: properly handle statfs on multifs setupsJeff Layton2021-11-081-5/+6
| * | | | ceph: shut down mount on bad mdsmap or fsmap decodeJeff Layton2021-11-083-3/+6
| * | | | ceph: fix mdsmap decode when there are MDS's beyond max_mdsXiubo Li2021-11-081-4/+0
| * | | | ceph: ignore the truncate when size won't change with Fx caps issuedXiubo Li2021-11-081-6/+8
| * | | | ceph: don't rely on error_string to validate blocklisted session.Kotresh HR2021-11-081-2/+19
| * | | | ceph: just use ci->i_version for fscache aux infoJeff Layton2021-11-081-20/+3
| * | | | ceph: shut down access to inode when async create failsJeff Layton2021-11-087-15/+85
| * | | | ceph: refactor remove_session_caps_cbJeff Layton2021-11-083-105/+120
| * | | | ceph: fix auth cap handling logic in remove_session_caps_cbJeff Layton2021-11-081-1/+3
| * | | | ceph: drop private list from remove_session_caps_cbJeff Layton2021-11-081-16/+10
| * | | | ceph: don't use -ESTALE as special return code in try_get_cap_refsJeff Layton2021-11-081-8/+8
| * | | | ceph: print inode numbers instead of pointer valuesJeff Layton2021-11-083-8/+10
| * | | | ceph: enable async dirops by defaultJeff Layton2021-11-082-3/+4
| * | | | ceph: convert to noop_direct_IOJeff Layton2021-11-081-12/+1
* | | | | Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-133-30/+17
|\ \ \ \ \
| * | | | | erofs: remove useless cache strategy of DELAYEDALLOCYue Hu2021-11-082-21/+0
| * | | | | erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang2021-11-082-9/+17
| |/ / / /
* | | | | Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-1318-95/+302
|\ \ \ \ \
| * | | | | f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu2021-11-091-0/+2
| * | | | | f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim2021-11-092-0/+5
| * | | | | f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-2910-26/+44
| * | | | | f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu2021-10-291-1/+1
| * | | | | f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim2021-10-271-2/+1
| * | | | | f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang2021-10-263-18/+39
| * | | | | f2fs: multidevice: support direct IOChao Yu2021-10-264-20/+104
| * | | | | f2fs: introduce fragment allocation mode mount optionDaeho Jeong2021-10-266-5/+70
| * | | | | f2fs: replace snprintf in show functions with sysfs_emitQing Wang2021-10-261-2/+2
| * | | | | f2fs: include non-compressed blocks in compr_written_blockDaeho Jeong2021-10-261-0/+1
| * | | | | f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu2021-10-111-1/+1
| * | | | | f2fs: fix to use WHINT_MODEKeoseong Park2021-10-111-1/+1
| * | | | | f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo2021-09-201-0/+1
| * | | | | f2fs: introduce excess_dirty_threshold()Chao Yu2021-09-203-7/+24
| * | | | | f2fs: avoid attaching SB_ACTIVE flag during mountChao Yu2021-09-162-9/+2
| * | | | | f2fs: quota: fix potential deadlockChao Yu2021-09-161-1/+2
| * | | | | f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2021-09-162-2/+2
* | | | | | Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-139-609/+585
|\ \ \ \ \ \
| * | | | | | afs: Use folios in directory handlingDavid Howells2021-11-102-209/+174
| * | | | | | netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-107-400/+411
* | | | | | | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-1/+28
|\ \ \ \ \ \ \
| * | | | | | | libfs: Support RENAME_EXCHANGE in simple_rename()Lorenz Bauer2021-11-031-1/+4
| * | | | | | | libfs: Move shmem_exchange to simple_rename_exchangeLorenz Bauer2021-11-031-0/+24
* | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-11-108-250/+300
|\ \ \ \ \ \ \ \
| * | | | | | | | ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi2021-11-041-1/+1
| * | | | | | | | ext4: inline data inode fast commit replay fixesHarshad Shirwadkar2021-11-042-1/+9
| * | | | | | | | ext4: commit inline data during fast commitHarshad Shirwadkar2021-11-041-1/+3
| * | | | | | | | ext4: scope ret locally in ext4_try_to_trim_range()Lukas Bulwahn2021-11-041-3/+2