aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu10-14/+357
2021-06-23f2fs: clean up /sys/fs/f2fs/<disk>/featuresJaegeuk Kim2-64/+134
2021-06-23f2fs: add pin_file in feature listJaegeuk Kim1-0/+2
2021-06-23f2fs: Advertise encrypted casefolding in sysfsDaniel Rosenberg1-0/+8
2021-06-23f2fs: Show casefolding support only when supportedDaniel Rosenberg1-0/+4
2021-06-23f2fs: support RO featureJaegeuk Kim4-6/+46
2021-06-23f2fs: logging neateningJoe Perches5-21/+17
2021-06-23f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim3-7/+20
2021-06-23f2fs: compress: remove unneeded preallocationChao Yu2-28/+3
2021-06-22ext4: use local variable ei instead of EXT4_I() macrochenyichong1-1/+1
2021-06-22ext4: fix avefreec in find_group_orlovPan Dong1-6/+5
2021-06-22ext4: correct the cache_nr in tracepoint ext4_es_shrink_exitZhang Yi1-0/+1
2021-06-22ext4: remove check for zero nr_to_scan in ext4_es_scan()Zhang Yi1-3/+0
2021-06-22ext4: remove set but rewrite variablesTian Tao1-1/+1
2021-06-22ext4: add ioctl EXT4_IOC_CHECKPOINTLeah Rumancik2-0/+64
2021-06-22ext4: add discard/zeroout flags to journal flushLeah Rumancik6-16/+129
2021-06-22btrfs: remove unused btrfs_fs_info::total_pinnedNikolay Borisov1-2/+0
2021-06-22smbdirect: missing rc checks while waiting for rdma eventsSteve French1-2/+12
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik7-97/+0
2021-06-22btrfs: rip the first_ticket_bytes logic from fail_all_ticketsJosef Bacik1-16/+0
2021-06-22btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushingJosef Bacik1-16/+0
2021-06-22btrfs: rip out may_commit_transactionJosef Bacik2-126/+11
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana5-31/+2
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana6-19/+32
2021-06-22btrfs: shorten integrity checker extent data mount optionDavid Sterba3-6/+4
2021-06-22btrfs: switch mount option bits to enums and use wider typeDavid Sterba1-32/+33
2021-06-22btrfs: props: change how empty value is interpretedDavid Sterba1-0/+14
2021-06-22btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba1-1/+1
2021-06-22btrfs: fix unbalanced unlock in qgroup_account_snapshot()Naohiro Aota1-1/+1
2021-06-22btrfs: sysfs: export dev stats in devinfo directoryDavid Sterba1-0/+29
2021-06-22btrfs: fix typos in commentsDavid Sterba19-28/+28
2021-06-22btrfs: remove a stale comment for btrfs_decompress_bio()Qu Wenruo1-14/+0
2021-06-22btrfs: send: use list_move_tail instead of list_del/list_add_tailBaokun Li1-11/+7
2021-06-22btrfs: disable build on platforms having page size 256KChristophe Leroy1-0/+2
2021-06-22btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana1-0/+11
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton3-17/+21
2021-06-22ceph: must hold snap_rwsem when filling inode for async createJeff Layton2-0/+5
2021-06-22quota: remove unnecessary oom messageZhen Lei1-21/+12
2021-06-22configfs: simplify configfs_release_bin_fileChristoph Hellwig1-6/+0
2021-06-22configfs: fix memleak in configfs_release_bin_fileChung-Chiang Cheng1-5/+5
2021-06-22ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng1-0/+7
2021-06-22ubifs: Fix spelling mistakesZheng Yongjun6-6/+6
2021-06-22virtiofs: Fix spelling mistakesZheng Yongjun3-5/+5
2021-06-22fuse: use DIV_ROUND_UP helper macro for calculationsWu Bo1-1/+1
2021-06-22fuse: fix illegal access to inode with reused nodeidAmir Goldstein4-5/+15
2021-06-22fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)Richard W.M. Jones1-4/+6
2021-06-22fuse: Make fuse_fill_super_submount() staticGreg Kurz2-11/+2
2021-06-22fuse: Switch to fc_mount() for submountsGreg Kurz1-23/+6
2021-06-22fuse: Call vfs_get_tree() for submountsGreg Kurz2-48/+41
2021-06-22fuse: add dedicated filesystem context ops for submountsGreg Kurz3-0/+24