summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-03f2fs: add compress_mode mount optionDaeho Jeong5-3/+56
2020-12-02f2fs: Remove unnecessary unlikely()Yangtao Li1-3/+1
2020-12-02f2fs: init dirty_secmap incorrectlyJack Qiu1-1/+1
2020-12-02f2fs: remove buffer_head which has 32bits limitJaegeuk Kim1-42/+34
2020-12-02f2fs: fix wrong block count instead of bytesJaegeuk Kim1-2/+2
2020-12-02f2fs: use new conversion functions between blks and bytesJaegeuk Kim1-25/+21
2020-12-02f2fs: rename logical_to_blk and blk_to_logicalJaegeuk Kim1-20/+20
2020-12-02f2fs: fix kbytes written stat for multi-device caseChao Yu4-16/+27
2020-12-02f2fs: compress: support chksumChao Yu4-2/+49
2020-12-02f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu2-26/+40
2020-12-02f2fs: change to use rwsem for cp_mutexSahitya Tummala5-10/+10
2020-12-02f2fs: Handle casefolding with EncryptionDaniel Rosenberg6-33/+106
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg12-33/+3
2020-12-02libfs: Add generic function for setting dentry_opsDaniel Rosenberg1-0/+70
2020-12-02f2fs: Remove the redundancy initializationZhang Qilong2-2/+2
2020-12-02f2fs: remove writeback_inodes_sb in f2fs_remountLiu Song1-1/+0
2020-12-02f2fs: fix double free of unicode mapHyeongseok Kim1-0/+1
2020-12-02f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu1-33/+104
2020-12-02f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu1-6/+0
2020-12-02f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctlDaeho Jeong1-0/+54
2020-11-02f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctlDaeho Jeong1-0/+30
2020-11-02f2fs: move ioctl interface definitions to separated fileChao Yu2-79/+1
2020-11-02f2fs: fix to seek incorrect data offset in inline data fileChao Yu1-3/+8
2020-11-02f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim1-1/+1
2020-11-01Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+7
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds5-9/+9
2020-10-30Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-70/+38
2020-10-30Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-51/+225
2020-10-30debugfs: remove return value of debugfs_create_devm_seqfile()Greg Kroah-Hartman1-8/+7
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva5-9/+9
2020-10-29Merge tag 'afs-fixes-20201029' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-79/+184
2020-10-29Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-133/+73
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells2-9/+20
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells3-12/+76
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells2-4/+4
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells2-18/+41
2020-10-29afs: Fix where page->private is set during writeDavid Howells1-15/+26
2020-10-29afs: Fix page leak on afs_write_begin() failureDavid Howells1-12/+11
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells4-26/+18
2020-10-28ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/...Theodore Ts'o1-0/+2
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg5-93/+17
2020-10-28ext4: do not use extent after put_bhyangerkun1-15/+15
2020-10-28ext4: use IS_ERR() for error checking of pathHarshad Shirwadkar1-2/+4
2020-10-28ext4: fix mmap write protection for data=journal modeJan Kara1-2/+3
2020-10-28ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar3-15/+15
2020-10-28ext4: make num of fast commit blocks configurableHarshad Shirwadkar1-1/+11
2020-10-28ext4: properly check for dirty state in ext4_inode_datasync_dirty()Andrea Righi1-4/+6
2020-10-28ext4: fix double locking in ext4_fc_commit_dentry_updates()Harshad Shirwadkar1-1/+0
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackDavid Howells2-4/+7
2020-10-27afs: Fix a use after free in afs_xattr_get_acl()Dan Carpenter1-1/+1