summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-215-38/+157
|\
| * ocfs2: fix umask ignored issueJunxiao Bi2015-11-211-0/+2
| * fat: fix fake_offset handling on error pathOGAWA Hirofumi2015-11-211-5/+11
| * mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holesMike Kravetz2015-11-211-33/+32Star
| * ncpfs: don't allow negative timeoutsDan Carpenter2015-11-211-0/+2
| * configfs: allow dynamic group creationDaniel Baluta2015-11-211-0/+110
* | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-215-3/+33
|\ \ | |/ |/|
| * block: protect rw_page against device teardownDan Williams2015-11-191-2/+16
| * dax: disable pmd mappingsDan Williams2015-11-172-0/+10
| * ext2, ext4: warn when mounting with dax enabledDan Williams2015-11-162-1/+7
* | FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven2015-11-171-1/+1
|/
* Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-141-2/+15
|\
| * sysfs: Support is_visible() on binary attributesEmilio López2015-10-081-2/+15
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-144-595/+191Star
|\ \
| * | configfs: remove old APIChristoph Hellwig2015-10-141-12/+3Star
| * | ocfs2/cluster: use per-attribute show and store methodsChristoph Hellwig2015-10-142-346/+100Star
| * | ocfs2/cluster: move locking into attribute store methodsChristoph Hellwig2015-10-141-35/+19Star
| * | dlm: use per-attribute show and store methodsChristoph Hellwig2015-10-141-214/+74Star
| * | configfs: add show and store methods to struct configfs_attributeChristoph Hellwig2015-10-141-5/+12
* | | Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-1438-644/+379Star
|\ \ \
| * | | f2fs: xattr simplificationsAndreas Gruenbacher2015-11-141-12/+3Star
| * | | squashfs: xattr simplificationsAndreas Gruenbacher2015-11-141-59/+31Star
| * | | 9p: xattr simplificationsAndreas Gruenbacher2015-11-148-299/+72Star
| * | | xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-1432-226/+306
| * | | jffs2: Add missing capability check for listing trusted xattrsAndreas Gruenbacher2015-11-141-0/+3
| * | | hfsplus: Remove unused xattr handler list operationsAndreas Gruenbacher2015-11-144-44/+0Star
| * | | ubifs: Remove unused security xattr handlerAndreas Gruenbacher2015-11-143-42/+0Star
| * | | vfs: Fix the posix_acl_xattr_list return valueAndreas Gruenbacher2015-11-141-3/+1Star
| * | | vfs: Check attribute names in posix acl xattr handersAndreas Gruenbacher2015-11-141-0/+4
* | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-141-0/+7
|\ \ \ \
| * | | | dax: fix __dax_pmd_fault crashDan Williams2015-11-131-0/+7
* | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-11-149-25/+287
|\ \ \ \ \
| * | | | | Allow copy offload (CopyChunk) across sharesSteve French2015-11-092-15/+8Star
| * | | | | Add resilienthandles mount parmSteve French2015-11-034-1/+53
| * | | | | [SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French2015-11-034-3/+168
| * | | | | [SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabledSteve French2015-11-031-0/+2
| * | | | | [SMB3] Enable checking for continuous availability and persistent handle supportSteve French2015-11-033-3/+34
| * | | | | [SMB3] Add parsing for new mount option controlling persistent handlesSteve French2015-11-032-1/+22
| * | | | | Allow duplicate extents in SMB3 not just SMB3.1.1Steve French2015-11-011-3/+1Star
* | | | | | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-148-146/+163
|\ \ \ \ \ \
| * | | | | | btrfs: Use fs_info directly in btrfs_delete_unused_bgsZhao Lei2015-11-111-2/+2
| * | | | | | btrfs: Fix lost-data-profile caused by balance bgZhao Lei2015-11-111-0/+21
| * | | | | | btrfs: Fix lost-data-profile caused by auto removing bgZhao Lei2015-11-111-2/+5
| * | | | | | btrfs: Remove len argument from scrub_find_csumZhao Lei2015-11-111-4/+3Star
| * | | | | | btrfs: Reduce unnecessary arguments in scrub_recheck_blockZhao Lei2015-11-111-20/+8Star
| * | | | | | btrfs: Use scrub_checksum_data and scrub_checksum_tree_block for scrub_rechec...Zhao Lei2015-11-111-94/+36Star
| * | | | | | btrfs: Reset sblock->xxx_error stats before calling scrub_recheck_block_checksumZhao Lei2015-11-111-0/+4
| * | | | | | btrfs: scrub: setup all fields for sblock_to_checkZhao Lei2015-11-111-0/+12
| * | | | | | btrfs: scrub: set error stats when tree block spanning stripesZhao Lei2015-11-111-0/+6
| * | | | | | Btrfs: fix race when listing an inode's xattrsFilipe Manana2015-11-091-1/+3