summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-031-0/+15
|\
| * livepatch: add /proc/<pid>/patch_stateJosh Poimboeuf2017-03-081-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-036-14/+110
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-273-16/+25
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-223-1/+12
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-204-9/+27
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-1637-237/+523
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-04-061-6/+6
| |\ \ \ \ \ \
| | * | | | | | rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-6/+6
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-0628-265/+282
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-293-0/+3
| * | | | | | | epoll: Add busy poll support to epoll with socket fds.Sridhar Samudrala2017-03-251-0/+93
| * | | | | | | net: Track start of busy loop instead of when it should endAlexander Duyck2017-03-251-8/+8
* | | | | | | | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-0211-1200/+1136Star
|\ \ \ \ \ \ \ \
| * | | | | | | | fs/compat.c: trim unused includesAl Viro2017-04-171-31/+0Star
| * | | | | | | | move compat_rw_copy_check_uvector() over to fs/read_write.cAl Viro2017-04-172-76/+75Star
| * | | | | | | | fhandle: move compat syscalls from compat.cAl Viro2017-04-173-14/+13Star
| * | | | | | | | open: move compat syscalls from compat.cAl Viro2017-04-172-18/+20
| * | | | | | | | stat: move compat syscalls from compat.cAl Viro2017-04-172-83/+86
| * | | | | | | | fcntl: move compat syscalls from compat.cAl Viro2017-04-172-154/+157
| * | | | | | | | readdir: move compat syscalls from compat.cAl Viro2017-04-172-162/+165
| * | | | | | | | statfs: move compat syscalls from compat.cAl Viro2017-04-172-138/+140
| * | | | | | | | utimes: move compat syscalls from compat.cAl Viro2017-04-172-63/+61Star
| * | | | | | | | move compat select-related syscalls to fs/select.cAl Viro2017-04-172-370/+419
| * | | | | | | | Remove compat_sys_getdents64()Al Viro2017-04-171-91/+0Star
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-9/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | make nr_pages calculation in default_file_splice_read() a bit less uglyAl Viro2016-12-271-4/+3Star
| * | | | | | | | splice/tee/vmsplice: validate flagsAl Viro2016-12-271-0/+8
| * | | | | | | | remove spd_release_page()Al Viro2016-12-271-5/+0Star
* | | | | | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-021-2/+1Star
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | orangefs: use iov_iter_revert()Al Viro2017-04-211-2/+1Star
* | | | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-025-53/+40Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cifs: don't check for failure from mempool_alloc()NeilBrown2017-04-283-44/+32Star
| * | | | | | | | | | Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILESachin Prabhu2017-04-281-1/+2
| * | | | | | | | | | Fix match_prepath()Sachin Prabhu2017-04-281-8/+6Star
* | | | | | | | | | | Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-027-261/+350
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pstore: Solve lockdep warning by moving inode locksKees Cook2017-04-283-16/+36
| * | | | | | | | | | | pstore: Remove unused vmalloc.h in pmsgGeliang Tang2017-04-271-1/+0Star
| * | | | | | | | | | | pstore: simplify write_user_compat()Kees Cook2017-03-071-26/+20Star
| * | | | | | | | | | | pstore: Remove write_buf() callbackKees Cook2017-03-074-24/+29
| * | | | | | | | | | | pstore: Replace arguments for write_buf_user() APIKees Cook2017-03-073-35/+23Star
| * | | | | | | | | | | pstore: Replace arguments for write_buf() APIKees Cook2017-03-073-33/+50
| * | | | | | | | | | | pstore: Replace arguments for erase() APIKees Cook2017-03-072-15/+12Star
| * | | | | | | | | | | pstore: Do not duplicate record metadataKees Cook2017-03-072-33/+30Star
| * | | | | | | | | | | pstore: Allocate records on heap instead of stackKees Cook2017-03-071-8/+22
| * | | | | | | | | | | pstore: Pass record contents instead of copyingKees Cook2017-03-072-11/+27
| * | | | | | | | | | | pstore: Always allocate buffer for decompressionKees Cook2017-03-071-14/+24
| * | | | | | | | | | | pstore: Replace arguments for write() APIKees Cook2017-03-071-27/+35
| * | | | | | | | | | | pstore: Replace arguments for read() APIKees Cook2017-03-072-30/+30
| * | | | | | | | | | | pstore: Switch pstore_mkfile to pass recordKees Cook2017-03-073-34/+34