summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-09-30f2fs: do fault injection initialization in default_optionsChao Yu
2016-09-30f2fs: remove redundant value definitionYunlei He
2016-09-30f2fs: support configuring fault injection per superblockChao Yu
2016-09-30f2fs: adjust display format of segment bitChao Yu
2016-09-30f2fs: remove dirty inode pages in error pathJaegeuk Kim
2016-09-30f2fs: do not unnecessarily null-terminate encrypted symlink dataEric Biggers
2016-09-30f2fs: handle errors during recover_orphan_inodesJaegeuk Kim
2016-09-30f2fs: avoid gc in cp_error caseJaegeuk Kim
2016-09-30f2fs: should put_page for summary pageJaegeuk Kim
2016-09-30f2fs: assign return value in f2fs_gcJaegeuk Kim
2016-09-30f2fs: add customized migrate_page callbackWeichao Guo
2016-09-30f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu
2016-09-30ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()Eric Ren
2016-09-30autofs: Fix automounts by using current_real_cred()->uidEric W. Biederman
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman
2016-09-30f2fs: fix to avoid race condition when updating sbi flagChao Yu
2016-09-30f2fs: put directory inodes before checkpoint in roll-forward recoveryJaegeuk Kim
2016-09-30f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner
2016-09-30Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-09-28Merge branch 'misc' into for-nextMartin Brandenburg
2016-09-27ext2: Unmap metadata when zeroing blocksJan Kara
2016-09-27debugfs: propagate release() call resultEric Engestrom
2016-09-27sysfs print name of undiscoverable attribute groupJohannes Thumshirn
2016-09-26gfs2: Initialize atime of I_NEW inodesAndreas Gruenbacher
2016-09-26gfs2: Update file times after grabbing glockAndreas Gruenbacher
2016-09-26xfs: log recovery tracepoints to track current lsn and buffer submissionBrian Foster
2016-09-26xfs: update metadata LSN in buffers during log recoveryBrian Foster
2016-09-26xfs: don't warn on buffers not being recovered due to LSNBrian Foster
2016-09-26xfs: pass current lsn to log recovery buffer validationBrian Foster
2016-09-26xfs: rework log recovery to submit buffers on LSN boundariesBrian Foster
2016-09-26xfs: quiesce the filesystem after recovery on readonly mountDave Chinner
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner
2016-09-23Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-23Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-23devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman
2016-09-23devpts: Remove sync_filesystemsEric W. Biederman
2016-09-23devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman
2016-09-23devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman
2016-09-23devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman
2016-09-23devpts: Move parse_mount_options into fill_superEric W. Biederman
2016-09-22nsfs: Simplify __ns_get_pathEric W. Biederman
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman
2016-09-22nsfs: add ioctl to get a parent namespaceAndrey Vagin
2016-09-22nsfs: add ioctl to get an owning user namespace for ns file descriptorAndrey Vagin
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin
2016-09-22f2fs: preallocate blocks for encrypted fileYunlei He
2016-09-22f2fs: show dirty inode numberChao Yu
2016-09-22f2fs: support IO error injectionChao Yu