Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-07-06 | 1 | -22/+21 |
|\ | |||||
| * | timerfd: Use get_itimerspec64() and put_itimerspec64() | Deepa Dinamani | 2017-06-30 | 1 | -22/+21 |
* | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-07-05 | 4 | -153/+107 |
|\ \ | |||||
| * | | nfsd: remove nfsd_vfs_read | Christoph Hellwig | 2017-06-29 | 1 | -11/+6 |
| * | | nfsd: use vfs_iter_read/write | Christoph Hellwig | 2017-06-29 | 1 | -10/+7 |
| * | | fs: implement vfs_iter_write using do_iter_write | Christoph Hellwig | 2017-06-29 | 3 | -22/+11 |
| * | | fs: implement vfs_iter_read using do_iter_read | Christoph Hellwig | 2017-06-29 | 2 | -21/+10 |
| * | | fs: move more code into do_iter_read/do_iter_write | Christoph Hellwig | 2017-06-29 | 1 | -45/+28 |
| * | | fs: remove __do_readv_writev | Christoph Hellwig | 2017-06-29 | 1 | -24/+36 |
| * | | fs: remove do_compat_readv_writev | Christoph Hellwig | 2017-06-29 | 1 | -26/+16 |
| * | | fs: remove do_readv_writev | Christoph Hellwig | 2017-06-29 | 1 | -22/+21 |
* | | | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-05 | 4 | -211/+214 |
|\ \ \ | |||||
| * | | | Switch flock copyin/copyout primitives to copy_{from,to}_user() | Al Viro | 2017-06-27 | 1 | -30/+29 |
| * | | | Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fs | Al Viro | 2017-06-27 | 22 | -261/+257 |
| |\ \ \ | |||||
| | * | | | fs/fcntl: return -ESRCH in f_setown when pid/pgid can't be found | Jeff Layton | 2017-06-14 | 1 | -5/+13 |
| | * | | | fs/fcntl: f_setown, avoid undefined behaviour | Jiri Slaby | 2017-06-14 | 1 | -0/+4 |
| | * | | | fs/fcntl: f_setown, allow returning error | Jiri Slaby | 2017-06-14 | 1 | -3/+4 |
| | * | | | fs/locks: don't mess with the address limit in compat_fcntl64 | Christoph Hellwig | 2017-06-01 | 1 | -51/+67 |
| | * | | | fs/locks: pass kernel struct flock to fcntl_getlk/setlk | Christoph Hellwig | 2017-05-27 | 2 | -62/+44 |
| | * | | | fs: locks: Fix some troubles at kernel-doc comments | Mauro Carvalho Chehab | 2017-05-27 | 1 | -10/+8 |
| * | | | | compat statfs: switch to copy_to_user() | Al Viro | 2017-06-04 | 1 | -28/+30 |
| * | | | | nfsd_readlink(): switch to vfs_get_link() | Al Viro | 2017-05-27 | 1 | -23/+16 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-07-05 | 1 | -1/+17 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-30 | 16 | -57/+95 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-21 | 20 | -132/+175 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-15 | 25 | -158/+353 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | rxrpc: Provide a cmsg to specify the amount of Tx data for a call | David Howells | 2017-06-07 | 1 | -1/+17 |
* | | | | | | | | | Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-07-05 | 5 | -52/+67 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | pstore: use memdup_user | Geliang Tang | 2017-06-28 | 1 | -7/+4 |
| * | | | | | | | | | pstore: Fix format string to use %u for record id | Kees Cook | 2017-05-31 | 1 | -11/+11 |
| * | | | | | | | | | pstore: Populate pstore record->time field | Kees Cook | 2017-05-31 | 2 | -11/+11 |
| * | | | | | | | | | pstore: Create common record initializer | Kees Cook | 2017-05-31 | 3 | -19/+28 |
| * | | | | | | | | | pstore: Avoid potential infinite loop | Kees Cook | 2017-05-31 | 1 | -2/+6 |
| * | | | | | | | | | pstore: Fix leaked pstore_record in pstore_get_backend_records() | Douglas Anderson | 2017-05-31 | 1 | -1/+3 |
| * | | | | | | | | | pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESG | Ankit Kumar | 2017-05-31 | 1 | -1/+4 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2017-07-05 | 1 | -1/+16 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l... | Scott Mayhew | 2017-06-09 | 1 | -1/+16 |
* | | | | | | | | | | Merge tag 'docs-4.13' of git://git.lwn.net/linux | Linus Torvalds | 2017-07-04 | 7 | -30/+34 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook | Jonathan Corbet | 2017-05-18 | 7 | -30/+34 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
| | * | | | | | | | | | fs: fix the location of the kernel-api book | Mauro Carvalho Chehab | 2017-05-16 | 1 | -1/+1 |
| | * | | | | | | | | | fs: update location of filesystems documentation | Mauro Carvalho Chehab | 2017-05-16 | 1 | -1/+1 |
| | * | | | | | | | | | fs: jbd2: escape a string with special chars on a kernel-doc | Mauro Carvalho Chehab | 2017-05-16 | 1 | -2/+2 |
| | * | | | | | | | | | fs: eventfd: fix identation on kernel-doc | Mauro Carvalho Chehab | 2017-05-16 | 1 | -2/+2 |
| | * | | | | | | | | | fs: add a blank lines on some kernel-doc comments | Mauro Carvalho Chehab | 2017-05-16 | 3 | -5/+9 |
| | * | | | | | | | | | fs: jbd2: make jbd2_journal_start() kernel-doc parseable | Mauro Carvalho Chehab | 2017-05-16 | 1 | -19/+19 |
* | | | | | | | | | | | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-07-04 | 1 | -6/+0 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | tty: add compat_ioctl callbacks | Aleksa Sarai | 2017-06-09 | 1 | -6/+0 |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-07-03 | 22 | -68/+69 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2017-06-24 | 15 | -58/+90 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming | Ingo Molnar | 2017-06-20 | 6 | -20/+19 |