summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-201-8/+9
|\
| * ocfs2/cluster: block BH in TCP callbacksEric Dumazet2016-05-191-8/+9
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-05-203-8/+72
|\ \
| * | CIFS: Remove some obsolete commentsSteve French2016-05-191-6/+1
| * | cifs: Create dedicated keyring for spnego operationsSachin Prabhu2016-05-193-2/+71
| |/
* | Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2016-05-209-32/+60
|\ \
| * | GFS2: Refactor gfs2_remove_from_journalBob Peterson2016-05-063-6/+11
| * | GFS2: Remove allocation parms from gfs2_rbm_findBob Peterson2016-05-021-10/+6
| * | gfs2: use inode_lock/unlock instead of accessing i_mutex directlyAbhi Das2016-05-021-3/+3
| * | GFS2: Add calls to gfs2_holder_uninit in two error handlersDaniel DeFreez2016-04-192-2/+4
| * | GFS2: Don't dereference inode in gfs2_inode_lookup until it's validBob Peterson2016-04-141-3/+3
| * | GFS2: fs/gfs2/glock.c: Deinline do_error, save 1856 bytesDenys Vlasenko2016-04-121-1/+1
| * | gfs2: Use gfs2 wrapper to sync inode before calling generic_file_splice_read()Abhi Das2016-04-051-2/+26
| * | GFS2: Get rid of dead code in inode_go_demote_okBob Peterson2016-04-051-7/+0
| * | GFS2: ignore unlock failures after withdrawBenjamin Marzinski2016-03-242-1/+9
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-1911-74/+135
|\ \ \ | |_|/ |/| |
| * | mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman2016-05-191-5/+5
| * | mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-1/+1
| * | ocfs2: clean up an unneeded goto in ocfs2_put_slot()Guozhonghua2016-05-191-5/+1
| * | ocfs2: clean up unused parameter 'count' in o2hb_read_block_input()Jun Piao2016-05-191-3/+2
| * | ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_recpiaojun2016-05-191-2/+1
| * | ocfs2: fix comment in struct ocfs2_extended_slotGuozhonghua2016-05-191-1/+1
| * | fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani2016-05-192-36/+43
| * | fsnotify: avoid spurious EMFILE errors from inotify_init()Jan Kara2016-05-193-21/+81
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-191-1/+1
|\ \ \
| * | | crash_dump: Add vmcore_elf32_check_archDaniel Wagner2016-05-131-1/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-194-10/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge tag 'keys-next-20160505' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2016-05-062-2/+2
| |\ \ \
| | * | | KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-112-2/+2
| * | | | ima: add support for creating files using the mknodat syscallMimi Zohar2016-05-011-0/+2
| * | | | vfs: forbid write access when reading a file into memoryDmitry Kasatkin2016-05-011-8/+21
| |/ / /
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-185-62/+45
|\ \ \ \
| * | | | coredump: only charge written data against RLIMIT_COREOmar Sandoval2016-05-121-3/+2
| * | | | coredump: get rid of coredump_params->writtenOmar Sandoval2016-05-123-7/+5
| * | | | ecryptfs_lookup(): try either only encrypted or plaintext nameAl Viro2016-03-311-35/+20
| * | | | ecryptfs: avoid multiple aliases for directoriesAl Viro2016-03-311-20/+20
| * | | | __d_alloc(): treat NULL name as QSTR("/", 1)Al Viro2016-03-271-6/+7
* | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-182-21/+14
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-linus' into work.iov_iterAl Viro2016-04-032-4/+9
| |\ \ \ \ \
| * | | | | | rw_verify_area(): saner calling conventionsAl Viro2016-04-031-19/+14
| * | | | | | aio: remove a pointless assignmentAl Viro2016-04-031-2/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-182-10/+15
|\ \ \ \ \ \
| * | | | | | xfs: concurrent readdir hangs on data buffer locksDave Chinner2016-05-181-9/+14
| * | | | | | Revert "btrfs: switch to ->iterate_shared()"Al Viro2016-05-181-1/+1
* | | | | | | Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-188-383/+167
|\ \ \ \ \ \ \
| * | | | | | | cifs: don't bother with kmap on read_pages sideAl Viro2016-03-283-70/+55
| * | | | | | | cifs_readv_receive: use cifs_read_from_socket()Al Viro2016-03-281-7/+4
| * | | | | | | cifs: no need to wank with copying and advancing iovec on recvmsg side eitherAl Viro2016-03-282-69/+5
| * | | | | | | cifs: quit playing games with draining iovecsAl Viro2016-03-282-102/+41
| * | | | | | | cifs: merge the hash calculation helpersAl Viro2016-03-283-140/+67
| | |/ / / / / | |/| | | | |