summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-08-29f2fs: wake up discard_thread iff there is a candidateJaegeuk Kim3-7/+27
2017-08-29f2fs: return error when accessing insane flie offsetJaegeuk Kim1-1/+5
2017-08-29f2fs: trigger normal fsync for non-atomic_write fileChao Yu1-1/+1
2017-08-29f2fs: clear FI_HOT_DATA correctlyChao Yu2-0/+3
2017-08-29f2fs: fix out-of-order execution in f2fs_issue_flushChao Yu1-1/+4
2017-08-29f2fs: issue discard commands if gc_urgent is setJaegeuk Kim2-1/+10
2017-08-21f2fs: introduce discard_granularity sysfs entryChao Yu3-14/+112
2017-08-21f2fs: remove unused function overprovision_sectionsYunlong Song1-5/+0
2017-08-21f2fs: check hot_data for roll-forward recoveryJaegeuk Kim1-1/+1
2017-08-21f2fs: add tracepoint for f2fs_gcChao Yu1-14/+36
2017-08-21f2fs: retry to revoke atomic commit in -ENOMEM caseChao Yu1-2/+8
2017-08-21f2fs: let fill_super handle roll-forward errorsJaegeuk Kim1-2/+0
2017-08-21f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun3-10/+11
2017-08-21f2fs: support journalled quotaChao Yu4-30/+403
2017-08-15f2fs: fix potential overflow when adjusting GC cycleChao Yu2-9/+16
2017-08-15f2fs: avoid unneeded sync on quota fileChao Yu1-2/+2
2017-08-15f2fs: introduce gc_urgent mode for background GCJaegeuk Kim3-2/+28
2017-08-15f2fs: use IPU for cold filesJaegeuk Kim1-0/+4
2017-08-15f2fs: fix the size value in __check_sit_bitmapYunlong Song1-2/+5
2017-08-09f2fs: add app/fs io statChao Yu10-31/+200
2017-08-09f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Yunlong Song1-0/+4
2017-08-09f2fs: update cur_valid_map_mir together with cur_valid_mapYunlong Song1-14/+30
2017-08-03f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim1-1/+1
2017-08-03f2fs: expose features to sysfs entryJaegeuk Kim1-26/+130
2017-08-03f2fs: support inode checksumChao Yu5-1/+118
2017-08-03f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim1-1/+1
2017-08-03f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song3-8/+13
2017-07-31f2fs: introduce f2fs_statfs_projectChao Yu1-0/+48
2017-07-31f2fs: support F2FS_IOC_FS{GET,SET}XATTRChao Yu2-28/+239
2017-07-31f2fs: don't need to wait for node writes for atomic writeJaegeuk Kim1-3/+13
2017-07-31f2fs: avoid naming confusion of sysfs initJaegeuk Kim3-14/+14
2017-07-31f2fs: support project quotaChao Yu6-16/+105
2017-07-31f2fs: record quota during dot{,dot} recoveryChao Yu1-0/+4
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu9-50/+124
2017-07-31f2fs: make max inline size changeableChao Yu5-59/+95
2017-07-31f2fs: add ioctl to expose current featuresJaegeuk Kim2-0/+15
2017-07-31f2fs: make background threads of f2fs being aware of freezingChao Yu2-2/+15
2017-07-28f2fs: don't give partially written atomic data from process crashJaegeuk Kim2-0/+19
2017-07-28f2fs: give a try to do atomic write in -ENOMEM caseJaegeuk Kim1-2/+6
2017-07-28f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández1-2/+3
2017-07-26f2fs: alloc new nids for xattr block in recoveryYunlei He1-13/+15
2017-07-26f2fs: spread struct f2fs_dentry_ptr for inline pathChao Yu2-22/+30
2017-07-26f2fs: remove unused input parameterYunlei He3-7/+5
2017-07-25Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyLinus Torvalds3-12/+20
2017-07-21Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-33/+69
2017-07-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-42/+88
2017-07-21NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid()Trond Myklebust1-2/+11
2017-07-21NFS: Be more careful about mapping file permissionsTrond Myklebust1-8/+17
2017-07-21NFS: Store the raw NFS access mask in the inode's access cacheTrond Myklebust1-3/+6
2017-07-21NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask()Trond Myklebust1-9/+2