aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-08-02ceph: add d_drop for some error cases in ceph_mknod()Chengguang Xu1-3/+5
2018-08-02ceph: return errors from posix_acl_equiv_mode() correctlyChengguang Xu1-3/+3
2018-08-02ceph: fix incorrect use of strncpyYan, Zheng1-2/+2
2018-08-02libceph: amend "bad option arg" error messageIlya Dryomov1-2/+1
2018-08-02ceph: restore ctime as well in the case of restoring old modeChengguang Xu1-2/+4
2018-08-02ceph: add retry logic for error -ERANGE in ceph_get_acl()Chengguang Xu1-3/+15
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-103/+150
2018-08-02Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher4-23/+24
2018-08-02squashfs: more metadata hardeningLinus Torvalds3-6/+13
2018-08-02ext4: improve code readability in ext4_iget()Liu Song1-10/+7
2018-08-02ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline1-1/+3
2018-08-01kill d_instantiate_no_diralias()Al Viro2-31/+11
2018-08-01NFSv4: Fix _nfs4_do_setlk()Trond Myklebust1-13/+13
2018-08-02kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmtChristoph Hellwig1-0/+5
2018-08-01f2fs: fix to active page in lru list for read pathChao Yu1-1/+6
2018-08-01f2fs: don't keep meta pages used for block migrationChao Yu1-0/+8
2018-08-01f2fs: fix to restrict mount condition when without CONFIG_QUOTAChao Yu1-0/+6
2018-08-01f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabledSheng Yong1-6/+7
2018-08-01f2fs: quota: fix incorrect commentsSheng Yong2-5/+5
2018-08-01f2fs: quota: decrease the lock granularity of statfs_projectSheng Yong1-2/+2
2018-08-01f2fs: add proc entry to show victim_secmap bitmapYunlong Song1-0/+25
2018-08-01f2fs: let checkpoint flush dnode page of regularChao Yu3-2/+15
2018-08-01f2fs: issue discard align to section in LFS modeYunlong Song1-3/+17
2018-08-01f2fs: don't allow any writes on aborted atomic writesJaegeuk Kim2-3/+9
2018-08-01f2fs: restrict setting up inode.i_adviseChao Yu2-1/+13
2018-08-01f2fs: fix wrong kernel message when recover fsync data on ro fsYunlei He1-1/+2
2018-08-01f2fs: clean up ioctl interface namingChao Yu1-2/+2
2018-08-01f2fs: clean up with f2fs_is_{atomic,volatile}_file()Chao Yu1-2/+2
2018-08-01f2fs: clean up with f2fs_encrypted_inode()Chao Yu1-1/+1
2018-08-01f2fs: clean up with get_current_nat_pageChao Yu1-6/+3
2018-08-01f2fs: kill EXT_TREE_VEC_SIZEChao Yu1-3/+0
2018-08-01f2fs: avoid duplicated permission check for "trusted." xattrsHyunchul Lee1-6/+0
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu10-56/+220
2018-08-01f2fs: fix to do sanity check with i_extra_isizeChao Yu1-5/+17
2018-08-01f2fs: blk_finish_plug of submit_bio in lfs modeYunlong Song1-1/+1
2018-08-01f2fs: do not set free of current sectionYunlong Song1-0/+3
2018-08-01f2fs: Keep alloc_valid_block_count in syncDaniel Rosenberg1-2/+4
2018-08-01f2fs: issue small discard by LBA orderChao Yu2-0/+66
2018-08-01f2fs: stop issuing discard immediately if there is queued IOChao Yu1-6/+5
2018-08-01f2fs: clean up with IS_INODE()Chao Yu1-1/+1
2018-08-01f2fs: detect bug_on in f2fs_wait_discard_biosChao Yu1-0/+2
2018-08-01f2fs: fix defined but not used build warningsRandy Dunlap1-3/+7
2018-08-01f2fs: enable real-time discard by defaultChao Yu1-4/+4
2018-08-01f2fs: fix to detect looped node chain correctlyChao Yu1-2/+2
2018-08-01f2fs: fix to do sanity check with block address in main areaChao Yu7-11/+83
2018-08-01squashfs metadata 2: electric boogalooLinus Torvalds3-14/+20
2018-08-01ext4: check for NUL characters in extended attribute's nameTheodore Ts'o1-0/+2
2018-08-01ext4: use ext4_warning() for sb_getblk failureWang Shilong2-6/+6
2018-08-01xfs: check da node magic in _node_lookup_intDarrick J. Wong1-1/+3
2018-08-01xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong1-5/+6