summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-10-07mm: remove unnecessary condition in remove_inode_hugepageszhong jiang1-7/+5
2016-10-07mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie1-0/+3
2016-10-07mm: remove page_file_indexHuang Ying4-7/+7
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu1-1/+1
2016-10-07fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse1-1/+1
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani3-0/+3
2016-10-07ocfs2: fix undefined struct variable in inode.hJoseph Qi1-2/+0
2016-10-07fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-07fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-07fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-07fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-07fsnotify: clean up spinlock assertionsJan Kara2-8/+4
2016-10-07fanotify: fix possible false warning when freeing eventsJan Kara1-2/+11
2016-10-07fanotify: use notification_lock instead of access_lockJan Kara1-8/+5
2016-10-07fsnotify: convert notification_mutex to a spinlockJan Kara4-36/+40
2016-10-07fsnotify: drop notification_mutex before destroying eventJan Kara2-2/+6
2016-10-07Merge remote-tracking branch 'fuse/xattr' into work.xattrAl Viro5-157/+221
2016-10-07xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2-18/+37
2016-10-07vfs: Check for the IOP_XATTR flag in listxattrAndreas Gruenbacher1-6/+7
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher7-36/+55
2016-10-07libfs: Use IOP_XATTR flag for empty directory handlingAndreas Gruenbacher1-21/+1
2016-10-07vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher2-21/+8
2016-10-07vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2-4/+10
2016-10-07vfs: Move xattr_resolve_name to the front of fs/xattr.cAndreas Gruenbacher1-51/+50
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-690/+230
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds22-474/+530
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-18/+7
2016-10-06ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher3-14/+51
2016-10-06sockfs: Get rid of getxattr iopAndreas Gruenbacher1-3/+4
2016-10-06kernfs: Switch to generic xattr handlersAndreas Gruenbacher5-86/+92
2016-10-06hfs: Switch to generic xattr handlersAndreas Gruenbacher4-34/+63
2016-10-06jffs2: Remove jffs2_{get,set,remove}xattr macrosAndreas Gruenbacher4-15/+9
2016-10-06xattr: Remove unnecessary NULL attribute name checkAndreas Gruenbacher1-3/+0
2016-10-06Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller1-1/+1
2016-10-06Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds19-510/+904
2016-10-06Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-88/+142
2016-10-06Merge tag 'for-linus-4.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-1706/+1216
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds7-29/+177
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds44-703/+1799
2016-10-06Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2016-10-06Merge branches 'misc' and 'sa1111-base' into for-linusRussell King106-914/+2006
2016-10-06afs: Check for fatal error when in waiting for ack stateDavid Howells1-1/+1
2016-10-05proc: switch auxv to use of __mem_open()Al Viro1-19/+26
2016-10-05hpfs: support FIEMAPMikulas Patocka1-0/+6
2016-10-05pipe: add pipe_buf_steal() helperMiklos Szeredi1-1/+1
2016-10-05pipe: add pipe_buf_confirm() helperMiklos Szeredi3-9/+7
2016-10-05pipe: add pipe_buf_release() helperMiklos Szeredi3-19/+10
2016-10-05pipe: add pipe_buf_get() helperMiklos Szeredi2-3/+3
2016-10-05switch default_file_splice_read() to use of pipe-backed iov_iterAl Viro1-71/+40
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro10-366/+36