summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-01-29switch ->setxattr() to passing dentry and inode separatelyAl Viro25-69/+83
2019-01-29switch xattr_handler->set() to passing dentry and inode separatelyAl Viro26-100/+122
2019-01-29security_d_instantiate(): move to the point prior to attaching dentry to inodeAl Viro1-10/+6
2019-01-29->getxattr(): pass dentry and inode as separate argumentsAl Viro26-72/+75
2019-01-29xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro27-102/+100
2019-01-29proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin1-0/+6
2019-01-29Merge tag 'v4.4.172' into artik-nexell-4.4Jaehoon Chung111-935/+2568
2019-01-26ocfs2: fix panic due to unrecovered local allocJunxiao Bi1-2/+7
2019-01-26pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)1-0/+5
2019-01-26jffs2: Fix use of uninitialized delayed_work, lockdep breakageDaniel Santos1-1/+2
2019-01-26xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong1-1/+8
2019-01-26btrfs: wait on ordered extents on abort cleanupJosef Bacik1-0/+8
2019-01-26proc: Remove empty line in /proc/self/statusGwendal Grignou1-1/+1
2019-01-26f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl1-3/+3
2019-01-26f2fs: fix missing up_readJaegeuk Kim1-1/+3
2019-01-26f2fs: fix invalid memory accessChao Yu1-5/+6
2019-01-26f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2-4/+16
2019-01-26f2fs: fix to do sanity check with block address in main area v2Chao Yu2-5/+16
2019-01-26f2fs: fix to do sanity check with block address in main areaChao Yu7-6/+75
2019-01-26f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu1-0/+21
2019-01-26f2fs: fix to do sanity check with node footer and iblocksChao Yu1-2/+23
2019-01-26f2fs: Add sanity_check_inode() functionBen Hutchings1-0/+12
2019-01-26f2fs: fix to do sanity check with user_block_countChao Yu1-1/+12
2019-01-26f2fs: fix to do sanity check with secs_per_zoneChao Yu1-2/+2
2019-01-26f2fs: introduce and spread verify_blkaddrChao Yu9-26/+59
2019-01-26f2fs: clean up with is_valid_blkaddr()Chao Yu9-16/+22
2019-01-26f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim1-7/+64
2019-01-26f2fs: sanity check on sit entryJaegeuk Kim1-0/+9
2019-01-26f2fs: check blkaddr more accuratly before issue a bioYunlei He4-7/+24
2019-01-26f2fs: return error during fill_superJaegeuk Kim2-8/+30
2019-01-26f2fs: fix race condition in between free nid allocator/initializerChao Yu1-19/+43
2019-01-26f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim1-1/+4
2019-01-26f2fs: detect wrong layoutJaegeuk Kim2-0/+13
2019-01-26f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim2-11/+23
2019-01-26f2fs: put directory inodes before checkpoint in roll-forward recoveryJaegeuk Kim1-1/+3
2019-01-26f2fs: introduce get_checkpoint_version for cleanupTiezhu Yang1-28/+38
2019-01-26f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim6-94/+62
2019-01-26f2fs: avoid unneeded loop in build_sit_entriesChao Yu1-16/+28
2019-01-26f2fs: not allow to write illegal blkaddrYunlei He1-2/+2
2019-01-26f2fs: fix to avoid reading out encrypted data in page cacheChao Yu1-42/+47
2019-01-26f2fs: fix inode cache leakChao Yu3-51/+31
2019-01-26f2fs: factor out fsync inode entry operationsChao Yu1-21/+38
2019-01-26f2fs: remove an obsolete variableJaegeuk Kim1-3/+0
2019-01-26f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim3-7/+20
2019-01-26f2fs: fix to convert inline directory correctlyChao Yu3-43/+142
2019-01-26f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin3-9/+6
2019-01-26f2fs: cover more area with nat_tree_lockJaegeuk Kim1-17/+12
2019-01-26f2fs: clean up argument of recover_dataChao Yu1-4/+3
2019-01-16ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o1-3/+3
2019-01-16cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2-6/+6