summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Btrfs: fix race between cleaner kthread and space cache writeoutFilipe Manana2015-11-251-13/+16
| * | | | | Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana2015-11-253-1/+24
| * | | | | Btrfs: fix race between scrub and block group deletionFilipe Manana2015-11-251-4/+16
| * | | | | btrfs: fix rcu warning during device replaceDavid Sterba2015-11-251-4/+2
| * | | | | btrfs: Continue replace when set_block_ro failedZhaolei2015-11-251-2/+18
| * | | | | btrfs: fix clashing number of the enhanced balance usage filterDavid Sterba2015-11-251-1/+1
| * | | | | Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana2015-11-253-5/+38
| * | | | | Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana2015-11-256-26/+52
| * | | | | Btrfs: tests: checking for NULL instead of IS_ERR()Dan Carpenter2015-11-251-1/+3
| * | | | | btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba2015-11-251-3/+7
* | | | | | vfs: Avoid softlockups with sendfile(2)Jan Kara2015-11-231-0/+1
* | | | | | vfs: Make sendfile(2) killable even betterJan Kara2015-11-231-0/+7
* | | | | | fix sysvfs symlinksAl Viro2015-11-231-9/+2
| |/ / / / |/| | | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-215-38/+157
|\ \ \ \ \
| * | | | | ocfs2: fix umask ignored issueJunxiao Bi2015-11-201-0/+2
| * | | | | fat: fix fake_offset handling on error pathOGAWA Hirofumi2015-11-201-5/+11
| * | | | | mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holesMike Kravetz2015-11-201-33/+32
| * | | | | ncpfs: don't allow negative timeoutsDan Carpenter2015-11-201-0/+2
| * | | | | configfs: allow dynamic group creationDaniel Baluta2015-11-201-0/+110
| | |/ / / | |/| | |
* | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-205-3/+33
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | block: protect rw_page against device teardownDan Williams2015-11-191-2/+16
| * | | | dax: disable pmd mappingsDan Williams2015-11-162-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-161-1/+1
|/ / / /
* | | | Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-131-2/+15
|\ \ \ \
| * | | | sysfs: Support is_visible() on binary attributesEmilio López2015-10-071-2/+15
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-134-595/+191
|\ \ \ \ \
| * | | | | configfs: remove old APIChristoph Hellwig2015-10-131-12/+3
| * | | | | ocfs2/cluster: use per-attribute show and store methodsChristoph Hellwig2015-10-132-346/+100
| * | | | | ocfs2/cluster: move locking into attribute store methodsChristoph Hellwig2015-10-131-35/+19
| * | | | | dlm: use per-attribute show and store methodsChristoph Hellwig2015-10-131-214/+74
| * | | | | configfs: add show and store methods to struct configfs_attributeChristoph Hellwig2015-10-131-5/+12
* | | | | | Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-1338-644/+379
|\ \ \ \ \ \
| * | | | | | f2fs: xattr simplificationsAndreas Gruenbacher2015-11-131-12/+3
| * | | | | | squashfs: xattr simplificationsAndreas Gruenbacher2015-11-131-59/+31
| * | | | | | 9p: xattr simplificationsAndreas Gruenbacher2015-11-138-299/+72
| * | | | | | xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-1332-226/+306
| * | | | | | jffs2: Add missing capability check for listing trusted xattrsAndreas Gruenbacher2015-11-131-0/+3
| * | | | | | hfsplus: Remove unused xattr handler list operationsAndreas Gruenbacher2015-11-134-44/+0
| * | | | | | ubifs: Remove unused security xattr handlerAndreas Gruenbacher2015-11-133-42/+0
| * | | | | | vfs: Fix the posix_acl_xattr_list return valueAndreas Gruenbacher2015-11-131-3/+1
| * | | | | | vfs: Check attribute names in posix acl xattr handersAndreas Gruenbacher2015-11-131-0/+4
* | | | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-131-0/+7
|\ \ \ \ \ \ \
| * | | | | | | dax: fix __dax_pmd_fault crashDan Williams2015-11-121-0/+7
* | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-11-139-25/+287
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow copy offload (CopyChunk) across sharesSteve French2015-11-092-15/+8
| * | | | | | | | 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