summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-051-22/+21
|\
| * timerfd: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani2017-06-301-22/+21
* | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-054-153/+107
|\ \
| * | nfsd: remove nfsd_vfs_readChristoph Hellwig2017-06-291-11/+6
| * | nfsd: use vfs_iter_read/writeChristoph Hellwig2017-06-291-10/+7
| * | fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-293-22/+11
| * | fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2017-06-292-21/+10
| * | fs: move more code into do_iter_read/do_iter_writeChristoph Hellwig2017-06-291-45/+28
| * | fs: remove __do_readv_writevChristoph Hellwig2017-06-291-24/+36
| * | fs: remove do_compat_readv_writevChristoph Hellwig2017-06-291-26/+16
| * | fs: remove do_readv_writevChristoph Hellwig2017-06-291-22/+21
* | | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-054-211/+214
|\ \ \
| * | | Switch flock copyin/copyout primitives to copy_{from,to}_user()Al Viro2017-06-261-30/+29
| * | | Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fsAl Viro2017-06-2622-261/+257
| |\ \ \
| | * | | fs/fcntl: return -ESRCH in f_setown when pid/pgid can't be foundJeff Layton2017-06-141-5/+13
| | * | | fs/fcntl: f_setown, avoid undefined behaviourJiri Slaby2017-06-141-0/+4
| | * | | fs/fcntl: f_setown, allow returning errorJiri Slaby2017-06-141-3/+4
| | * | | fs/locks: don't mess with the address limit in compat_fcntl64Christoph Hellwig2017-06-011-51/+67
| | * | | fs/locks: pass kernel struct flock to fcntl_getlk/setlkChristoph Hellwig2017-05-272-62/+44
| | * | | fs: locks: Fix some troubles at kernel-doc commentsMauro Carvalho Chehab2017-05-271-10/+8
| * | | | compat statfs: switch to copy_to_user()Al Viro2017-06-041-28/+30
| * | | | nfsd_readlink(): switch to vfs_get_link()Al Viro2017-05-271-23/+16
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-1/+17
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-3016-57/+95
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-2120-132/+175
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-1525-158/+353
| |\ \ \ \ \ \ \
| * | | | | | | | rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-071-1/+17
* | | | | | | | | Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-055-52/+67
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pstore: use memdup_userGeliang Tang2017-06-271-7/+4
| * | | | | | | | | pstore: Fix format string to use %u for record idKees Cook2017-05-311-11/+11
| * | | | | | | | | pstore: Populate pstore record->time fieldKees Cook2017-05-312-11/+11
| * | | | | | | | | pstore: Create common record initializerKees Cook2017-05-313-19/+28
| * | | | | | | | | pstore: Avoid potential infinite loopKees Cook2017-05-311-2/+6
| * | | | | | | | | pstore: Fix leaked pstore_record in pstore_get_backend_records()Douglas Anderson2017-05-311-1/+3
| * | | | | | | | | pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGAnkit Kumar2017-05-311-1/+4
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-051-1/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Scott Mayhew2017-06-091-1/+16
* | | | | | | | | | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-037-30/+34
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-187-30/+34
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| | * | | | | | | | | fs: fix the location of the kernel-api bookMauro Carvalho Chehab2017-05-161-1/+1
| | * | | | | | | | | fs: update location of filesystems documentationMauro Carvalho Chehab2017-05-161-1/+1
| | * | | | | | | | | fs: jbd2: escape a string with special chars on a kernel-docMauro Carvalho Chehab2017-05-161-2/+2
| | * | | | | | | | | fs: eventfd: fix identation on kernel-docMauro Carvalho Chehab2017-05-161-2/+2
| | * | | | | | | | | fs: add a blank lines on some kernel-doc commentsMauro Carvalho Chehab2017-05-163-5/+9
| | * | | | | | | | | fs: jbd2: make jbd2_journal_start() kernel-doc parseableMauro Carvalho Chehab2017-05-161-19/+19
* | | | | | | | | | | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-031-6/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tty: add compat_ioctl callbacksAleksa Sarai2017-06-091-6/+0
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-0322-68/+69
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-2415-58/+90
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-206-20/+19
OpenPOWER on IntegriCloud