summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-10-11fs/select: add vmalloc fallback for select(2)Vlastimil Babka
2016-10-11block: implement (some of) fallocate for block devicesDarrick J. Wong
2016-10-11ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua
2016-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge tag 'dlm-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10[btrfs] fix check_direct_IO() for non-iovec iteratorsAl Viro
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro
2016-10-10dlm: free workqueues after the connectionsMarcelo Ricardo Leitner
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro
2016-10-08Merge branch 'work.const-qstr' into work.miscAl Viro
2016-10-08Merge branch 'work.iget' into work.miscAl Viro
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan
2016-10-07mm, proc: fix region lost in /proc/self/smapsRobert Ho
2016-10-07proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz
2016-10-07proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz
2016-10-07proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz
2016-10-07meminfo: break apart a very long seq_printf with #ifdefsJoe Perches
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches
2016-10-07proc: faster /proc/*/statusAlexey Dobriyan
2016-10-07mm: remove unnecessary condition in remove_inode_hugepageszhong jiang
2016-10-07mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie
2016-10-07mm: remove page_file_indexHuang Ying
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu
2016-10-07fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani
2016-10-07ocfs2: fix undefined struct variable in inode.hJoseph Qi
2016-10-07fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar
2016-10-07fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar
2016-10-07fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar
2016-10-07fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar
2016-10-07fsnotify: clean up spinlock assertionsJan Kara
2016-10-07fanotify: fix possible false warning when freeing eventsJan Kara
2016-10-07fanotify: use notification_lock instead of access_lockJan Kara
2016-10-07fsnotify: convert notification_mutex to a spinlockJan Kara
2016-10-07fsnotify: drop notification_mutex before destroying eventJan Kara
2016-10-07Merge remote-tracking branch 'fuse/xattr' into work.xattrAl Viro
2016-10-07xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07vfs: Check for the IOP_XATTR flag in listxattrAndreas Gruenbacher
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-10-07libfs: Use IOP_XATTR flag for empty directory handlingAndreas Gruenbacher
2016-10-07vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher