summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | orangefs: reorganize duplicated sysfs attribute structsMartin Brandenburg2016-08-151-391/+81
| | * | | orangefs: remove dead code in sysfsMartin Brandenburg2016-08-151-280/+81
| | * | | orangefs: clean up debugfs globalsMartin Brandenburg2016-08-157-705/+705
| * | | | orangefs: bump minimum userspace versionMartin Brandenburg2016-09-211-2/+2
| * | | | orangefs: do not allow client readahead cache without feature bitMartin Brandenburg2016-08-122-5/+27
| * | | | orangefs: add features opMartin Brandenburg2016-08-127-6/+53
| * | | | orangefs: record userspace version for feature compatbilityMartin Brandenburg2016-08-092-0/+12
| |/ / /
| * | | orangefs: add readahead count and size to sysfsMartin Brandenburg2016-08-081-8/+115
| * | | orangefs: re-add flush_racache from out-of-treeMartin Brandenburg2016-08-081-1/+33
| * | | orangefs: turn param response value into unionMartin Brandenburg2016-08-083-7/+11
| * | | orangefs: add missing param request opsMartin Brandenburg2016-08-081-0/+3
| * | | orangefs: rename remaining bits of mmap readahead cacheMartin Brandenburg2016-08-085-7/+7
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-067-29/+177
|\ \ \ \
| * | | | autofs: Fix automounts by using current_real_cred()->uidEric W. Biederman2016-09-301-2/+2
| * | | | mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2016-09-304-2/+52
| * | | | nsfs: Simplify __ns_get_pathEric W. Biederman2016-09-221-5/+2
| * | | | Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2016-09-222-13/+93
| |\ \ \ \
| | * | | | nsfs: add ioctl to get a parent namespaceAndrey Vagin2016-09-221-0/+4
| | * | | | nsfs: add ioctl to get an owning user namespace for ns file descriptorAndrey Vagin2016-09-221-13/+83
| | * | | | kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-221-0/+6
| * | | | | devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman2016-09-221-9/+4
| * | | | | devpts: Remove sync_filesystemsEric W. Biederman2016-09-221-1/+0
| * | | | | devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman2016-09-221-1/+2
| * | | | | devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman2016-09-221-18/+1
| * | | | | devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman2016-09-221-8/+11
| * | | | | devpts: Move parse_mount_options into fill_superEric W. Biederman2016-09-221-8/+8
| * | | | | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-221-1/+1
| * | | | | mntns: Add a limit on the number of mount namespaces.Eric W. Biederman2016-08-312-1/+22
| * | | | | sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman2016-08-081-7/+7
| |/ / / /
* | | | | Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-0644-703/+1799
|\ \ \ \ \
| * \ \ \ \ Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner2016-10-0313-98/+248
| |\ \ \ \ \
| | * | | | | xfs: log recovery tracepoints to track current lsn and buffer submissionBrian Foster2016-09-262-2/+31
| | * | | | | xfs: update metadata LSN in buffers during log recoveryBrian Foster2016-09-261-3/+38
| | * | | | | xfs: don't warn on buffers not being recovered due to LSNBrian Foster2016-09-261-32/+26
| | * | | | | xfs: pass current lsn to log recovery buffer validationBrian Foster2016-09-261-6/+8
| | * | | | | xfs: rework log recovery to submit buffers on LSN boundariesBrian Foster2016-09-262-19/+66
| | * | | | | xfs: quiesce the filesystem after recovery on readonly mountDave Chinner2016-09-263-1/+16
| | * | | | | xfs: remote attribute blocks aren't really userdataDave Chinner2016-09-268-38/+66
| * | | | | | Merge branch 'iomap-4.9-dax' into for-nextDave Chinner2016-10-0311-122/+457
| |\ \ \ \ \ \
| | * | | | | | ext2: fix possible integer truncation in ext2_iomap_beginChristoph Hellwig2016-10-031-1/+1
| | * | | | | | ext2: use iomap to implement DAXChristoph Hellwig2016-09-194-12/+129
| | * | | | | | ext2: stop passing buffer_head to ext2_get_blocksChristoph Hellwig2016-09-191-15/+24
| | * | | | | | xfs: use iomap to implement DAXChristoph Hellwig2016-09-192-48/+24
| | * | | | | | xfs: refactor xfs_setfilesizeChristoph Hellwig2016-09-192-10/+22
| | * | | | | | xfs: take the ilock shared if possible in xfs_file_iomap_beginChristoph Hellwig2016-09-191-4/+6
| | * | | | | | xfs: fix locking for DAX writesChristoph Hellwig2016-09-191-19/+1
| | * | | | | | dax: provide an iomap based fault handlerChristoph Hellwig2016-09-191-0/+114
| | * | | | | | dax: provide an iomap based dax read/write pathChristoph Hellwig2016-09-191-0/+114
| | * | | | | | dax: don't pass buffer_head to copy_user_daxChristoph Hellwig2016-09-191-6/+6
| | * | | | | | dax: don't pass buffer_head to dax_insert_mappingChristoph Hellwig2016-09-191-6/+6
OpenPOWER on IntegriCloud