summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | iget_locked et.al.: make sure we don't return bad inodesAl Viro2016-07-041-7/+34
| * | | | | | | | | | proc: switch auxv to use of __mem_open()Al Viro2016-10-061-19/+26
| * | | | | | | | | | hpfs: support FIEMAPMikulas Patocka2016-10-061-0/+6
| * | | | | | | | | | cifs: get rid of unused arguments of CIFSSMBWrite()Al Viro2016-09-283-13/+5
| * | | | | | | | | | posix_acl: xattr representation cleanupsAndreas Gruenbacher2016-09-283-16/+18
| * | | | | | | | | | fs/aio.c: eliminate redundant loads in put_aio_ring_fileRasmus Villemoes2016-09-281-3/+6
| * | | | | | | | | | fs/internal.h: add const to ns_dentry_operations declarationRasmus Villemoes2016-09-281-1/+1
| * | | | | | | | | | compat: remove compat_printk()Arnd Bergmann2016-09-281-14/+0
| * | | | | | | | | | fs/buffer.c: make __getblk_slow() staticEric Biggers2016-09-281-2/+1
| * | | | | | | | | | proc: unsigned file descriptorsAlexey Dobriyan2016-09-283-6/+6
| * | | | | | | | | | fs/file: more unsigned file descriptorsAlexey Dobriyan2016-09-281-17/+17
| * | | | | | | | | | fs: compat: remove redundant check of nr_segsShawn Lin2016-09-281-1/+1
| * | | | | | | | | | cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]David Howells2016-09-283-6/+13
| * | | | | | | | | | cifs: don't use memcpy() to copy struct iov_iterAl Viro2016-09-281-10/+4
| * | | | | | | | | | get rid of separate multipage fault-in primitivesAl Viro2016-09-281-1/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-0827-339/+377
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-083-5/+5
| * | | | | | | | | | mm, proc: fix region lost in /proc/self/smapsRobert Ho2016-10-081-3/+5
| * | | | | | | | | | proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz2016-10-081-15/+19
| * | | | | | | | | | proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz2016-10-081-0/+10
| * | | | | | | | | | proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz2016-10-081-14/+20
| * | | | | | | | | | meminfo: break apart a very long seq_printf with #ifdefsJoe Perches2016-10-081-116/+95
| * | | | | | | | | | seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-083-133/+151
| * | | | | | | | | | proc: faster /proc/*/statusAlexey Dobriyan2016-10-081-40/+47
| * | | | | | | | | | mm: remove unnecessary condition in remove_inode_hugepageszhong jiang2016-10-081-7/+5
| * | | | | | | | | | mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie2016-10-081-0/+3
| * | | | | | | | | | mm: remove page_file_indexHuang Ying2016-10-084-7/+7
| * | | | | | | | | | thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-081-1/+1
| * | | | | | | | | | fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse2016-10-081-1/+1
| * | | | | | | | | | ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani2016-10-083-0/+3
| * | | | | | | | | | ocfs2: fix undefined struct variable in inode.hJoseph Qi2016-10-081-2/+0
| * | | | | | | | | | fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-081-1/+1
| * | | | | | | | | | fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-081-1/+1
| * | | | | | | | | | fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-081-1/+1
| * | | | | | | | | | fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-081-1/+1
| * | | | | | | | | | fsnotify: clean up spinlock assertionsJan Kara2016-10-082-8/+4
| * | | | | | | | | | fanotify: fix possible false warning when freeing eventsJan Kara2016-10-081-2/+11
| * | | | | | | | | | fanotify: use notification_lock instead of access_lockJan Kara2016-10-081-8/+5
| * | | | | | | | | | fsnotify: convert notification_mutex to a spinlockJan Kara2016-10-084-36/+40
| * | | | | | | | | | fsnotify: drop notification_mutex before destroying eventJan Kara2016-10-082-2/+6
* | | | | | | | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-0813-690/+230
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | pipe: add pipe_buf_steal() helperMiklos Szeredi2016-10-061-1/+1
| * | | | | | | | | | pipe: add pipe_buf_confirm() helperMiklos Szeredi2016-10-063-9/+7
| * | | | | | | | | | pipe: add pipe_buf_release() helperMiklos Szeredi2016-10-063-19/+10
| * | | | | | | | | | pipe: add pipe_buf_get() helperMiklos Szeredi2016-10-062-3/+3
| * | | | | | | | | | switch default_file_splice_read() to use of pipe-backed iov_iterAl Viro2016-10-061-71/+40
| * | | | | | | | | | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-0610-366/+36
| * | | | | | | | | | new iov_iter flavour: pipe-backedAl Viro2016-10-061-1/+1
| * | | | | | | | | | fuse_dev_splice_read(): switch to add_to_pipe()Al Viro2016-10-041-37/+9
| * | | | | | | | | | new helper: add_to_pipe()Al Viro2016-10-041-44/+62