summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-25xfs: log recovery tracepoints to track current lsn and buffer submissionBrian Foster
2016-09-25xfs: update metadata LSN in buffers during log recoveryBrian Foster
2016-09-25xfs: don't warn on buffers not being recovered due to LSNBrian Foster
2016-09-25xfs: pass current lsn to log recovery buffer validationBrian Foster
2016-09-25xfs: rework log recovery to submit buffers on LSN boundariesBrian Foster
2016-09-25xfs: quiesce the filesystem after recovery on readonly mountDave Chinner
2016-09-25xfs: 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-23nsfs: Simplify __ns_get_pathEric W. Biederman
2016-09-23Merge branch 'nsfs-ioctls' into HEADEric W. Biederman
2016-09-23nsfs: add ioctl to get a parent namespaceAndrey Vagin
2016-09-23nsfs: add ioctl to get an owning user namespace for ns file descriptorAndrey Vagin
2016-09-23kernel: 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
2016-09-22f2fs: fix to return error number of read_all_xattrs correctlyChao Yu
2016-09-22f2fs: make f2fs_filetype_table staticChao Yu
2016-09-22devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman
2016-09-22devpts: Remove sync_filesystemsEric W. Biederman
2016-09-22devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman
2016-09-22devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman
2016-09-22devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman
2016-09-22devpts: Move parse_mount_options into fill_superEric W. Biederman
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman
2016-09-22ext4: allow DAX writeback for hole punchRoss Zwisler
2016-09-22jbd2: fix lockdep annotation in add_transaction_credits()Jan Kara
2016-09-22fs/locks: Use percpu_down_read_preempt_disable()Peter Zijlstra
2016-09-22fs/locks: Replace lg_local with a per-cpu spinlockPeter Zijlstra
2016-09-22fs/locks: Replace lg_global with a percpu-rwsemPeter Zijlstra
2016-09-22btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney
2016-09-22Btrfs: handle quota reserve failure properlyJosef Bacik
2016-09-21gfs2: fix to detect failure of register_shrinkerChao Yu
2016-09-21orangefs: bump minimum userspace versionMartin Brandenburg
2016-09-21debugfs: introduce a public file_operations accessorChristian Lamparter
2016-09-20fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa
2016-09-20fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa
2016-09-20Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar