summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds65-545/+338
2016-10-10Merge tag 'dlm-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-6/+2
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds7-53/+61
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-11/+5
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds103-448/+557
2016-10-10[btrfs] fix check_direct_IO() for non-iovec iteratorsAl Viro1-1/+1
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro2-10/+4
2016-10-10dlm: free workqueues after the connectionsMarcelo Ricardo Leitner1-6/+2
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro71-220/+290
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro19-88/+139
2016-10-08Merge branch 'work.const-qstr' into work.miscAl Viro5-34/+34
2016-10-08Merge branch 'work.iget' into work.miscAl Viro1-7/+34
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-339/+377
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher48-282/+0
2016-10-08cred: simpler, 1D supplementary groupsAlexey Dobriyan3-5/+5
2016-10-08mm, proc: fix region lost in /proc/self/smapsRobert Ho1-3/+5
2016-10-08proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz1-15/+19
2016-10-08proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz1-0/+10
2016-10-08proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz1-14/+20
2016-10-08meminfo: break apart a very long seq_printf with #ifdefsJoe Perches1-116/+95
2016-10-08seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches3-133/+151
2016-10-08proc: faster /proc/*/statusAlexey Dobriyan1-40/+47
2016-10-08mm: remove unnecessary condition in remove_inode_hugepageszhong jiang1-7/+5
2016-10-08mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie1-0/+3
2016-10-08mm: remove page_file_indexHuang Ying4-7/+7
2016-10-08thp: reduce usage of huge zero page's atomic counterAaron Lu1-1/+1
2016-10-08fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse1-1/+1
2016-10-08ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani3-0/+3
2016-10-08ocfs2: fix undefined struct variable in inode.hJoseph Qi1-2/+0
2016-10-08fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-08fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-08fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-08fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-10-08fsnotify: clean up spinlock assertionsJan Kara2-8/+4
2016-10-08fanotify: fix possible false warning when freeing eventsJan Kara1-2/+11
2016-10-08fanotify: use notification_lock instead of access_lockJan Kara1-8/+5
2016-10-08fsnotify: convert notification_mutex to a spinlockJan Kara4-36/+40
2016-10-08fsnotify: drop notification_mutex before destroying eventJan Kara2-2/+6
2016-10-08Merge remote-tracking branch 'fuse/xattr' into work.xattrAl Viro5-157/+221
2016-10-08xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2-18/+37
2016-10-08vfs: Check for the IOP_XATTR flag in listxattrAndreas Gruenbacher1-6/+7
2016-10-08xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher7-36/+55
2016-10-08libfs: Use IOP_XATTR flag for empty directory handlingAndreas Gruenbacher1-21/+1
2016-10-08vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher2-21/+8
2016-10-08vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2-4/+10
2016-10-08vfs: Move xattr_resolve_name to the front of fs/xattr.cAndreas Gruenbacher1-51/+50
2016-10-08Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-690/+230
2016-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds22-474/+530
2016-10-08Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-18/+7
2016-10-07ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher3-14/+51