summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Yunlong Song2017-08-091-0/+4
* f2fs: update cur_valid_map_mir together with cur_valid_mapYunlong Song2017-08-091-14/+30
* f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim2017-08-031-1/+1
* f2fs: expose features to sysfs entryJaegeuk Kim2017-08-031-26/+130
* f2fs: support inode checksumChao Yu2017-08-035-1/+118
* f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim2017-08-031-1/+1
* f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song2017-08-033-8/+13
* f2fs: introduce f2fs_statfs_projectChao Yu2017-07-311-0/+48
* f2fs: support F2FS_IOC_FS{GET,SET}XATTRChao Yu2017-07-312-28/+239
* f2fs: don't need to wait for node writes for atomic writeJaegeuk Kim2017-07-311-3/+13
* f2fs: avoid naming confusion of sysfs initJaegeuk Kim2017-07-313-14/+14
* f2fs: support project quotaChao Yu2017-07-316-16/+105
* f2fs: record quota during dot{,dot} recoveryChao Yu2017-07-311-0/+4
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-07-319-50/+124
* f2fs: make max inline size changeableChao Yu2017-07-315-59/+95
* f2fs: add ioctl to expose current featuresJaegeuk Kim2017-07-312-0/+15
* f2fs: make background threads of f2fs being aware of freezingChao Yu2017-07-312-2/+15
* f2fs: don't give partially written atomic data from process crashJaegeuk Kim2017-07-282-0/+19
* f2fs: give a try to do atomic write in -ENOMEM caseJaegeuk Kim2017-07-281-2/+6
* f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández2017-07-281-2/+3
* f2fs: alloc new nids for xattr block in recoveryYunlei He2017-07-261-13/+15
* f2fs: spread struct f2fs_dentry_ptr for inline pathChao Yu2017-07-262-22/+30
* f2fs: remove unused input parameterYunlei He2017-07-263-7/+5
* Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2017-07-253-12/+20
|\
| * jfs: preserve i_mode if __jfs_set_acl() failsErnesto A. Fernández2017-07-181-4/+11
| * jfs: Don't clear SGID when inheriting ACLsJan Kara2017-07-181-7/+8
| * jfs: atomically read inode sizeFabian Frederick2017-02-092-4/+4
* | Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-217-33/+69
|\ \
| * | NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid()Trond Myklebust2017-07-211-2/+11
| * | NFS: Be more careful about mapping file permissionsTrond Myklebust2017-07-211-8/+17
| * | NFS: Store the raw NFS access mask in the inode's access cacheTrond Myklebust2017-07-211-3/+6
| * | NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask()Trond Myklebust2017-07-211-9/+2
| * | NFS: Refactor NFS access to kernel access mask calculationTrond Myklebust2017-07-211-8/+23
| * | nfs: count correct array for mnt3_counts array sizeEryu Guan2017-07-211-1/+1
| * | Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...")Trond Myklebust2017-07-191-7/+0
| * | pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit()Trond Myklebust2017-07-191-0/+4
| * | NFS: Fix another COMMIT race in pNFSTrond Myklebust2017-07-191-1/+6
| * | NFS: Fix a COMMIT race in pNFSTrond Myklebust2017-07-191-3/+7
| * | mount: copy the port field into the cloned nfs_server structure.Steve Dickson2017-07-191-0/+1
| * | NFS: Don't run wake_up_bit() when nobody is waiting...Trond Myklebust2017-07-131-1/+16
| * | nfs: add export operationsPeng Tao2017-07-134-1/+182
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-217-42/+88
|\ \ \
| * | | ovl: check for bad and whiteout index on lookupAmir Goldstein2017-07-201-5/+17
| * | | ovl: do not cleanup directory and whiteout index entriesAmir Goldstein2017-07-202-5/+19
| * | | ovl: fix xattr get and set with selinuxMiklos Szeredi2017-07-204-23/+31
| * | | ovl: remove unneeded check for IS_ERR()Amir Goldstein2017-07-131-4/+0
| * | | ovl: fix origin verification of index dirAmir Goldstein2017-07-131-1/+2
| * | | ovl: mark parent impure on ovl_link()Amir Goldstein2017-07-131-4/+18
| * | | ovl: fix random return value on mountAmir Goldstein2017-07-131-0/+1
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-07-204-34/+64
|\ \ \ \
OpenPOWER on IntegriCloud