summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse
2017-11-15fs/hugetlbfs/inode.c: remove redundant -ENIVAL return from hugetlbfs_setattr()Anshuman Khandual
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-11-15ocfs2: remove unneeded goto in ocfs2_reserve_cluster_bitmap_bits()Guozhonghua
2017-11-15ocfs2/dlm: get mle inuse only when it is initializedChangwei Ge
2017-11-15ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen
2017-11-15ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen
2017-11-15ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen
2017-11-15ocfs2: clean up some unused function declarationspiaojun
2017-11-15ocfs2: fix cluster hang after a node diesChangwei Ge
2017-11-15ocfs2: cleanup unused func declaration and assignmentpiaojun
2017-11-15ocfs2: no need flush workqueue before destroying itpiaojun
2017-11-15ocfs2: remove unused declaration ocfs2_publish_get_mount_state()Guozhonghua
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds
2017-11-14Merge tag 'dlm-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2017-11-14Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-14Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2017-11-14Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2017-11-14Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-14Merge udf, isofs, quota, ext2 changes for 4.15-rc1.Jan Kara
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-13Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-13quota: be aware of error from dquot_initializeChao Yu
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann
2017-11-10fs: guard_bio_eod() needs to consider partitionsGreg Edwards
2017-11-10block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche
2017-11-09xfs: on failed mount, force-reclaim inodes after unmounting quota controlsDarrick J. Wong
2017-11-09xfs: check the uniqueness of the AGFL entriesDarrick J. Wong
2017-11-09xfs: remove u_int* type usageDarrick J. Wong
2017-11-09xfs: handle zero entries case in xfs_iext_rebalance_leafChristoph Hellwig
2017-11-09xfs: add comments documenting the rebalance algorithmChristoph Hellwig
2017-11-09xfs: trivial indentation fixup for xfs_iext_remove_nodeChristoph Hellwig
2017-11-09xfs: remove a superflous assignment in xfs_iext_remove_nodeChristoph Hellwig
2017-11-09xfs: add some comments to xfs_iext_insert/xfs_iext_insert_nodeChristoph Hellwig
2017-11-09xfs: fix number of records handling in xfs_iext_split_leafChristoph Hellwig
2017-11-09fs/xfs: Remove NULL check before kmem_cache_destroyTim Hansen
2017-11-09xfs: only check da node header padding on v5 filesystemsDarrick J. Wong
2017-11-09xfs: fix btree scrub deref checkDarrick J. Wong
2017-11-09xfs: fix uninitialized return values in scrub codeDarrick J. Wong