aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-01-19Make static usermode helper binaries constantGravatar Greg Kroah-Hartman 1-2/+4
2017-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 4-23/+54
2017-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-7/+27
2017-01-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-6/+7
2017-01-14coredump: Ensure proper size of sparse core filesGravatar Dave Kleikamp 2-0/+19
2017-01-14aio: fix lock dep warningGravatar Shaohua Li 1-2/+4
2017-01-13Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-15/+38
2017-01-13Merge tag 'ceph-for-4.10-rc4' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-2/+7
2017-01-12Merge tag 'xfs-for-linus-4.10-rc4-1' of git://git.kernel.org/pub/scm/fs/xfs/x...Gravatar Linus Torvalds 6-111/+43
2017-01-12ceph: fix get_oldest_context()Gravatar Geng, Jichao 1-2/+2
2017-01-12ceph: fix mds cluster availability checkGravatar Yan, Zheng 1-0/+5
2017-01-12block: Rename blk_queue_zone_size and bdev_zone_sizeGravatar Damien Le Moal 2-5/+5
2017-01-11xfs: Timely free truncated dirty pagesGravatar Jan Kara 1-8/+11
2017-01-11Merge branch 'tracepoint-updates-4.10' of git://git.kernel.org/pub/scm/linux/...Gravatar Chris Mason 2-5/+12
2017-01-10ocfs2: fix crash caused by stale lvb with fsdlm pluginGravatar Eric Ren 3-0/+19
2017-01-10dax: wrprotect pmd_t in dax_mapping_entry_mkcleanGravatar Ross Zwisler 1-15/+36
2017-01-10do_direct_IO: Use inode->i_blkbits to compute block count to be cleanedGravatar Chandan Rajendra 1-1/+2
2017-01-10tmpfs: clear S_ISGID when setting posix ACLsGravatar Gu Zheng 1-5/+4
2017-01-10sysctl: Drop reference added by grab_header in proc_sys_readdirGravatar Zhou Chengming 1-1/+2
2017-01-10libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mountGravatar Eric W. Biederman 1-1/+2
2017-01-10mnt: Protect the mountpoint hashtable with mount_lockGravatar Eric W. Biederman 2-21/+50
2017-01-09xfs: don't print warnings when xfs_log_force failsGravatar Christoph Hellwig 1-10/+2
2017-01-09xfs: don't rely on ->total in xfs_alloc_space_availableGravatar Christoph Hellwig 1-3/+4
2017-01-09xfs: adjust allocation length in xfs_alloc_space_availableGravatar Christoph Hellwig 2-65/+18
2017-01-09xfs: fix bogus minleft manipulationsGravatar Christoph Hellwig 3-22/+8
2017-01-09xfs: bump up reserved blocks in xfs_alloc_set_asideGravatar Christoph Hellwig 1-4/+1
2017-01-09Btrfs: add 'inode' for extent map tracepointGravatar Liu Bo 1-1/+1
2017-01-09btrfs: fix crash when tracepoint arguments are freed by wq callbacksGravatar David Sterba 1-4/+11
2017-01-05Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-12/+0
2017-01-04Merge tag 'xfs-for-linus-4.10-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs...Gravatar Linus Torvalds 9-16/+40
2017-01-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-1/+4
2017-01-03xfs: fix max_retries _show and _store functionsGravatar Carlos Maiolino 1-2/+2
2017-01-03xfs: fix crash and data corruption due to removal of busy COW extentsGravatar Christoph Hellwig 1-1/+2
2017-01-03xfs: use the actual AG length when reserving blocksGravatar Darrick J. Wong 6-12/+34
2017-01-03xfs: fix double-cleanup when CUI recovery failsGravatar Darrick J. Wong 1-1/+2
2017-01-03Btrfs: adjust outstanding_extents counter properly when dio write is splitGravatar Liu Bo 1-2/+9
2017-01-03Btrfs: fix lockdep warning about log_mutexGravatar Liu Bo 1-3/+10
2017-01-03Btrfs: use down_read_nested to make lockdep silentGravatar Liu Bo 1-1/+2
2017-01-03btrfs: fix locking when we put back a delayed ref that's too newGravatar Jeff Mahoney 1-1/+1
2017-01-03btrfs: fix error handling when run_delayed_extent_op failsGravatar Jeff Mahoney 1-0/+3
2017-01-02Merge tag 'fscrypt-for-stable' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-1/+7
2017-01-02clean_bdev_aliases: Prevent cleaning blocks that are not in block rangeGravatar Chandan Rajendra 1-1/+1
2016-12-31fscrypt: fix renaming and linking special filesGravatar Eric Biggers 1-0/+5
2016-12-27fscrypt: fix the test_dummy_encryption mount optionGravatar Theodore Ts'o 1-1/+2
2016-12-26ext4: Simplify DAX fault pathGravatar Jan Kara 1-38/+10
2016-12-26dax: Call ->iomap_begin without entry lock during dax faultGravatar Jan Kara 1-55/+66
2016-12-26dax: Finish fault completely when loading holesGravatar Jan Kara 1-9/+18
2016-12-26dax: Avoid page invalidation races and unnecessary radix tree traversalsGravatar Jan Kara 1-17/+11
2016-12-26mm: Invalidate DAX radix tree entries only if appropriateGravatar Jan Kara 1-10/+61
2016-12-26ext2: Return BH_New buffers for zeroed blocksGravatar Jan Kara 1-2/+1