summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-08-15f2fs: avoid unneeded sync on quota fileChao Yu
2017-08-15f2fs: introduce gc_urgent mode for background GCJaegeuk Kim
2017-08-15f2fs: use IPU for cold filesJaegeuk Kim
2017-08-15f2fs: fix the size value in __check_sit_bitmapYunlong Song
2017-08-09f2fs: add app/fs io statChao Yu
2017-08-09f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Yunlong Song
2017-08-09f2fs: update cur_valid_map_mir together with cur_valid_mapYunlong Song
2017-08-03f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim
2017-08-03f2fs: expose features to sysfs entryJaegeuk Kim
2017-08-03f2fs: support inode checksumChao Yu
2017-08-03f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim
2017-08-03f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song
2017-07-31f2fs: introduce f2fs_statfs_projectChao Yu
2017-07-31f2fs: support F2FS_IOC_FS{GET,SET}XATTRChao Yu
2017-07-31f2fs: don't need to wait for node writes for atomic writeJaegeuk Kim
2017-07-31f2fs: avoid naming confusion of sysfs initJaegeuk Kim
2017-07-31f2fs: support project quotaChao Yu
2017-07-31f2fs: record quota during dot{,dot} recoveryChao Yu
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu
2017-07-31f2fs: make max inline size changeableChao Yu
2017-07-31f2fs: add ioctl to expose current featuresJaegeuk Kim
2017-07-31f2fs: make background threads of f2fs being aware of freezingChao Yu
2017-07-28f2fs: don't give partially written atomic data from process crashJaegeuk Kim
2017-07-28f2fs: give a try to do atomic write in -ENOMEM caseJaegeuk Kim
2017-07-28f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández
2017-07-26f2fs: alloc new nids for xattr block in recoveryYunlei He
2017-07-26f2fs: spread struct f2fs_dentry_ptr for inline pathChao Yu
2017-07-26f2fs: remove unused input parameterYunlei He
2017-07-25Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2017-07-21Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-07-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-21NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid()Trond Myklebust
2017-07-21NFS: Be more careful about mapping file permissionsTrond Myklebust
2017-07-21NFS: Store the raw NFS access mask in the inode's access cacheTrond Myklebust
2017-07-21NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask()Trond Myklebust
2017-07-21NFS: Refactor NFS access to kernel access mask calculationTrond Myklebust
2017-07-21nfs: count correct array for mnt3_counts array sizeEryu Guan
2017-07-20Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2017-07-20Merge tag 'for-f2fs-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-20ovl: check for bad and whiteout index on lookupAmir Goldstein
2017-07-20ovl: do not cleanup directory and whiteout index entriesAmir Goldstein
2017-07-20ovl: fix xattr get and set with selinuxMiklos Szeredi
2017-07-19Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...")Trond Myklebust
2017-07-19pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit()Trond Myklebust
2017-07-19NFS: Fix another COMMIT race in pNFSTrond Myklebust
2017-07-19NFS: Fix a COMMIT race in pNFSTrond Myklebust
2017-07-19mount: copy the port field into the cloned nfs_server structure.Steve Dickson
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-19Merge tag 'ceph-for-4.13-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-07-18jfs: preserve i_mode if __jfs_set_acl() failsErnesto A. Fernández