summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-21NFS: Refactor NFS access to kernel access mask calculationTrond Myklebust1-8/+23
2017-07-21nfs: count correct array for mnt3_counts array sizeEryu Guan1-1/+1
2017-07-20Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-34/+64
2017-07-20Merge tag 'for-f2fs-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-5/+13
2017-07-20ovl: check for bad and whiteout index on lookupAmir Goldstein1-5/+17
2017-07-20ovl: do not cleanup directory and whiteout index entriesAmir Goldstein2-5/+19
2017-07-20ovl: fix xattr get and set with selinuxMiklos Szeredi4-23/+31
2017-07-19Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...")Trond Myklebust1-7/+0
2017-07-19pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit()Trond Myklebust1-0/+4
2017-07-19NFS: Fix another COMMIT race in pNFSTrond Myklebust1-1/+6
2017-07-19NFS: Fix a COMMIT race in pNFSTrond Myklebust1-3/+7
2017-07-19mount: copy the port field into the cloned nfs_server structure.Steve Dickson1-0/+1