aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-01-24ovl: cleanup dir index when dir nlink drops to zeroAmir Goldstein1-3/+3
2018-01-24ovl: index directories on copy up for NFS exportAmir Goldstein2-7/+117
2018-01-24ovl: index all non-dir on copy up for NFS exportAmir Goldstein1-0/+4
2018-01-24ovl: create ovl_need_index() helperAmir Goldstein3-9/+22
2018-01-24ovl: cleanup temp index entriesAmir Goldstein1-0/+12
2018-01-24ovl: verify directory index entries on mountAmir Goldstein2-32/+94
2018-01-24ovl: verify whiteout index entries on mountAmir Goldstein1-8/+13
2018-01-24ovl: use directory index entries for consistency verificationAmir Goldstein3-11/+58
2018-01-24ovl: unbless lower st_ino of unverified originAmir Goldstein1-4/+12
2018-01-24ovl: verify stored origin fh matches lower dirAmir Goldstein1-0/+12
2018-01-24ovl: add support for "nfs_export" configurationAmir Goldstein5-5/+85
2018-01-24ovl: update documentation of inodes index featureAmir Goldstein1-6/+3
2018-01-24ovl: generalize ovl_verify_origin() and helpersAmir Goldstein4-30/+38
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein4-30/+24
2018-01-24ovl: factor out ovl_check_origin_fh()Amir Goldstein1-50/+92
2018-01-24ovl: store layer index in ovl_layerAmir Goldstein3-16/+4
2018-01-24ovl: force r/o mount when index dir creation failsAmir Goldstein1-3/+9
2018-01-24ovl: disable index when no xattr supportAmir Goldstein1-1/+2
2018-01-24ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein3-2/+37
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+7
2018-01-23GFS2: Log the reason for log flushes in every log headerBob Peterson10-26/+45
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson14-57/+104
2018-01-23sysfs: remove DEBUG definesGreg Kroah-Hartman2-3/+0
2018-01-23sysfs: use SPDX identifiersGreg Kroah-Hartman6-13/+6
2018-01-22nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings1-3/+3
2018-01-22f2fs: allow to recover node blocks given updated checkpointJaegeuk Kim2-0/+5
2018-01-22f2fs: recover some i_inline flagsJaegeuk Kim1-2/+19
2018-01-22f2fs: correct removexattr behavior for null valued extended attributeDaeho Jeong1-1/+1
2018-01-22f2fs: drop page cache after fs shutdownChao Yu3-17/+21
2018-01-22f2fs: stop gc/discard thread after fs shutdownChao Yu3-0/+13
2018-01-22f2fs: hanlde error case in f2fs_ioc_shutdownChao Yu1-2/+8
2018-01-22f2fs: split need_inplace_updateChao Yu4-50/+75
2018-01-22f2fs: fix to update last_disk_size correctlyChao Yu1-4/+8
2018-01-22f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanupChao Yu2-5/+4
2018-01-22f2fs: clean up error path of fill_superChao Yu1-4/+6
2018-01-22f2fs: avoid hungtask when GC encrypted block if io_bits is setSheng Yong1-1/+6
2018-01-22f2fs: allow quota to use reserved blocksJaegeuk Kim1-3/+8
2018-01-22f2fs: fix to drop all inmem pages correctlyChao Yu1-2/+3
2018-01-22f2fs: speed up defragment on sparse fileChao Yu2-6/+11
2018-01-22f2fs: support F2FS_IOC_PRECACHE_EXTENTSChao Yu3-2/+85
2018-01-22f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim6-1/+128
2018-01-22orangefs: initialize op on loop restart in orangefs_devreq_readMartin Brandenburg1-1/+2
2018-01-22orangefs: use list_for_each_entry_safe in purge_waiting_opsMartin Brandenburg1-2/+2
2018-01-22btrfs: set the total_devices in device_list_add()Anand Jain1-4/+2
2018-01-22btrfs: move pr_info into device_list_addAnand Jain1-16/+10
2018-01-22btrfs: make btrfs_free_stale_devices() to match the pathAnand Jain1-12/+16
2018-01-22btrfs: rename btrfs_free_stale_devices() arg to skip_devAnand Jain1-4/+4
2018-01-22btrfs: make btrfs_free_stale_devices() argument optionalAnand Jain1-9/+5
2018-01-22btrfs: make btrfs_free_stale_device() to iterate all stalesAnand Jain1-13/+11
2018-01-22btrfs: no need to check for btrfs_fs_devices::seedingAnand Jain1-2/+0