summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-10-01fuse: Use generic xattr opsSeth Forshee5-176/+221
2016-10-01fuse: listxattr: verify xattr listMiklos Szeredi1-0/+19
2016-10-01f2fs: introduce update_ckpt_flags to clean upJaegeuk Kim1-23/+33
2016-10-01f2fs: don't submit irrelevant pageChao Yu1-1/+7
2016-10-01f2fs: fix to commit bio cache after flushing node pagesChao Yu1-2/+16
2016-10-01f2fs: introduce get_checkpoint_version for cleanupTiezhu Yang1-28/+38
2016-10-01f2fs: remove dead variableSheng Yong1-2/+2
2016-10-01f2fs: remove redundant io plugChao Yu1-3/+0
2016-10-01f2fs: support checkpoint error injectionChao Yu4-0/+12
2016-10-01f2fs: fix to recover old fault injection config in ->remount_fsChao Yu1-0/+6
2016-10-01f2fs: do fault injection initialization in default_optionsChao Yu1-4/+4
2016-10-01f2fs: remove redundant value definitionYunlei He1-4/+3
2016-10-01f2fs: support configuring fault injection per superblockChao Yu10-94/+65
2016-10-01f2fs: adjust display format of segment bitChao Yu1-1/+1
2016-10-01f2fs: remove dirty inode pages in error pathJaegeuk Kim1-0/+1
2016-10-01f2fs: do not unnecessarily null-terminate encrypted symlink dataEric Biggers1-2/+0
2016-10-01f2fs: handle errors during recover_orphan_inodesJaegeuk Kim2-10/+18
2016-10-01f2fs: avoid gc in cp_error caseJaegeuk Kim1-1/+2
2016-10-01f2fs: should put_page for summary pageJaegeuk Kim1-2/+2
2016-10-01f2fs: assign return value in f2fs_gcJaegeuk Kim1-3/+7
2016-10-01f2fs: add customized migrate_page callbackWeichao Guo4-0/+65
2016-10-01f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu6-28/+59
2016-10-01ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()Eric Ren1-0/+10
2016-09-30autofs: Fix automounts by using current_real_cred()->uidEric W. Biederman1-2/+2
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman4-2/+52
2016-09-30f2fs: fix to avoid race condition when updating sbi flagChao Yu1-4/+4
2016-09-30f2fs: put directory inodes before checkpoint in roll-forward recoveryJaegeuk Kim1-1/+3
2016-09-30f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim6-100/+62
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner4-17/+36
2016-09-30Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar3-6/+16
2016-09-28Merge branch 'misc' into for-nextMartin Brandenburg13-1711/+994
2016-09-27ext2: Unmap metadata when zeroing blocksJan Kara1-0/+10
2016-09-27debugfs: propagate release() call resultEric Engestrom1-1/+1
2016-09-27sysfs print name of undiscoverable attribute groupJohannes Thumshirn1-2/+2
2016-09-26gfs2: Initialize atime of I_NEW inodesAndreas Gruenbacher1-0/+4
2016-09-26gfs2: Update file times after grabbing glockAndreas Gruenbacher1-3/+3
2016-09-26xfs: log recovery tracepoints to track current lsn and buffer submissionBrian Foster2-2/+31
2016-09-26xfs: update metadata LSN in buffers during log recoveryBrian Foster1-3/+38
2016-09-26xfs: don't warn on buffers not being recovered due to LSNBrian Foster1-32/+26
2016-09-26xfs: pass current lsn to log recovery buffer validationBrian Foster1-6/+8
2016-09-26xfs: rework log recovery to submit buffers on LSN boundariesBrian Foster2-19/+66
2016-09-26xfs: quiesce the filesystem after recovery on readonly mountDave Chinner3-1/+16
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner8-38/+66
2016-09-23Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+15
2016-09-23Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-0/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-169/+281
2016-09-23devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman1-9/+4
2016-09-23devpts: Remove sync_filesystemsEric W. Biederman1-1/+0
2016-09-23devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman1-1/+2
2016-09-23devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman1-18/+1