aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-339/+377
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan3-5/+5
2016-10-07mm, proc: fix region lost in /proc/self/smapsRobert Ho1-3/+5
2016-10-07proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz1-15/+19
2016-10-07proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz1-0/+10
2016-10-07proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz1-14/+20
2016-10-07meminfo: break apart a very long seq_printf with #ifdefsJoe Perches1-116/+95
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches3-133/+151
2016-10-07proc: faster /proc/*/statusAlexey Dobriyan1-40/+47
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_write() obviousJames 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 branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds13-690/+230
2016-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds22-474/+530
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-18/+7
2016-10-06Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds19-510/+904
2016-10-06Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-88/+142
2016-10-06Merge tag 'for-linus-4.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds17-1706/+1216
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds7-29/+177
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus 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-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
2016-10-05new iov_iter flavour: pipe-backedAl Viro1-1/+1
2016-10-05fs/block_dev.c: return the right error in thaw_bdev()Pierre Morel1-5/+2
2016-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds9-256/+482
2016-10-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds5-9/+54
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-513/+414
2016-10-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-0/+32
2016-10-04Merge tag 'jfs-4.9' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2-4/+9
2016-10-04Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds12-49/+71
2016-10-04Merge tag 'locks-v4.9-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-3/+18