summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | iomap: expose iomap_apply outside iomap.cChristoph Hellwig2016-09-192-4/+12
| | * | | iomap: add IOMAP_F_NEW flagChristoph Hellwig2016-09-191-0/+1
| * | | | Merge branch 'xfs-4.9-delalloc-rework' into for-nextDave Chinner2016-10-036-350/+242
| |\| | |
| | * | | xfs: rewrite and optimize the delalloc write pathChristoph Hellwig2016-09-194-315/+181
| | * | | xfs: make xfs_inode_set_eofblocks_tag cheaper for the common caseChristoph Hellwig2016-09-192-0/+15
| | * | | xfs: factor our a helper to calculate the EOF alignmentChristoph Hellwig2016-09-191-10/+21
| | * | | xfs: move xfs_bmbt_to_iomap upChristoph Hellwig2016-09-191-26/+26
| | |/ /
| * | | Merge branch 'xfs-4.9-reflink-prep' into for-nextDave Chinner2016-10-0320-116/+719
| |\ \ \
| | * | | xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-1913-54/+556
| | * | | xfs: defer should allow ->finish_item to request a new transactionDarrick J. Wong2016-09-191-7/+72
| | * | | xfs: count the blocks in a btreeDarrick J. Wong2016-09-192-0/+25
| | * | | xfs: create a standard btree size calculator codeDarrick J. Wong2016-09-192-0/+26