summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-0727-339/+377
|\
| * cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-073-5/+5
| * mm, proc: fix region lost in /proc/self/smapsRobert Ho2016-10-071-3/+5
| * proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz2016-10-071-15/+19
| * proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz2016-10-071-0/+10
| * proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz2016-10-071-14/+20
| * meminfo: break apart a very long seq_printf with #ifdefsJoe Perches2016-10-071-116/+95
| * seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-073-133/+151
| * proc: faster /proc/*/statusAlexey Dobriyan2016-10-071-40/+47
| * mm: remove unnecessary condition in remove_inode_hugepageszhong jiang2016-10-071-7/+5
| * mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie2016-10-071-0/+3
| * mm: remove page_file_indexHuang Ying2016-10-074-7/+7
| * thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-071-1/+1
| * fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse2016-10-071-1/+1
| * ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani2016-10-073-0/+3
| * ocfs2: fix undefined struct variable in inode.hJoseph Qi2016-10-071-2/+0
| * fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-071-1/+1
| * fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-071-1/+1
| * fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-071-1/+1
| * fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-071-1/+1
| * fsnotify: clean up spinlock assertionsJan Kara2016-10-072-8/+4
| * fanotify: fix possible false warning when freeing eventsJan Kara2016-10-071-2/+11
| * fanotify: use notification_lock instead of access_lockJan Kara2016-10-071-8/+5
| * fsnotify: convert notification_mutex to a spinlockJan Kara2016-10-074-36/+40
| * fsnotify: drop notification_mutex before destroying eventJan Kara2016-10-072-2/+6
* | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-0713-690/+230
|\ \
| * | pipe: add pipe_buf_steal() helperMiklos Szeredi2016-10-051-1/+1
| * | pipe: add pipe_buf_confirm() helperMiklos Szeredi2016-10-053-9/+7
| * | pipe: add pipe_buf_release() helperMiklos Szeredi2016-10-053-19/+10
| * | pipe: add pipe_buf_get() helperMiklos Szeredi2016-10-052-3/+3
| * | switch default_file_splice_read() to use of pipe-backed iov_iterAl Viro2016-10-051-71/+40
| * | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-0510-366/+36
| * | new iov_iter flavour: pipe-backedAl Viro2016-10-051-1/+1
| * | fuse_dev_splice_read(): switch to add_to_pipe()Al Viro2016-10-031-37/+9
| * | new helper: add_to_pipe()Al Viro2016-10-031-44/+62
| * | splice: lift pipe_lock out of splice_to_pipe()Al Viro2016-10-032-73/+58
| * | splice: switch get_iovec_page_array() to iov_iterAl Viro2016-10-031-99/+36
| * | splice_to_pipe(): don't open-code wakeup_pipe_readers()Al Viro2016-10-031-4/+1
| * | consistent treatment of EFAULT on O_DIRECT read/writeAl Viro2016-10-031-0/+3
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-10-0722-474/+530
|\ \ \
| * | | ext4: remove unused variableEric Engestrom2016-09-302-5/+2
| * | | ext4: use journal inode to determine journal overheadEric Whitney2016-09-301-2/+17
| * | | ext4: create function to read journal inodeEric Whitney2016-09-301-9/+23
| * | | ext4: unmap metadata when zeroing blocksJan Kara2016-09-301-1/+9
| * | | ext4: remove plugging from ext4_file_write_iter()Jan Kara2016-09-301-4/+0
| * | | ext4: allow unlocked direct IO when pages are cachedJan Kara2016-09-301-2/+1
| * | | ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger2016-09-301-0/+3
| * | | fscrypto: use standard macros to compute length of fname ciphertextEric Biggers2016-09-301-12/+5
| * | | ext4: do not unnecessarily null-terminate encrypted symlink dataEric Biggers2016-09-301-2/+0
| * | | ext4: release bh in make_indexed_dirgmail2016-09-301-8/+6